document.write( "Question 1208613: Tickets to a local movie were sold for $6.00 for adults and $4.50 for students. If 276 tickets were sold for a total of $1632.00, how many student tickets were sold? \n" ); document.write( "
Algebra.Com's Answer #846984 by greenestamps(13200)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "x = # of adult tickets
\n" ); document.write( "y = # of student tickets

\n" ); document.write( "The given information gives us these two equations:

\n" ); document.write( "\"x%2By=276\" the total number of tickets sold was 276

\n" ); document.write( "\"6x%2B4.50y=1632\" the total cost of the tickets, at $6 each for adults and $4.50 each for students, was $1632

\n" ); document.write( "In both of the responses you have received from other tutors, the solution of the problem is set up using substitution -- solving the first equation for either x or y and substituting in the second.

\n" ); document.write( "When both equations are given in this \"ax+by=c\" form, I think a solution using elimination is easier.

\n" ); document.write( "Multiply the first equation by 6 so that both equations contain the term \"6x\":

\n" ); document.write( "\"6x%2B6y=1656\"
\n" ); document.write( "\"6x%2B4.5y=1632\"

\n" ); document.write( "Now subtract the second equation from the first, eliminating variable x, and solve the resulting equation for y:

\n" ); document.write( "\"1.5y=24\"
\n" ); document.write( "\"y=24%2F1.5=16\"

\n" ); document.write( "The number of student tickets sold was y = 16.

\n" ); document.write( "ANSWER: 16

\n" ); document.write( "CHECK:
\n" ); document.write( "The number of student tickets was 16, so the number of adult tickets was 276-16 = 260.
\n" ); document.write( "260(6)+16(4.5)=1560+72=1632
\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );