SOLUTION: 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. H
Algebra ->
Customizable Word Problem Solvers
-> Numbers
-> SOLUTION: 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. H
Log On
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? Found 2 solutions by scott8148, Theo:Answer by scott8148(6628) (Show Source):
You can put this solution on YOUR website! let x = number of teenagers.
cost of the bus $600.00
let c = cost per teenager.
-----
formula to determine cost per teenager is c = $600/x
-----
if there were 5 less teenagers, the cost per teenager would have been $10 more.
-----
formula to determine cost per teenager when there is 5 less teenagers is:
c + 10 = $600 / (x-5)
-----
subtract 10 from this formula to get:
c = ( $600 / (x-5) ) - $10
-----
we have 2 formulas, each being equal to c so they are equal to each other.
-----
600 / x = ( 600 / (x-5) ) - 10
-----
multiply both sides of this equation by (x) * (x-5) to get:
600 * (x-5) = 600 * x - (10 * x * (x-5))
-----
this become:
( 600 * x ) - 3000 = ( 600 * x ) - ( 10 * x^2 ) + ( 50 * x )
-----
subtract everything on the right hand side of this equation from both sides of this equation to get:
(600*x) - 3000 - (600*x) + (10*x^2) - (50*x) = 0
-----
combine like terms to get:
10x^2 - 50x - 3000 = 0
-----
divide both sides of this equation by 10 to get:
x^2 - 5x - 300 = 0
-----
this factors out to be:
(x-20) * (x+15) = 0
-----
x = 20
or:
x = -15
-----
x has to be positive so the only possible solution is x = 20
-----
plug x = 20 into the original equations:
c = $600/x becomes c = $600/20 becomes c = $30.00
c+$10 = $600/(x-5) becomes c+$10 = $600/15 becomes c+$10 = $40 becomes c = $30.00
-----
your problem was:
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?
-----
answer is:
there were 20 teenagers there and the bus cost them $30.00 apiece.
-----