Answer :
There are a few ways to look at this. If you wanted to look at all the events, you could draw a 6 x 6 grid and label the left side from 1 to 6 and the bottom from 1 to 6. The intersection of a row and a column would be a possible sum. You can check to see if the event you want to occur occurs on a cell by cell basis. Like if you wanted to see how many possibilities are there to get a sum of 12. We know there is only one way, that is to roll a 6 and a 6. Then you would shade the top right corner cell of the grid and check the other ones (for more complicated events). Then the probability is just the number of shaded cells divided by the total number of cells.
But, since you can probably just count the events, how many ways are there to roll any two numbers, if the order matters, there are 36 possibilities (6 x 6 grid). You could roll 4 then 6, 6 then 4, 5 then 5, 5 then 6, 6 then 5, and 6 then 6. There are 6 possibilities with a sum more than 9 and 36 total, so the probability of that one event is 6/36 or 1/6. Try out the last one ;)
The probability that the sum is greater than 9 is 5/36 an the probability that number is getting divisible by 5 or 6 is 9/36.
What is a probability?
It is a likeliness of happening an event. The formula is number of events/number of outcomes.
How to calculate probability?
A) It can occur in the following ways:
(4,6),(5,5),(5,6),(6,5),(6,6)
the probability that the sum is greater than 9 is 1/36+1/36+1/36+1/36+1/36
=5/36.
B) It can occur in the following ways:
(1,4),(4,1),(3,3),(3,2),(4,2),(5,1),(1,5),(6,4),(4,6)
the probability that the number is getting divisible by 5 or 6 or both is
1/36 +upto 8 times
=9/36
Hence the probabilities are5/36 and 9/36.
Learn more about probabilities at https://brainly.com/question/25870256
#SPJ2