Bunuel
A gym offers 11 levels of fitness classes, and in an attempt to reward those who progress toward higher levels of fitness it charges $50 less per course for each level of fitness. Jessica completed all 11 levels by taking one course at each level, and her total cost was $4675. What is the cost for a course at the gym's highest level?
A. $175
B. $245
C. $425
D. $675
E. $725
Kudos for a correct solution.We can let x = the cost for a course at the highest level. Since that is the cheapest course, the cost for a course at the second highest level is x + 50, that at the third highest level is x + 100, and so on. Finally the most expensive course, which is at the lowest level, will cost x + 500. Therefore, we can create the equation:
x + (x + 50) + (x + 100) + … + (x + 500) = 4675
Notice there are 11 terms on the left hand side of the equation, and the terms are even spaced; therefore, we can use the formula for the sum of an evenly spaced set, which is average * quantity = sum. We note that the average of an evenly spaced set is found by the formula: (smallest value + largest value) / 2. Combining these two formulas, we can create the equation:
[x + (x + 500)]/2 * 11 = 4675
[2x + 500]/2 = 425
x + 250 = 425
x = 175
Answer: A