document.write( "Question 254293: Tickets for a basketball game cost $6.00 for adults and $3.00 for students. A total of 846 tickets that cost $3846.00 were sold. How many of each were sold? \n" ); document.write( "
Algebra.Com's Answer #186652 by palanisamy(496)![]() ![]() ![]() You can put this solution on YOUR website! Let the number of tickets for adults = x \n" ); document.write( "And the number of tickets for students = y \n" ); document.write( "Total number of tickets is x+y = 846 ..(1) \n" ); document.write( "Tickets for a basketball game cost $6.00 for adults and $3.00 for students. \n" ); document.write( "Total cost is 6x+3y = 3846 \n" ); document.write( "Dividing by 3, we get 2x+y = 1282 ...(2) \n" ); document.write( "(1)-(2)=> -x = -436 \n" ); document.write( " x = 436 \n" ); document.write( "Substituting in (1), 436+y = 846 \n" ); document.write( " y = 846-436 \n" ); document.write( " y = 410 \n" ); document.write( "Therefore, the number of tickets for adults = 436 \n" ); document.write( "And the number of tickets for students = 410 \n" ); document.write( " \n" ); document.write( " \n" ); document.write( " |