document.write( "Question 1115223: rupees 22 was divided among 100 childrens so that each boy got 25 paise and each girl 15 paise. find the number of girls
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #730121 by addingup(3677)![]() ![]() You can put this solution on YOUR website! By what method do you have to solve this? the substitution method is easier here: \n" ); document.write( "boys x; girls y \n" ); document.write( "x + y = 100 so x = 100-y \n" ); document.write( "25x + 15y = 2200 substitute for x \n" ); document.write( "25(100-y)+15y = 2200 \n" ); document.write( "2500-25y+15y = 2200 \n" ); document.write( "-10y = -300 divide both sides by -10, and remember that -/- = + so you can ignore the negative sign and just divide 300/10 to get your answer of how many girls. \n" ); document.write( " |