Question
A bag contains 4 red balls, 5 blue balls, and 6 green
balls. Two balls are drawn at random. What is the probability that both balls are of the same color?Solution
Total balls = 4 + 5 + 6 = 15. Total ways to select 2 balls = 15C2 = (15 × 14) / 2 = 105. Favorable outcomes for the same color: Red: 4C2 = (4 × 3) / 2 = 6. Blue: 5C2 = (5 × 4) / 2 = 10. Green: 6C2 = (6 × 5) / 2 = 15. Total favorable outcomes = 6 + 10 + 15 = 31. Probability = 31/105. Correct answer: e.
Which of the following assigns IP addresses dynamically?
Which company originally developed the Go programming language?
In the standard normal distribution (mean = 0, standard deviation = 1), what is the probability that a random variable falls within one standard deviati...
- In a _________each element has a priority value associated with it
Basic syntax to create a bar-chart in R is
Which IPC mechanism provides synchronization capabilities to prevent race conditions between processes?
‘\a’ is used for what in C++
At which layer of the OSI model do hardware devices like switches primarily operate?
A control unit in a CPU uses a microprogram to:
What is the main objective of cluster analysis in data analytics?