document.write( "Question 188065: devon purchased tockets to an air show for 9 adults and 2 childeren. the total cost was 192 dollars. the cost of a child's ticket was 3 dollars less than the cost of an adult's ticket. find the price of an adult's ticket and a child's ticket \n" ); document.write( "
Algebra.Com's Answer #141037 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Devon purchased tickets to an air show for 9 adults and 2 children. \n" ); document.write( "The total cost was 192 dollars. \n" ); document.write( "The cost of a child's ticket was 3 dollars less than the cost of an adult's ticket. \n" ); document.write( "Find the price of an adult's ticket and a child's ticket \n" ); document.write( ": \n" ); document.write( "Let x = cost of an adult ticket \n" ); document.write( "then \n" ); document.write( "(x-3) = cost of a child's ticket \n" ); document.write( "; \n" ); document.write( "9x + 2(x-3) = 192 \n" ); document.write( ": \n" ); document.write( "9x + 2x - 6 = 192 \n" ); document.write( "11x = 192 + 6 \n" ); document.write( "11x = 198 \n" ); document.write( "x = \n" ); document.write( "x = $18 for an adult ticket \n" ); document.write( "then \n" ); document.write( "18 - 3 = $15 for a child's ticket \n" ); document.write( "; \n" ); document.write( "; \n" ); document.write( "Check: \n" ); document.write( "9(18) + 2(15) = 192 \n" ); document.write( " |