Multiple choice

A bag contains 7 red, 5 green and 6 blue balls. Three balls are drawn one by one at random without replacement. Find the number of ways that the first ball is red, second ball is green and third ball is blue? एक बैग में 7 लाल, 5 हरे और 6 नीले रंग की गेंदें होती हैं। तीन गेंदों को बिना प्रतिस्थापन के एक-एक करके एक-एक करके खींचा जाता है। पहली गेंद लाल है, दूसरी गेंद हरे रंग की है और तीसरी गेंद नीली है?

  1. 31/512

  2. 35/816

  3. 33/713

  4. 34/812

  5. None of these इनमें से कोई नहीं

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

P(R first, G second, B third) = (7/18) × (5/17) × (6/16) = 35/816. The question asks for 'number of ways' but gives fractions - it should ask for probability. If it meant actual count, the answer would be 7×5×6 = 210, not matching any option. Assuming probability, option B is correct.