Start learning 50% faster. Sign in now
Total balls = 5 + 6 + 9 = 20 balls. The number of ways to select 2 balls out of 20 = C(20, 2) = (20 × 19) / 2 = 190. Number of ways to select 2 red balls = C(5, 2) = (5 × 4) / 2 = 10. Number of ways to select 2 blue balls = C(6, 2) = (6 × 5) / 2 = 15. Number of ways to select 2 green balls = C(9, 2) = (9 × 8) / 2 = 36. Total favorable outcomes = 10 + 15 + 36 = 61. Probability = 61 / 190 = 11 / 42. Correct Option: a
Which command is used to undo the changes
Which of the following protocols is most commonly used in IoT devices to enable communication between smart devices?
Which of the following is a critical concern for securing critical infrastructure?
Which is not true about minimum spanning tree?
Which of the following operations on a data structure refers to the removal of an element from the front of a queue?
Which data structure is most suitable for implementing recursion?
Which of the following is NOT a characteristic of the SJF (Shortest Job First) scheduling algorithm?
Which of the following is a primary challenge associated with Cloud Security?
Worst case is the worst case time complexity of Prim’s algorithm if adjacency matrix is used?
In Data Structures, which of the following algorithms uses the Divide and Conquer strategy?