Question
Some balls are to be distributed among some boys. If 4
more balls are available, each boy gets 6 balls. If 3 less balls are available, each boy gets 3 balls. How many balls are there?Solution
Let number of balls be x. Therefore, Number of boys = (x+4)/6 = (x-3)/3 => 3x + 12 = 6x – 18 => x = 10
A non-member function cannot access which data of the class?
In a uniform distribution over the interval [a, b], what is the probability density function (PDF)?
In the Entity-Relationship (ER) model, what does an entity represent?
What is the scope of a variable declared as "static" inside a function?
Which type of routing is manually configured by a network administrator and does not change auAtomatically?
Which of the following table does not exists physically?
State true or false.
Is it possible that the assignment of observations to clusters does not change between successive iterations in K-Means?
The best case time complexity of selection sort?
Virtual memory allows for the efficient management of:
In UML diagram of a class