Applellial Posted April 6, 2011 Share Posted April 6, 2011 How would i factor out a quadratic equation so that this happened using javascript? ax^2+bx+c i want to factor this to (qx + n)(gx + v) where q n g and v are named at random I know how to get the zeros or solutions, but I want to find the factored form itself. Any ideas? Thanks Quote Link to comment https://forums.phpfreaks.com/topic/232840-factoring-quadratic-equation/ Share on other sites More sharing options...
requinix Posted April 6, 2011 Share Posted April 6, 2011 Knowing the zeros implies knowing the factored equation. And vice versa. Quote Link to comment https://forums.phpfreaks.com/topic/232840-factoring-quadratic-equation/#findComment-1197616 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.