document.write( "Question 261433: How do you solve this equation There were 6 more women on a committee than men. If the committee was made up of 30 people, how many men were on the committee?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #192629 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! LET M BE THE NUMBER OF MEN. \n" ); document.write( "W=M+6 \n" ); document.write( "M+W=30 \n" ); document.write( "M+(M+6)=30 \n" ); document.write( "M+M+6=30 \n" ); document.write( "2M=30-6 \n" ); document.write( "2M=24 \n" ); document.write( "M=24/2 \n" ); document.write( "M=12 NUMBER OF MEN. \n" ); document.write( "PROOF: \n" ); document.write( "12+12+6=30 \n" ); document.write( "30=30 \n" ); document.write( " \n" ); document.write( " |