document.write( "Question 59125: 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 #40540 by funmath(2933)![]() ![]() ![]() You can put this solution on YOUR website! 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( "Let men be:x \n" ); document.write( "Then women are:x+6 (6 more than men) \n" ); document.write( "Men+wommen=30 \n" ); document.write( ": \n" ); document.write( "x+(x+6)=30 \n" ); document.write( "2x+6=30 \n" ); document.write( "2x+6-6=30-6 \n" ); document.write( "2x=24 \n" ); document.write( "2x/2=24/2 \n" ); document.write( "x=12 \n" ); document.write( "Men: \n" ); document.write( "Women:x+6=12+6=18 (we weren't asked this, but it will help us check) \n" ); document.write( "Check: If we add men and women do we get 30? \n" ); document.write( "12+18=30 \n" ); document.write( "30=30 Looks good! \n" ); document.write( "Happy Calculating!!! \n" ); document.write( " \n" ); document.write( " |