document.write( "Question 993587: The population of a town is 9500. If the males increased by 8% and the females increased by 12%, the population will be
\n" ); document.write( "10420. Find the number of females in the town.
\n" ); document.write( "

Algebra.Com's Answer #612880 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Let M be males now and let F be females now.
\n" ); document.write( "Thus
\n" ); document.write( "M + F = 9500
\n" ); document.write( "After the increase, we have
\n" ); document.write( "1.08M + 1.12F = 10420
\n" ); document.write( "Since we want females, let's solve the first equation for M and substitute it into the second equation.
\n" ); document.write( "M = 9500 - F
\n" ); document.write( "1.08(9500 - F) + 1.12F = 10420
\n" ); document.write( "10260 - 1.08F + 1.12F = 10420
\n" ); document.write( "Simplifying, we get
\n" ); document.write( ".04F = 160
\n" ); document.write( "and
\n" ); document.write( "F = 4000
\n" ); document.write( "
\n" );