document.write( "Question 1026909: The school that scott goes to is selling tickets to the annual talent show. On the first day of ticket sales the school sold 10 adult tickets and 8 child tickets for a total of $246. The next day the school took in $102 by selling 2 adult tickets and 6 child tickets. Whats the price of an adult ticket, and the price of a childs ticket
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #648169 by jorel555(1290)![]() ![]() ![]() You can put this solution on YOUR website! Let x be adult tickets, y be child's tickets;\r \n" ); document.write( "\n" ); document.write( "10x+8y=246 \n" ); document.write( "2x+6y=102; \n" ); document.write( "10x+30y=510 \n" ); document.write( "10x+8y=246 \n" ); document.write( "22y=264 \n" ); document.write( "y=12;x=15 \n" ); document.write( "adult tickets are $15 each, children's are $12!!!!!!!! \n" ); document.write( " |