/Polynomial-Problems-Generator

Factoring Polynomial Exercise Generator | For Middle School Students to practice their fundamental skill that is required for Math!

Primary LanguageC++MIT LicenseMIT

Polynomial Problems Generator

Factoring Polynomial Exercise Generator for everyone to practice their meth skill!

In form of interactive program to play or generator to throw questions for you!

🗺️ Origin of this Project

R U TRIED OF Your Smol Bro cannot factor polynomial?

TRIED that they cannot do just simple fundamental task?

Yes! I am, factorial polynomial is fundamental skills that you need to survive high school math.

So this project is created to help practice everyone!

📜 To Compile

>> make

Note: Make is needed for this.

Compilation tested on gcc 9.3.0 in Ubuntu 20.04 and gcc 8.1.0 in Windows (MinGW posix)

📚 Documentation

User Manual
Player Manual

🙏 Extra Credits

Teproanyx : Safe Input and Makefile

🔢 Program Example

Note: This is in Generator Mode, there is much more in interactive Mode where it is like you're playing a game!

1) Solve 2x² - x - 66 = 0
2) Solve 6x² + 65x + 150 = 0
3) Solve 2x² + 43x + 195 = 0
4) Solve 9x² + 39x - 14 = 0
5) Solve x² - 4x - 221 = 0
6) Solve 2x² - 47x + 171 = 0
7) Solve 9x² + 18x - 160 = 0
8) Solve x² - 6x - 160 = 0
9) Solve x² + 11x + 30 = 0
10) Solve 6x² - 11x + 4 = 0