Inactive Tutor answered 05/21/15
Tutor
New to Wyzant
First take inventory of the things we know:
cost = 80.00 <--- We do not need the decimals, but we are dealing with money so we keep this format.
students = x <--- This information was not given, so we use a variable in its place.
cost per student = y <--- This is the cost that each student would have been required to pay; not given in the problem.
sick students = 8
extra cost = 0.50 <--- The 50 cents that the remaining students will have to pay in addition to the cost per student.
The total cost of the trip is being paid by charging each student an equal amount of money. We can create a skeleton equation by using the units, then insert the chosen variables from above.
- students * (cost/student) = total cost <--- Keep in mind that (cost/student) is read as "price per student".
- x*y = 80 <--- Insert the chosen variables and constants above.
- (students - sick students) * (cost/student + extra cost) = total cost <--- Add in the extra information.
- (x - 8)*(y+0.50) = 80 <--- The last step! Just replace the words with the variables and constants(numbers).
From the first equation
- y = 80/x
We use this information and substitute into equation two
- (x - 8)(80/x+0.5) = 80
- 80 + 0.5x - (640/x) - 4 = 80 <--- Distribute
- 0.5x - (640/x) = 4 <--- Combine like terms
- 0.5x^2 - 640 = 4x <--- Multiply both sides by x
- 0.5x^2 - 4x - 640 = 0 <--- Subtract 4x from both sides
Now that we have a quadratic equation in standard form (ax^2 + bx + c = 0), we can use the quadratic equation.
We should get x = -32 or x = 40. We cannot have negative students, so we know that the x = 40 is the correct answers.
By using the first equation we find:
- x*y = 80.00
- y = 80.00/x
- y = 80.00/40
- y = $2.00
This is the cost each student had to pay prior to the other students getting sick. If we add the extra 50 cents we get the new cost.
We found:
- There were 40 total students, but only 32 went on the trip because 8 were sick.
- Each student originally had to pay $2.00, but the cost was raised to $2.50.