document.write( "Question 32808: If Amy gives 10 of her stamps to Robin, she will have four times as many stamps as Robin. If she gives 20 of her stamps to Robin, she will have three times as many stamps as Robin. How many stamps do they have in all? \n" ); document.write( "
Algebra.Com's Answer #19231 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! Let Amy's stamps be x \n" ); document.write( "Let Robin's stamps be y \n" ); document.write( "She loses 10 -->x-10 \n" ); document.write( "Other gains 10 -->y+10 \n" ); document.write( "4(y+10)=x-10 \n" ); document.write( "4y+40=x-10 \n" ); document.write( "x=4y+50 (subsitution)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "She loses 20 -->x-20 \n" ); document.write( "other gains 20 -->y+20 \n" ); document.write( "3(y+20)=x-20 \n" ); document.write( "3y+60=x-20 \n" ); document.write( "3y+60=4y+50-20 \n" ); document.write( "y=30\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x=4(30)+50 \n" ); document.write( "x=170 \n" ); document.write( "Hence, Amy has 170 stamps, and Robin has 30 stamps. \n" ); document.write( "Paul. \n" ); document.write( " |