How do you write a PHP program that will solve a simple linear equation? An equation like... 5x+5=10?
Something THAT simple?
Optional: Can you write a program that will solve a program that will solve an equation with a variable on both sides, like 7x+5=2x+10?