document.write( "Question 889301: What is the sloution
\n" );
document.write( "if there were 4200 people at a concert and 1400 of these were female. what percentage were male\r
\n" );
document.write( "\n" );
document.write( "Plz mail me the solution of above question \n" );
document.write( "
Algebra.Com's Answer #538054 by rothauserc(4718) You can put this solution on YOUR website! let x be the number of males \n" ); document.write( "x + 1400 = 4200 \n" ); document.write( "x = 4200 - 1400 = 2800 \n" ); document.write( "percentage male = 2800 / 4200 = 0.666666667 \n" ); document.write( " \n" ); document.write( " |