InterviewSolution
Saved Bookmarks
| 1. |
5. Nine playing cards are numbered 2 to 10. A card is selected from these atrandom. Calculate the probability that the card will be45678190(i) an odd number(ii) a multiple of 4. |
|
Answer» Total no of cards = {2,3,4,5,6,7,8,9,10} = 9 i) odd numbers = {3,5,7,9} = 4/9 ii) multiple of 4 = {4,8} = 2/9 Like my answer if you find it useful! |
|