document.write( "Question 869799: Nadiah had 120 stamps more than Huili. Nadiah gave 20% of her stamps to Huili. In return, Huili gave 50% of her stamps to Nadiah. In the end, Nadiah had 264 stamps more than Huili. How many stamps did Nadiah have at first? \n" ); document.write( "
Algebra.Com's Answer #524619 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! Nadiah had 120 stamps more than Huili. Nadiah gave 20% of her stamps to Huili. In return, Huili gave 50% of her stamps to Nadiah. In the end, Nadiah had 264 stamps more than Huili. How many stamps did Nadiah have at first? \n" ); document.write( "*** \n" ); document.write( "let x=number of stamps Huili had at first. \n" ); document.write( "x+120=number of stamps Nadiah had at first. \n" ); document.write( "20%(x+120)=number of stamps Nadiah gave to Huili. \n" ); document.write( "50%x=number of stamps Huili gave to Nadiah. \n" ); document.write( "... \n" ); document.write( ".50x+(x+120)-.20(x+120)+x=264 \n" ); document.write( ".50x+x+120-.20x-24-x=264 \n" ); document.write( ".30x=168 \n" ); document.write( "x=560 \n" ); document.write( "x+120=680 \n" ); document.write( "number of stamps Nadiah had at first=680 \n" ); document.write( " |