troyawilliams1230 troyawilliams1230 Yesterday at 11:52 PM Computers and Technology Answered Using R. Roll a pair of dice. Let $X$ be the largest value shown on the two dice. Use `sample()` to simulate five values of $X$. ```{r, echo=FALSE} # This code block resets the random seed in order to get consistent results.