document.write( "Question 281308: i dont know how to do: The Rocket Coaster has 15 cars, some that hold 4 people and some that hold 6 people. There is room for 72 people altogether. How many 4-passenger cars are there? How many 6-passenger cars are there? \n" ); document.write( "
Algebra.Com's Answer #204320 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The Rocket Coaster has 15 cars, some that hold 4 people and some that hold 6 people. There is room for 72 people altogether. How many 4-passenger cars are there? How many 6-passenger cars are there? \n" ); document.write( "---------------------------- \n" ); document.write( "Equations: \n" ); document.write( "Car Eq:::::::: f + s = 15 cars \n" ); document.write( "People Eq:::::4f +6s = 72 people \n" ); document.write( "--------------------------------- \n" ); document.write( "Multiply thru the Car Equation by 4 to get: \n" ); document.write( "4f + 4s = 60 \n" ); document.write( "--- \n" ); document.write( "Subtract that from the People Eq and solve for \"s\": \n" ); document.write( "2s = 12 \n" ); document.write( "s = 6 (3 of six-passenger cars) \n" ); document.write( "==================================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |