Eva owes her mom 570 dollars. She plans to write her one check per week to pay off the balance. The first week she pays 10 dollars. Each successive check will be for 5 dollars more than the previous check. In how many weeks will Eva finish paying her mother back?
The answer is at the end of 14 weeks. I couldn't arrive to this and got a "weird" answer.
What I did:
$$570 = \frac{n}{2}\Big(2\cdot 10+5(n-1)\Big).$$
This produces:
$$1140 = 5n^2+15n.$$
And I do not get 14, what am I doing wrong?
Dividing your equation by $5$; we get $a=1, b=3, c=-228$. Then, by the quadratic formula, we get \begin{align*} n&=\frac{-3\pm\sqrt{9-4(1)(-228)}}{2}\\ &=\frac{-3\pm\sqrt{921}}{2} \end{align*} Obviously we discard the negative solution since we cannot have a negative number of weeks; so we are left with $$n=\frac{-3+\sqrt{921}}{2}\approx13.67,$$ which we round up to $14$.