document.write( "Question 145297: Tickets for a train ride were $120 for a sleeping room, $80 dollars for a berth, and $50 for a coach seat. The total ticket sales were $8600. If there were 20 more berth tickets than sleeping room tickets and 3 times as many coach tickets as sleeping room tickets, how many of each type of ticket were sold? \n" ); document.write( "
Algebra.Com's Answer #105972 by ankor@dixie-net.com(22740) You can put this solution on YOUR website! Let x = no. of rooms \n" ); document.write( "Let y = no. of berths \n" ); document.write( "Let z = no. of seats \n" ); document.write( ": \n" ); document.write( "Write an equation for each statement: \n" ); document.write( ": \n" ); document.write( "\"Tickets for a train ride were $120 for a sleeping room, $80 dollars for a berth, and $50 for a coach seat. The total ticket sales were $8600.\" \n" ); document.write( "120x + 80y + 50z = 8600 \n" ); document.write( ": \n" ); document.write( "\"there were 20 more berth tickets than sleeping room tickets\" \n" ); document.write( "y = x + 20 \n" ); document.write( ": \n" ); document.write( "\" 3 times as many coach tickets as sleeping room tickets,\" \n" ); document.write( "z = 3x \n" ); document.write( ": \n" ); document.write( " how many of each type of ticket were sold? \n" ); document.write( ": \n" ); document.write( "Substitute (x+20) for y and 3x for z in the 1st equation: \n" ); document.write( "120x + 80(x+20) + 50(3x) = 8600 \n" ); document.write( ": \n" ); document.write( "120x + 80x + 1600 + 150x = 8600; multiplied whats in the brackets \n" ); document.write( ": \n" ); document.write( "120x + 80x + 150x = 8600 - 1600; subtracted 1600 from both sides \n" ); document.write( ": \n" ); document.write( "350x = 7000 \n" ); document.write( "x = \n" ); document.write( "x = 20 sleeping room tickets \n" ); document.write( ": \n" ); document.write( "I'll let you find y and z using the 2nd and 3rd equations \n" ); document.write( ": \n" ); document.write( "Check your solutions in the $total equation \n" ); document.write( " |