Question 73041
Get everything to one side
{{{x^2+2x-4=0}}}
For this problem we can use the quadratic formula:
*[invoke quadratic "x", 1, 2, -4 ]
<p>
We can do the same thing for the 2nd problem
{{{x^2+2x-10=0}}}
Use the quadratic formula
*[invoke quadratic "x", 1, 2, -10 ]
Hope this helps.