document.write( "Question 199920: Ticket to a movie cost $7.25 for adults and $5.50 for students. A group of friends purchased 8 tickets or $52.75. How many adult tickets and student tickets were purchased? \n" ); document.write( "
Algebra.Com's Answer #150289 by radikrr(7)![]() ![]() ![]() You can put this solution on YOUR website! x+y=8 \n" ); document.write( "7.25x+5.5y=52.75\r \n" ); document.write( "\n" ); document.write( "x+y=8 \n" ); document.write( "29x+22y=211\r \n" ); document.write( "\n" ); document.write( "y=8-x\r \n" ); document.write( "\n" ); document.write( "29x+22(8-x)=211\r \n" ); document.write( "\n" ); document.write( "x=5 y=3 \n" ); document.write( " |