Question
The average age of (x + 7) interns is 19 years. After
adding a 41-year-old mentor, the average rises to 20 years. Find x% of 500.Solution
ATQ,
Total age of interns = 19(x + 7)
According to question,
19(x + 7) + 41 = 20(x + 7 + 1)
19x + 133 + 41 = 20x + 160
19x + 174 = 20x + 160
20x – 19x = 174 – 160
x = 14
So, 14% of 500 = 70
Which bus is responsible for transferring data between the CPU and memory?
What is the purpose of a "private blockchain"?
Which data structure is typically used to implement a priority queue?
Â
Which of the following is an example of two-factor authentication?
How many essential KCL equations are written when performing node analysis for a circuit with n nodes?
In the context of synchronization, what is a deadlock?
5,1,4,2,8 how many more pass are needed to finish sorting by bubble sorting technique?
How can the Banker's algorithm be used to prevent deadlocks?
Which IPC mechanism provides synchronization capabilities to prevent race conditions between processes?
Which data structure is used for efficiently implementing dynamic sets and supports operations like insert, delete, minimum, maximum, predecessor, and ...