Answer:
(20 + 60) + (3 + 7) + (0.4 + 0.3) + (0.05 + 0.01)
Answer: C
Step-by-step explanation:
The equation is in y=mx+b format. The y is the final amount that you will have to pay. The m in this case is the amount of money that you are paying for each individual month (which is $34.99). The x in this case is the number of months you are paying for (which is 1). And b is the starting fee that you have to pay in order to get a membership in the first place (but will not have to pay after the first month). Thus, seeing as there is 1 month's worth of payment and a starting fee tagged on, y would equal the average total cost for the first month of a gym membership.
D = sq.root of((x2 - x1)^2 + (y2 - y1)^2)
sq.root of 13 = sq.root of((x - (-2))^2 + (1 - 3)^2)
= sq.root of((x + 2)^2 + (-2)^2)
= sq.root of (x^2 + 4x + 4 + 4)
= sq.root of (x^2 + 4x + 8)
Now if we square both sides:
x^2 + 4x + 8 = 13
x^2 + 4x - 5 = 0
(x + 5)(x - 1) = 0
x = -5 or x = 1