document.write( "Question 960482: Aquilla buys 50 stamps, some for 10c and some for 20c. If she spend 6,40 altogether, how many 10c stamps does she buy? \n" ); document.write( "
Algebra.Com's Answer #808279 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! x = number of 10c stamps \n" ); document.write( "y = number of 20c stamps\r \n" ); document.write( "\n" ); document.write( "x + y = 50 \n" ); document.write( "10x + 20y = 640 ---> x + 2y = 64\r \n" ); document.write( "\n" ); document.write( "x + y = 50 \n" ); document.write( "-x - 2y = -64 \n" ); document.write( "------------------- \n" ); document.write( "-y = -14 \n" ); document.write( "y = 14\r \n" ); document.write( "\n" ); document.write( "She bought x = 36 10c stamps. \n" ); document.write( " |