document.write( "Question 209245: A group of teenagers wanted to hire a small bus for their prom and they split the $600 total cost equally. If they had had 5 fewer people, each person would have paid $10 more. How many teenagers were there and how much did they each pay? \n" ); document.write( "
Algebra.Com's Answer #158181 by Theo(13342)![]() ![]() You can put this solution on YOUR website! let x = number of teenagers. \n" ); document.write( "cost of the bus $600.00 \n" ); document.write( "let c = cost per teenager. \n" ); document.write( "----- \n" ); document.write( "formula to determine cost per teenager is c = $600/x \n" ); document.write( "----- \n" ); document.write( "if there were 5 less teenagers, the cost per teenager would have been $10 more. \n" ); document.write( "----- \n" ); document.write( "formula to determine cost per teenager when there is 5 less teenagers is: \n" ); document.write( "c + 10 = $600 / (x-5) \n" ); document.write( "----- \n" ); document.write( "subtract 10 from this formula to get: \n" ); document.write( "c = ( $600 / (x-5) ) - $10 \n" ); document.write( "----- \n" ); document.write( "we have 2 formulas, each being equal to c so they are equal to each other. \n" ); document.write( "----- \n" ); document.write( "600 / x = ( 600 / (x-5) ) - 10 \n" ); document.write( "----- \n" ); document.write( "multiply both sides of this equation by (x) * (x-5) to get: \n" ); document.write( "600 * (x-5) = 600 * x - (10 * x * (x-5)) \n" ); document.write( "----- \n" ); document.write( "this become: \n" ); document.write( "( 600 * x ) - 3000 = ( 600 * x ) - ( 10 * x^2 ) + ( 50 * x ) \n" ); document.write( "----- \n" ); document.write( "subtract everything on the right hand side of this equation from both sides of this equation to get: \n" ); document.write( "(600*x) - 3000 - (600*x) + (10*x^2) - (50*x) = 0 \n" ); document.write( "----- \n" ); document.write( "combine like terms to get: \n" ); document.write( "10x^2 - 50x - 3000 = 0 \n" ); document.write( "----- \n" ); document.write( "divide both sides of this equation by 10 to get: \n" ); document.write( "x^2 - 5x - 300 = 0 \n" ); document.write( "----- \n" ); document.write( "this factors out to be: \n" ); document.write( "(x-20) * (x+15) = 0 \n" ); document.write( "----- \n" ); document.write( "x = 20 \n" ); document.write( "or: \n" ); document.write( "x = -15 \n" ); document.write( "----- \n" ); document.write( "x has to be positive so the only possible solution is x = 20 \n" ); document.write( "----- \n" ); document.write( "plug x = 20 into the original equations: \n" ); document.write( "c = $600/x becomes c = $600/20 becomes c = $30.00 \n" ); document.write( "c+$10 = $600/(x-5) becomes c+$10 = $600/15 becomes c+$10 = $40 becomes c = $30.00 \n" ); document.write( "----- \n" ); document.write( "your problem was: \n" ); document.write( "A group of teenagers wanted to hire a small bus for their prom and they split the $600 total cost equally. If they had had 5 fewer people, each person would have paid $10 more. How many teenagers were there and how much did they each pay? \n" ); document.write( "----- \n" ); document.write( "answer is: \n" ); document.write( "there were 20 teenagers there and the bus cost them $30.00 apiece. \n" ); document.write( "-----\r \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |