document.write( "Question 752430: There are 240 customers. The ratio of men to women are 3:7
\n" );
document.write( "How many customers are male? Female? \n" );
document.write( "
Algebra.Com's Answer #457781 by rfer(16322)![]() ![]() ![]() You can put this solution on YOUR website! men=3x \n" ); document.write( "women=7x \n" ); document.write( "3x+7x=240 \n" ); document.write( "10x=240 \n" ); document.write( "x=24 \n" ); document.write( "3x=72 \n" ); document.write( "7x=168 \n" ); document.write( " |