FOIL

By Casey Davis
[http://www.dangelo.org/casey]
[casey@dangelo.org]

This program solves polynomials using the foil method.

In this program you tell it the four terms and it does
the rest.

***************************VERY IMPORTANT.............

If the problem was:
                   (3x+7)(4x-2)

You would enter it like this:

FIRST TERM:     3x

SECOND TERM:    7

THIRD TERM:     4x

FOURTH TERM:    -2*****

*****(4x-2) is the same as (4x+-2) and since the program
doesn't recognize the - you have to enter it as a
negative 2.  IF YOU DON'T YOU WILL GET IT WRONG!