document.write( "Question 891451: 40%of the population if a town are men and 39%are women if the number of children is 12600find the no of men \n" ); document.write( "
Algebra.Com's Answer #539979 by LinnW(1048)![]() ![]() You can put this solution on YOUR website! The % that are children is 1-(0.40+0.39) = 0.21 \n" ); document.write( "So the ratio of men to children is 40/21 \n" ); document.write( "Set x = the number of men \n" ); document.write( " \n" ); document.write( "cross products gives us \n" ); document.write( "21x = 40*12600 \n" ); document.write( "21x = 504000 \n" ); document.write( "divide each side by 21 \n" ); document.write( " x = 24000 \n" ); document.write( " |