Answered step by step
Verified Expert Solution
Question
1 Approved Answer
What is the probability of getting a sum of greater than 10 when 2 fair 12-sided dice are rolled. (Simulate this in R, by generating
What is the probability of getting a sum of greater than 10 when 2 fair 12-sided dice are rolled. (Simulate this in R, by generating sample space) *****I would like to use a function to roll two dice for 2000 times via replicate I seem to have that working but how do I check to see how many of my rolling the dice is greater than 10? when I use probability I get the results in true false instead of the actually probability results of how many were above 10/2000.
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started