Question 776905
3 years ago a father was 4 times as old as his daughter is now. The product of their ages is 430. Calculate their present ages.
---------------
F*D = 430
F-3 = 4(D-3)
F = 4D - 9
----
D*(4D-9) = 430
4D^2 - 9D - 430 = 0
*[invoke solve_quadratic_equation 4,-9,-430]
----------------------
D = x
----
Not an integer solution.