Question 515015
How do you foil in reverse?  When two numbers multipled together equal the last number of the equation and then the same two numbers must add up to te number in the middle of the equation. Is there a trick to solving these?  Example:29y+41+50
---------------------
If it's 2nd order, use the quadratic equation
eg, x^2 + 4x - 7
-----
*[invoke solve_quadratic_equation 1,4,-7]
------------------
x^2 + 4x - 7 = (x - 1.3166)*(x + 5.3166)
------
Your example: 29y+41+50 = 29y + 91 isn't a good one.