Question
A basket contains 8 pink, 12 violet, and 5 indigo balls.
If 2 balls are picked at random without replacement, find the probability that the first ball is pink and the second ball is either violet or indigo.Solution
ATQ, Total number of balls = 8 + 12 + 5 = 25 Case I: First ball is pink and the second ball is violet. Probability = (8/25) × (12/24) = 8/50 = 4/25 Case II: First ball is pink and the second ball is indigo. Probability = (8/25) × (5/24) = 40/600 = 1/15 Required probability = (4/25) + (1/15) = 19/75
Which COCOMO mode provides a more detailed estimation based on individual project characteristics?
Which consensus mechanism is used by Bitcoin, the first blockchain-based cryptocurrency?
Which method is commonly used for error detection at the Data Link Layer?
What is the output of the following code?
print(min(max(False,-30,-4), 12,7))
What does A/B testing involve in data analytics?
Which symbol is used to access the value of a variable in a shell script?
What is a "smart contract" in the context of blockchain?
What does CSMA/CD stand for in the context of LAN technology?
KVL states that the sum of the voltages around any closed loop in a circuit is equal to:
Which of the following shows the process id which went to background recently.