document.write( "Question 996932: Mark's school is selling tickets to a play. On the first day of ticket sales the school sold 7 adult
\n" );
document.write( "tickets and 11 student tickets for a total of $234. The school took in $234 on the second day by
\n" );
document.write( "selling 14 adult tickets and 4 student tickets. Find the price of an adult ticket and the price of a
\n" );
document.write( "student ticket. \n" );
document.write( "
Algebra.Com's Answer #615198 by mananth(16946)![]() ![]() You can put this solution on YOUR website! x= cost of adult tickets \n" ); document.write( "y= cost of student tickets \n" ); document.write( "Total sold \n" ); document.write( "7 x + 11 y = 234 .............1 \n" ); document.write( "Total value \n" ); document.write( "14 x + 4 y = 234 .............2 \n" ); document.write( "Eliminate y \n" ); document.write( "multiply (1)by -4 \n" ); document.write( "Multiply (2) by 11 \n" ); document.write( "-28 x -44 y = -936 \n" ); document.write( "154 x + 44 y = 2574 \n" ); document.write( "Add the two equations \n" ); document.write( "126 x = 1638 \n" ); document.write( "/ 126 \n" ); document.write( "x = 13 \n" ); document.write( "plug value of x in (1) \n" ); document.write( "7 x + 11 y = 234 \n" ); document.write( "91 + 11 y = 234 \n" ); document.write( " 11 y = 234 -91 \n" ); document.write( " 11 y = 143 \n" ); document.write( " y = 13 \n" ); document.write( "x= 13 cost of adult tickets \n" ); document.write( "y= 13 cost of student tickets \n" ); document.write( "m.ananth@hotmail.ca \n" ); document.write( " \n" ); document.write( " |