~~~~~~~~~~~~~IMPORTANT, PLEASE READ~~~~~~~~~~~~~~ This project is designed to assist you in factorizing polynomials in the form of ax^2+bx+c into (ax+b)(cx+d). It is not meant to be a way around it. Being able to factorize these problems on your own is an important skill to have, and I do not encourage using shortcuts all the time, particularly if you are incapable of doing it by hand and need to practice, or on tests (Assuming you are still in school). If you are unable to use tools like this at some point and need to solve a problem, you basically aren't any better off than if you didn't know it in the first place. By typing "I understand" into the first screen on the project, you have read the above and the below instructions and know how to use this and when to. ***INSTRUCTIONS*** When the project requests input: -Enter an equation in the standard trinomial form of ax^2+bx+c, where a, b and c are numbers and there are no spaces. -"a" cannot be negative. If your equation has "a" as a negative, please multiply it by -1 to make a positive. -"b" and "c" can be negative, however. Don't worry about that, it will solve all equations provided excluding the limitations here. -If the equation has no integer factors to simplify it into, it is unable to solve and will say so. -Do not use any variables other than x, it will not register it during calculations. If your equation has a different variable, substitute x for it. -Always make sure to include ^2 in your ax^2. The project will error out and not calculate an answer for you if a ^ is not included. -If a, b or c are = 1, include the 1, don't exclude it. It can't calculate it otherwise.