Question
Quantity I: A bag contains 5 red, 7 blue, and 8 green
balls. Two balls are drawn randomly. What is the probability that both balls drawn are green? Quantity II: A box contains 4 red, 6 white, and 10 blue balls. If three balls are drawn at random, what is the probability that all of them are blue? In the question, two Quantities I and II are given. You have to solve both the Quantity to establish the correct relation between Quantity-I and Quantity-II and choose the correct option.Solution
Quantity I: Total balls = 5 + 7 + 8 = 20 Favorable outcomes for two green balls = 8C2 = (8 * 7) / (2 * 1) = 28 Total outcomes for drawing two balls = 20C2 = (20 * 19) / (2 * 1) = 190 Probability = 28 / 190 = 0.147 Quantity II: Total balls = 4 + 6 + 10 = 20 Favorable outcomes for three blue balls = 10C3 = (10 * 9 * 8) / (3 * 2 * 1) = 120 Total outcomes for drawing three balls = 20C3 = (20 * 19 * 18) / (3 * 2 * 1) = 1140 Probability = 120 / 1140 = 0.105 Answer: E (Quantity I > Quantity II)
- Which of the following is a core feature of Cloud Computing that distinguishes it from traditional computing models?
Which of the following statements is correct for Python lists?
Which of the following is a valid operation on a linked list data structure?
In Python, what does len() function do?
Which Python keyword is used to handle exceptions?
In C, what is the output of printf("%d", 5/2);?
Which of the following is used to handle exceptions in Java?
Which of the following services is NOT commonly provided by AI/ML platforms?
In Java, which method is called when an object is garbage collected?
Which type of malware disguises itself as legitimate software but has malicious intent once installed?