SOLUTION: I have a polynomial regression and I am trying to build a calculation to solve for x. The equation I am looking at is x^2+x+b=y. I can calculate the y easy enough, but writing an e
Algebra.Com
Question 550851: I have a polynomial regression and I am trying to build a calculation to solve for x. The equation I am looking at is x^2+x+b=y. I can calculate the y easy enough, but writing an excel formula to determine X has got me beat.
thanks
Answer by scott8148(6628) (Show Source): You can put this solution on YOUR website!
this is an application of the quadratic formula
x^2 + x + (b - y) = 0
x = {-1 ± [sqrt(1 - 4(b - y))]} / 2
the ± may generate two values for x; you probably want two equations, one + and one -
RELATED QUESTIONS
I am trying to solve the equation for x^2 – 2x – 13 = 0 I have to use the Indian Method... (answered by KMST)
I am trying to solve the following question: Solve the following quadratic equation by... (answered by elima)
I am trying to solve this equation and I am having a hard time with it... x^-1 + 3/(x+2)... (answered by Alan3354,Edwin McCravy)
I am trying to solve for x^2 +12x – 64 = 0 I have to use the Indian Method and I am... (answered by KMST)
I am trying to find the equation for the following:
where x=1,2,3,4 and y=6,8,12,20
ie... (answered by stanbon)
I am trying to solve log(x-1)+log(x+2)=1, I have the answer, which is 3, but am looking... (answered by jim_thompson5910,CharlesG2)
I am trying to expand a natural log of a fraction. I am looking at the ln of (x^2-1 over... (answered by Alan3354)
I am trying to work with an oblique asymptote and I am at a delimma. The problem is... (answered by Boreal)
I am trying to solve an equation with a rational expression and I am having great... (answered by vleith,Alan3354)