document.write( "Question 1166731: A movie theater advertises that a family of two adults, one student, and one child between the ages of 3 and 8 can attend a movie for $15. An adult ticket costs as much as the combined cost of a student ticket and a child ticket. You purchase 1 adult ticket, 4 student tickets, and 2 child tickets for $23. What is the price per ticket for a student ticket?\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #791247 by Theo(13342)\"\" \"About 
You can put this solution on YOUR website!
let A = the cost of an adult ticket.
\n" ); document.write( "let S = the cost of a student ticket.
\n" ); document.write( "let C = the cost of a child ticket.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your two formulas are:
\n" ); document.write( "2A + S + C = 15
\n" ); document.write( "A + 4S + 2C = 23\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you are given A = S + C because one adult ticket is the same as the combined cost of a student and child ticket.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "replace A in the two equations with S + C to get:
\n" ); document.write( "2 * (S + C) + S + C = 15
\n" ); document.write( "S + C + 4S + 2C = 23\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "simplify and combine like terms to get:
\n" ); document.write( "3S + 3C = 15
\n" ); document.write( "5S + 3C = 23\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "subtract the first equation from the second to get:
\n" ); document.write( "2S = 8\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "solve for S to get:
\n" ); document.write( "S = 4\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "in the first first equation of 3S + 3C = 15, replace S with 4 to get:
\n" ); document.write( "3 * 4 + 3C = 15
\n" ); document.write( "simplify to get:
\n" ); document.write( "12 + 3C = 15
\n" ); document.write( "subtract 12 from both sides of this equation and simpliy to get:
\n" ); document.write( "3C = 3
\n" ); document.write( "solve for C to get:
\n" ); document.write( "C = 1\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "you have:
\n" ); document.write( "S = 4
\n" ); document.write( "C = 1\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "since A = S + C, you also have:
\n" ); document.write( "A = 5\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "in your two original equations, replace A with 5 and S with 4 and C with 1 to get:
\n" ); document.write( "2A + S + C = 15 becomes 2*5 + 4 + 1 = 15 which becomes 15 = 15 which is true.
\n" ); document.write( "A + 4S + 2C = 23 becomes 5 + 4*4 + 2*1 = 23 which becomes 5 + 16 + 2 = 23 which becomes 23 = 23 which is also true.
\n" ); document.write( "this confirms the values for A and S and C are good.\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "your solution is that S = 4 which means that the price of a student ticket is 4 dollars.\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );