Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Help from any mathmetician
Message
 
To
17/01/1997 12:31:46
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00017699
Message ID:
00017703
Views:
60
>I can't remember how to solve this problem
>
>y=(x+3)*(x+24)
>
>if you have y, how do you solve for x

x^2+27x+(3*24-y)=0

let a= 1, b= 27 and c= 3*24-y
sqr= square root, ^ to the power of

then x= (-b+sqr(b^2-4*a*c))/2a
or x= (-b-sqr(b^2-4*a*c))/2a

OK like that?

Regards,

Marc

If things have the tendency to go your way, do not worry. It won't last. Jules Renard.
Previous
Reply
Map
View

Click here to load this message in the networking platform