You just need to solve 3 equations simultaneously. On the TI-nspire CAS, press \(\texttt{Menu}\to \texttt{3}\to \texttt{7}\to \texttt{1}\). In the dialog box, set the number of equations and the variables you wish to solve for separated by commas. Press OK and type your equations in the boxes provided.
Here's an example.
Let \(f(x)=ax^2+bx+c\), where \(a,b,c\in\mathbb{R}\).
Given that the graph of \(f\) passes through the points \((1,2)\), \((2,2)\) and \((3,3)\), find the values of \(a\), \(b\) and \(c\).
Your inputs should look like this:\[\boxed{\text{Define }f(x)=a\cdot x^2+b\cdot x+c}\\ \boxed{\texttt{solve}\!\left(\begin{cases}f(1)=2\\ f(2)=2\\ f(3)=3\end{cases},\ \{a,b,c\}\right)}\]
Hi! I did the exact thing as you wrote but it said "false"
I've also got another question
Show that the graph equation \(y=-2x^2+4x-1\) can be written as \(y=-2\left(x-1\right)^2+1\)
So I do \(y=-2\left(x^2-2x+\frac{1}{2}\right)\)
\(y=-2\left(x^2-2x+\frac{1}{2}+\frac{1}{2}-\frac{1}{2}\right)\)
\(y=-2\left(x^2-2x+1-\frac{1}{2}\right)\)
\(y=-2\left(x-1\right)^2-\frac{1}{2}\)
Am I supposed to times -2 to that half if i'm taking it out? It just doesn't seem logical because this has nothing to do with the -2 >.<
Also, another quick question that I keep messing up
If I've got something like
\(0=-2\left(x-1\right)^2+1\) and I'm trying to solve for x or the intercept when i've put y=0
and I've got \(-1=-2\left(x-1\right)^2\)
Ok now is where I get confused
Do I root -1 or divide it by -2?
And does this work all time?
So should I root a number first or take the coefficient on the outside of the brackets pls?
I need an answer >.<