InterviewSolution
Saved Bookmarks
| 1. |
A coin is tossed 500 times and we getheads: 285 times and tails: 215 timesWhen a coin is tossed at random, what is the probability of getting(i) a head?(ii) a tail? |
|
Answer» (i) a head285/500 =57/100=0.57 (ii) a tail215/500=43/100=0.43 thanks A coin tossed 500 times.Out of which 285 heads and 215 are tails.So, P[of getting head]=possible outcomes no. of outcomes =285 500 =57 100 =0.57 |
|