Question
The average age of a group of persons going for tour to
Shimla is 22 years. 25 new persons with an average age of 10 years join the group and their average age becomes 12 years. The number of persons initially going for tour is?Solution
Initial number of persons = x 22x + (25 x 10) = 12(x + 25) 22x - 12x = 300 - 250 10x = 50 x = 5
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