Question 207364
The sum of two numbers is 34 and their product is 168. Find the two numbers. I don't understand what product means. Thank you.
------------
Product means multiplied.  The product of 3 and 4 is 12, 3*4 = 12.
----------------
x = 1 of the numbers
34-x is the other one.
x*(34-x) = 168
x^2 - 34x + 168 = 0
There are no integer solutions. Maybe a typo?
*[invoke solve_quadratic_equation 1,-34,169]