Assignment 1a

3. Write the PHP script to calculate the root(s) of the quadratic equation, and output the result to the monitor.

x^2 - 24x + 144 = 0

The root(s): x = 12