document.write( "Question 250074: You are selling tickets for a high school basketball game. Student
\n" );
document.write( " tickets cost $3 and general admission tickets cost $5. You sell 350
\n" );
document.write( " tickets and collect $1,450. How many student tickets did you sell? \n" );
document.write( "
Algebra.Com's Answer #186487 by PRMath(133)![]() ![]() ![]() You can put this solution on YOUR website! You are selling tickets for a high school basketball game. Student \n" ); document.write( "tickets cost $3 and general admission tickets cost $5. You sell 350 \n" ); document.write( "tickets and collect $1,450. How many student tickets did you sell?\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "This can be solved as a system of two equations:\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Student tickets cost $3 and general admission tickets cost $5. You sell 350 \n" ); document.write( "tickets. Therefore, the first equation is: \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Student Tickets (S) + Genr'l Admission Tickets (G) = 350 \n" ); document.write( " S + G = 350\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The second equation is: S(3.00) + G(5.0) = 1,450\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The two equations are: \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "S + G = 350 ------> this is also the same as: S = 350 - G (Substitute this info into the 2nd equation). \n" ); document.write( "S(3.00) + G(5.0) = 1,450\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "S(3.00) + G(5.0) = 1,450 (original 2nd equation) \n" ); document.write( "3.00(350 - G) + G(5.0) = 1,450 (Plugged S = 350 - G into the equation) \n" ); document.write( "1,050 - 3.0G + G(5) = 1,450 (distributed the 3.0 to the 350 and to the G) \n" ); document.write( "1,050 + 2.0G = 1,450 (combined -3.0G + G5 to get 2.0G) \n" ); document.write( "2.0G = 1,450 - 1,050 (subtracted 1,050 from both sides to isolate G) \n" ); document.write( "2.0G = 400 \n" ); document.write( " G = 200 (divided both sides by 2.0 to isolate the G)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Now we know there were 200 general admission tickets. Let's go back to the 1st equation:\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "S + G = 350 \n" ); document.write( "S + 200 = 350 (substituted in the 200 for the G variable) \n" ); document.write( "S = 350 - 200 (subtracted 200 from both sides of the equation to isolate the S) \n" ); document.write( "S = 150\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Does this work out? Let's check..........\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "You are selling tickets for a high school basketball game. Student \n" ); document.write( "tickets cost $3 and general admission tickets cost $5. You sell 350 \n" ); document.write( "tickets and collect $1,450. \r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "150 Student tickets + 200 Gen Admission tickets = 350 so that checks.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "200(5) + 150(3) = \n" ); document.write( "1000 + 450 = 1,450 This checks, too.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Hope this helps. :-) \n" ); document.write( " |