Question
The current ages of individuals 'A', 'B', and 'C' are in
the proportion 7:2:3. Eight years prior, the average age of the three was 28 years. Determine the age of 'B' four years hence from today.Solution
Let the present ages of 'A', 'B' and 'C' be '7x', '2x' and '3x' years, respectively. Average of present ages = {7x + 2x + 3x} ÷ 3 = '4x' years ATQ; {(7x - 8) + (2x - 8) + (3x - 8) } ÷ 3 = 28 Or, 12x - 24 = 28 X 3 Or, 12x = 84 + 24 So, 'x' = (108/12) = 9 Therefore, age of 'B' 4 years hence from now = (2x + 4) years = 2 x 9 + 4 = 22 years
Join in which result is generated when variable matches from any one of table
‘/a’ is used for what in C++
What is the purpose of the "self" parameter in a Python class method?
 FAT stands for?
What is an algorithm?
What is an identifier in C language?
Which distribution is often used to model the time between events in a Poisson process, such as the time between customer arrivals at a store?
What is the primary purpose of instruction pipelining in a CPU?
When designing a sequential circuit, what is the purpose of flip-flops or latches?
When working with DMA in C, which function is often used to configure DMA channels?