Question 1196265
sum=2/3, product= 5/3
You should specify how many terms:
a + b = 2/3, a*b = 5/3
-----------
a + b + c = 2/3, a*b*c = 5/3
etc
============
If it's 2 terms:
a + b = 2/3, a*b = 5/3
b = -a + 2/3
a*(-a + 2/3) = 5/3
-3a^2 + 2a = 5
3a^2 - 2a + 5 = 0
*[invoke solve_quadratic_equation 3,-2,5]