Synthetic Division Substitution
This program uses synthetic division substitution to solve a polynomial division problem.
Synthetic-Division-Substitution program walkthrough:
- The program asks for the highest degree term of your polynomial equation.
- Then it asks what “x” value you want to divide by.
- The program asks for each coefficient of the next descending term.
- The program shows the work as it goes along.
- Finally, it displays the remainder.
Download Synthetic-Division-Substitution Program »