Question
A bag contains 12 white and some black balls. If the
probability of drawing a black ball from the bag is thrice that of drawing a white ball, find the number of black balls in the bag.Solution
Given, Number of white balls = 12 Let x be the number of black balls. Total number of balls in the bag = 12 + x Also, the probability of drawing a black ball from the bag is thrice that of drawing a white ball. β x/(12 + x) = 3[12/(12 + x)] β x = 36 Hence, the number of black balls in the bag = 36
What does the following code do?
x = [1, 2, 3]
y = [4, 5, 6]
z = x + y
Binary relationship has how many participating entities?
Which component of RDBMS allows users and applications to interact with the database through SQL queries?
Which circuit configuration has a single path for current flow?
Which type of tree structure is optimized for sequential access and range queries?
Simplify the following Boolean expression using Boolean algebra laws:
F = (A + B) * (A' + C) * (B + C)
What is the main purpose of a digital signature?
Which of the following is a key function of the network layer?
syntax of loops in shell scripting?
Default value of boolean variable in an array