aliensbrain
  • Home
  • Study
  • Quizzes
  • 🎤AI Practicefree
  • Notebooks
  • Community
  • Sign in
Multiple choice

Two dice are thrown. Find the odds in favour of getting the sum $4$.

  1. $1 : 11$
  2. $11 : 1$
  3. $3 : 11$
  4. $11 : 3$
Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Total outcomes = 36. Sum 4 occurs for (1,3), (2,2), (3,1) = 3 outcomes. Favorable = 3, Unfavorable = 33. Odds in favour = 3:33 = 1:11.

Keep practicing — related questions

  • public void test(int x) { int odd = 1; if(odd) /* Line 4 */ { System.out.println(odd); } else { System.out....
  • Which two statements are equivalent? 1. 16*4 2. 16>>2 3. 16/2^2 4. 16>>>2
  • Which two statements are equivalent? 1. 3/2 2. 3<2 3. 3*4 4. 3<<2
  • Which of the following are not the uses of a magnetic compass? (1) To find direction (2) To find the direct...
  • Which of the following exceptions is thrown by the JVM, when it was unable to find the class that should be...
  • What two statements are true about the result obtained from calling Math.random()? 1. The result is less th...
  • switch(x) { default: System.out.println(Hello); } Which two are acceptable types for x? 1. byte 2. long 3. ...
  • In an election contested by two candidates, 5% of the voters did not vote. The winner won by 5100 votes sec...

Practice this chapter

  • Probability (1860 questions)
Advertisement
© Aliensbrain | all rights reserved
  • About
  • Contact
  • Terms and Condition
  • Privacy Policy