document.write( "Question 772372: among the reading club members there are 8 more girls than boys.If there are 50 members in all ,how many are boys?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #470809 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! among the reading club members there are 8 more girls than boys.If there are 50 members in all ,how many are boys? \n" ); document.write( "*** \n" ); document.write( "let x=number of girls \n" ); document.write( "50-x=number of boys \n" ); document.write( "50-x=x+8 \n" ); document.write( "2x=42 \n" ); document.write( "x=21 \n" ); document.write( "50-x=29 \n" ); document.write( "number of boys=29 \n" ); document.write( " |