Question: How to solve for Algebraic linear equations like this : (x + 7)(x - 1) = (1 + x)^2

l45 := (x + 7)(x - 1) = (1 + x)^2;
                             "(->)"

Error, (in solve) cannot solve for an unknown function with other operations in its arguments

Please Wait...