Synthetic Division Substitution

This program uses synthetic division substitution to solve a polynomial division problem.

Synthetic-Division-Substitution program walkthrough:

  1. The program asks for the highest degree term of your polynomial equation.
  2. Then it asks what “x” value you want to divide by.
  3. The program asks for each coefficient of the next descending term.
  4. The program shows the work as it goes along.
  5. Finally, it displays the remainder.

Download Synthetic-Division-Substitution Program »

Related Articles

Leave a Reply