InterviewSolution
Saved Bookmarks
| 1. |
A pair of dice is thrown. If the two numbers appearing are different , find the probability thet the sum of point is 8. |
|
Answer» <P> Solution :A pair of DICE is THROWN as two NUMBERS are differentWe have `absS=30` Let A be the event thet the sum of points on the dice is 8, where the number on the dice are different. `therefore` A={(2,6),(3,5),(5,3),(6,2)} `P(A)=absA/absS=4/30` |
|