InterviewSolution
Saved Bookmarks
| 1. |
Rohan flips a coin, rolls a dice and draws a card. What is the probability of getting a head, 4 on dice and a card of king together?1). Chances are more than 1%2). Chances are less than 0.10%3). Chances are more than 2%4). Chances are more than 0.50% |
|
Answer» Probability of GETTING a HEAD on COIN = ½ Probability of getting a 4 on DICE = 1/6 Probability of getting a card of KING = 4/52 = 1/13 ⇒ Probability of getting a head, 4 on dice and a card of king together = ½ × 1/6 × 1/13 = 0.0064 ⇒ 0.64% ∴ Chances are more than 0.50% |
|