I need to solve a quadratic equation (actually I need to explain it to my kid), but I get stuck in the middle and would be grateful, for any pointers into the right direction.
$y=ax^2+bx-1$
with two points on its parabola: $P_1=(-2,1)$ and $P_2=(3,1)$. I need to find $a$ and $b$.
Inserting the coordinates, I get \begin{align*} 1 &= 4a-2b-1\\ 1 &= 9a+3b-1 \end{align*} which yields $$ 2 = 13a+b-2. $$ This gives
$$ b = -13a .$$
Now $-13$ is a strange number for a schoolbook example. And using Geogebra I found out that $a$ and $b$ must be $1/3$. In all the other questions around it, I see full number quotients and usually either $a$ or $b$ cancel themselves out, so it is easy to find out the result by substituting.
I am unsure about how to continue because I have the feeling I am missing something here.
You will get the system $$2=4a-2b$$ and $$2=9a+3b$$ simplifying gives $$1=2a-b$$ $$2=9a+3b$$ Multiplying the first equation by $3$ and adding to the second we get $$5=15a$$ so $$a=\frac{1}{3}$$