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 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. Link to comment https://forums.phpfreaks.com/topic/232840-factoring-quadratic-equation/#findComment-1197616 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.