RADICAL is a program designed to produce a simplified root.

Make sure all numbers are put in as integers!

The program asks for three numbers, the problem, multiplyer, and power.  The problem is the integer number that appears under the root sign.  The multiplyer is the integer multiplyer in front of the root sign.  If there is no number, put in a 1.  The power is the power of the root.  A square root is 2, cube root is 3, 7th root is 7, etc.

You can put in a negative number for the multiplyer or problem, but make sure the power is positive.  The program will simplify the number and take out all perfect roots.  A negative number on an even power will produce an I in the output, a negitive nubmer on an odd power will produce a negative answer.