Question:

The total population of a town is 50,000. The number of males and females increases by 10% and 15% respectively and consequently the population of the town becomes 56,000. What was the number of males in the town?

Updated On: May 31, 2025
  • 20000
  • 30000
  • 35000
  • 40000
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

The problem requires determining the initial number of males in a town with a total population of 50,000, given percentage increases in both male and female populations and a resulting new total population. 

1. Let the initial number of males be \( M \) and the initial number of females be \( F \). We know:
\( M + F = 50000 \) ... (Equation 1)

2. After the increase, the number of males becomes \( M + 0.10M = 1.10M \), and the number of females becomes \( F + 0.15F = 1.15F \).

3. The new total population is given as 56,000, thus:
\( 1.10M + 1.15F = 56000 \) ... (Equation 2)

4. Solve the system of equations by substituting \( F = 50000 - M \) from Equation 1 into Equation 2:

\( 1.10M + 1.15(50000 - M) = 56000 \)
\( 1.10M + 57500 - 1.15M = 56000 \)
\( -0.05M + 57500 = 56000 \)
\( -0.05M = 56000 - 57500 \)
\( -0.05M = -1500 \)
\( M = \frac{-1500}{-0.05} \)
\( M = 30000 \)

Thus, the initial number of males in the town was 30,000.

Was this answer helpful?
0
2