document.write( "Question 37091: Question:
\n" ); document.write( "
\n" ); document.write( "You are selling football tickets. Student tickets cost $2 and general admission tickets cost $5. You sell three times as many general admission tickets as student tickets and collect $1700. How many of each type of ticket did you sell?\r
\n" ); document.write( "\n" ); document.write( "This is what I have so far.\r
\n" ); document.write( "\n" ); document.write( "n=Student Tickets n(3)=general admission tickets\r
\n" ); document.write( "\n" ); document.write( "n+3n=1700\r
\n" ); document.write( "\n" ); document.write( "n=425 student tickets n(3)=1275 general admission tickets.\r
\n" ); document.write( "\n" ); document.write( "Is this correct?
\n" ); document.write( "

Algebra.Com's Answer #22886 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
Assign n = # of student tickets and m = # of general admin tickets. You have to then separate the equation into a number-of-tickets equation, 3n = m, and a value-of-tickets equation, 2n + 5m = 1700. If you substitute 3n in for m in the value equation, you get 17n = 1700, and then n = 100. You can find m = 300 and you're all done. \n" ); document.write( "
\n" );