Thread: y=f(x)
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bernie Deitrick[_2_] Bernie Deitrick[_2_] is offline
external usenet poster
 
Posts: 176
Default y=f(x)

Use algebra, not Excel:

x = (-b +/-SQRT(b^2-4*a*c))/2a

Simplify your formula into the form

ax^2 + bx + c = 0

You'll find there are no real roots.....

HTH,
Bernie


"bbombel" wrote in message
...
is it possible to solve: 0,5= x^2/(x-2)(3-0,5x)?
how can I do it?