document.write( "Question 381429: in a club, the ratio of boys to girls is 7 : 8. The ratio of one less than the number of girls to the total number of members is 1 : 2. How many boys and how many girls are in the club? \n" ); document.write( "
Algebra.Com's Answer #270550 by edjones(8007)![]() ![]() You can put this solution on YOUR website! Let b=number of boys and g=number of girls. \n" ); document.write( "b/g=7/8 \n" ); document.write( "8b=7g \n" ); document.write( ". \n" ); document.write( "(g-1)/b+g)=1/2 \n" ); document.write( "2g-2=b+g \n" ); document.write( "b=g-2 \n" ); document.write( ". \n" ); document.write( "(g-2)/g=7/8 \n" ); document.write( "8g-16=7g \n" ); document.write( "g=16 \n" ); document.write( "b=14 \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |