SOLUTION: The Extreme Rock Climbing Club planned a climbing expedition. The total cost was $2000, which was to be divided equally among the members going. Prior to the trip, 5 members deci

Algebra ->  Quadratic Equations and Parabolas  -> Quadratic Equations Lessons  -> Quadratic Equation Lesson -> SOLUTION: The Extreme Rock Climbing Club planned a climbing expedition. The total cost was $2000, which was to be divided equally among the members going. Prior to the trip, 5 members deci      Log On


   



Question 1103213: The Extreme Rock Climbing Club planned a climbing expedition. The total cost was $2000, which was to be divided equally among the members going. Prior to the trip, 5 members decided not to go. If the cost per person increased by $20, how many people went on the expedition?

Found 3 solutions by stanbon, ikleyn, josmiceli:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
The Extreme Rock Climbing Club planned a climbing expedition. The total cost was $2000, which was to be divided equally among the members going. Prior to the trip, 5 members decided not to go. If the cost per person increased by $20, how many people went on the expedition?
-----
Original cost per person:: 2000/x
--------------
Changed cost per person:: 2000/(x-5)
---------------------------
Equation:: original - changed = 20
2000/x - 2000/(x-5) = 20
2000x- 2000*5 - 2000x = 20x(x-5)
-10000 = 20x^2-100
----
-500 = x^2 - 10x
------------------
x^2 - 10x + 500 = 0
x = 17.91
-----
Note:: That answer should be a whole number.
-----
Cheers,
Stan H.
-----------

Answer by ikleyn(52776) About Me  (Show Source):
You can put this solution on YOUR website!
The Extreme Rock Climbing Club planned a climbing expedition. The total cost was $2000, which was to be divided equally among the members going. Prior to the trip, 5 members decided not to go. If the cost per person increased by $20, how many people went on the expedition?
-----
Original cost per person:: 2000/x
--------------
Changed cost per person:: 2000/(x-5)
---------------------------
Equation:: changed - original = 20
2000/(x-5) - 2000/x = 20
2000x - 2000x + 2000*5 = 20x(x-5)
10000 = 20x^2-100
----
500 = x^2 - 5x
------------------
x^2 - 5x - 500 = 0
(x+20)*(x-25) = 0
-----
Only positive root makes sense ====> x = 25.
-----

SOLVED.


Answer by josmiceli(19441) About Me  (Show Source):
You can put this solution on YOUR website!
Let +n+ = the original number of members that went
+2000%2F%28+n+-5+%29+=+2000%2Fn+%2B+20+
Multiply both sides by +n%2A%28+n+-+5+%29+
+2000n+=+2000%2A%28+n+-+5+%29+%2B+20%2An%2A%28+n+-+5+%29+
+2000n+=+2000n+-+10000+%2B+20n%5E2+-+100n+
+20n%5E2+-+100n+-+10000+=+0+
+n%5E2+-+5n+-+500+=+0+
+n+=+%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+
+a+=+1+
+b+=-5+
+c+=+-500+
+n+=+%28-%28-5%29+%2B-+sqrt%28+%28-5%29%5E2-4%2A1%2A%28-500%29+%29%29%2F%282%2A1%29+
+n+=+%28+5+%2B-+sqrt%28+25+%2B+2000+%29+%29+%2F+2+
+n+=+%28+5+%2B+sqrt%28+2025+%29+%29+%2F+2+
+n+=+%28+5+%2B+45+%29%2F2+
+n+=+25+
----------------
+25+-+5+=+20+, so
20 people went on the expedition
----------------------------------
check:
+2000%2F%28+n-5+%29+=+2000%2Fn+%2B+20+
+2000%2F20+=+2000%2F25+%2B+20+
+100+=+80+%2B+20+
+100+=+100+
OK