Laila12618
In a startup there are 120 employees. The average age is 25. If the number of female increased by half of its previous number and the number of males becomes 3/4th of its previous number, the total number of staff remains unchanged. The new average age is 22 years. Also it was observed that the average age of males and females remained unchanged. Find the average age of males now.
A. 25
B. 31
C. 13
D. 15
E. 23
Posted from my mobile deviceNumber of male employees = 4y
Number of female employees = 2x
4y + 2x = 120
2y + x = 60 --------- (1)
If the number of female increased by half of its previous number and the number of males becomes 3/4th of its previous number, the total number of staff remains unchanged
Number of male employees = \(4y * \frac{3}{4}\) = 3y
Number of female employees =\( 2x + (\frac{2x}{2})\) = 3x
3x + 3y = 120
x + y = 40 --------- (2)
Subtracting equation (2) from equation (1) we get
y = 20 ; x = 20
Therefore
The original number of males = 80
The original number of females = 40
The new number of males = 60
The new number of females = 60
Let's assume
- the average age of males = m
- the average age of females = f
In a startup there are 120 employees. The average age is 25
80m + 40f = 120 * 25
Dividing by 40 into both sides
2m + f = 75 -------- (3)
The new average age is 22 years. Also it was observed that the average age of males and females remained unchanged
60m + 60f = 120 * 22
Dividing by 60 into both sides
m + f = 44 -------- (4)
Subtracting equation (4) from equation (3) we get
m = 75 - 44 = 31
The average age of males = 31
The average age of females = 13
Option BNote: The answer is indicated as C, which I believe is incorrect.