document.write( "Question 391393: Brianna's family spent $134 on 2 adult tickets and 3 youth tickets at an amusment park. Max's family spent $146 on 3 adult tickets and 2 youth tickets. What is the price of a youth ticket? \n" ); document.write( "
Algebra.Com's Answer #277692 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "Hi,
\n" ); document.write( "This question Sets Up two equations with 2 unknowns
\n" ); document.write( "Let x and y represent the cost of the youth and adult ticket respectively
\n" ); document.write( "Question states***
\n" ); document.write( " 3x + 2y = $134
\n" ); document.write( " 2x + 3y = $146
\n" ); document.write( "using elimination to solve for x
\n" ); document.write( " 9x +6y = 3*134 | Multiplying 1st equation by 3
\n" ); document.write( "-4x -6y = -2*146 | Multiplying 2nd equation by -2\r
\n" ); document.write( "\n" ); document.write( " 5x = 3*134 - 2*146
\n" ); document.write( " 5x = $110
\n" ); document.write( " x = $22, the cost of the youth ticket\r
\n" ); document.write( "\n" ); document.write( "CHECKING our Answer*** ($34 being the cost of the adult ticket) y = (134-3*22)/2
\n" ); document.write( " 3*$22 + 2*$34 = $66 + $68 = $134 \n" ); document.write( "
\n" );