document.write( "Question 447750: 1) Charles spent $3.70 for 22 stamps. If he only bought $0.15 stamps and $0.20 stamps, how many of each kind did he buy?\r
\n" );
document.write( "\n" );
document.write( "2) A group of people went to a movie together. They spent $24.75 for 8 tickets. If adult tickets cost $4.50 and children's tickets cost $2.25, how many of each kind of ticket were bought? \n" );
document.write( "
Algebra.Com's Answer #308198 by jorel1380(3719)![]() ![]() You can put this solution on YOUR website! x+y=22 \n" ); document.write( ".15x+.20y=3.70 \n" ); document.write( "15x+20y=370 \n" ); document.write( "15x+15y=330 \n" ); document.write( "5y=40 \n" ); document.write( "y=8 \n" ); document.write( "x=14 \n" ); document.write( "Charles bought 14 of the $.15 stamps and 8 of the $.20 stamps.. \n" ); document.write( "---------------------------- \n" ); document.write( "x+y=8 \n" ); document.write( "4.50x+2.25y=24.75 \n" ); document.write( "2.25x+2.25y=18 \n" ); document.write( "2.25x=6.75 \n" ); document.write( "x=3 \n" ); document.write( "y=5 \n" ); document.write( "They bought 3 adult tickets and 5 childrens' tickets.. \n" ); document.write( " |