document.write( "Question 88343: word problem delimma tickets for a play cost $12 for an adult and $8 for an child If 130 tickets were sold and the total receipts were 1160 how many of each ticket weree sold. Ok if x= the adult tickets and c= the child tickets do I go x+ c = 130 and then go 12x + 8c==1160 then divide both sidec by 8 to get the child ticket \n" ); document.write( "
Algebra.Com's Answer #64169 by rossiv53(27) ![]() You can put this solution on YOUR website! Lets begin by assigning a variable to one of the ticket values. \n" ); document.write( "x = number of adult tickets sold \n" ); document.write( "Since there were a total of 130 tickets sold, the amount of children's tickets sold can be expressed as (130-x)\r \n" ); document.write( "\n" ); document.write( "Now you can set up your equation \n" ); document.write( "12x+8(130-x) = 1160 \n" ); document.write( "12x+1040-8x = 1160 \n" ); document.write( "4x+1040 = 1160 \n" ); document.write( "4x+1040-1040 = 1160-1040 \n" ); document.write( "4x = 120 \n" ); document.write( "x = 30\r \n" ); document.write( "\n" ); document.write( "So, 30 adult tickets were sold and 100 children's tickets were sold\r \n" ); document.write( "\n" ); document.write( "Good luck! \n" ); document.write( " |