document.write( "Question 1109117: Lynn is selling tickets to the school play. On the first day of ticket sales she sold 5 adult tickets and 9 children tickets for a total of $98.75. On the second day she sold 10 adult tickets and 15 children tickets for a total of $182.50. What is the price for one adult ticket and one student ticket? \n" ); document.write( "
Algebra.Com's Answer #724183 by ankor@dixie-net.com(22740)\"\" \"About 
You can put this solution on YOUR website!
Lynn is selling tickets to the school play.
\n" ); document.write( " On the first day of ticket sales she sold 5 adult tickets and 9 children tickets for a total of $98.75. On the second day she sold 10 adult tickets and 15 children tickets for a total of $182.50.
\n" ); document.write( " What is the price for one adult ticket and one student ticket?
\n" ); document.write( ":
\n" ); document.write( "let a = the price of adult tickets
\n" ); document.write( "let c = the price of children's
\n" ); document.write( ":
\n" ); document.write( "Write an equation for each day
\n" ); document.write( "5a + 9c = 98.75
\n" ); document.write( "10a + 15c = 182.50
\n" ); document.write( "Use elimination, multiply the 1st equation by 2
\n" ); document.write( "10a + 18c = 197.50
\n" ); document.write( "10a + 15c = 182.50
\n" ); document.write( "----------------------subtraction eliminates a, find c
\n" ); document.write( "0 + 3c = 15
\n" ); document.write( "c = 15/3
\n" ); document.write( "c = $5 for each child
\n" ); document.write( ":
\n" ); document.write( "Find a
\n" ); document.write( "5a + 9(5) = 98.75
\n" ); document.write( "5a + 45 = 98.75
\n" ); document.write( "5a = 98.75 - 45
\n" ); document.write( "5a = 53.75
\n" ); document.write( "a = 53.75/5
\n" ); document.write( "a = $10.75 for each adult
\n" ); document.write( ":
\n" ); document.write( ":
\n" ); document.write( "Check this using the 2nd equation, replace a and c
\n" ); document.write( "10a + 15c = 182.50
\n" ); document.write( "10(10.75) + 15(5) =
\n" ); document.write( "107.50 + 75 = 182.50\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );