Either I forgot or never did learn to do it well. I need to solve the following system:
$$9a+3b+c=0$$ $$25a-5b+c=0$$ $$a-b+c=12$$
Google shows me this page with some instructions: http://www.jcoffman.com/Algebra2/ch3_6.htm, I decided to follow them.
The first one, is "add the first equation with the third one, this will eliminate an x-term". So I assume that, in my context, this will eliminate at least one term when I try it.
Adding the first with the third one: $$9a+3b+c=0$$ $$a-b+c=12$$ I get: $$10a-2b+2c$$ Aw... No term was removed. So something's not well.
Either my system is wrong or I am not following the instructions well. If you want to know where my system comes from, it is from the following question:
Determine the quadratic function such that $f(3) = 0$, $f(-5) = 0$ and $f(-1)=12$.
If I'm not mistaken, this involves solving the system I got above.
Can you tell me what did I do wrong following those instructions? I'm not really looking for the solution - instead, I'd prefer to understand how to do this.
I will answer your question
Any quadratic polynomial will have only two roots. From the question, you know that the only two roots are $3$ and $-5$. Hence, we have $$f(x) = a(x-3)(x+5)$$ In addition, we are given thaat $f(-1) = 12$. This implies $$a(-4)(4) = 12 \implies a = -\dfrac34$$ Hence, $$f(x) = -\dfrac34 (x-3)(x+5) = \dfrac34(3-x)(x+5)$$ To solve by your method, subtract equation $3$ from $1$ and $3$ from $2$ to eliminate $c$. If we do this, we then get that $$8a+4b = -12$$ $$24a-4b = -12$$ Add the above two equations to get $$32a = - 24 \implies a = - \dfrac34$$ We have $8a+4b = -12 \implies 4b = - 12 +6 = -6 \implies b = - \dfrac32$. Now that we have values for $a$ and $b$ plug it in any of the three original equations you had to get that $c = \dfrac{45}4$.