SOLUTION: whats the answers to this question . the sum of two integers is 7,and the sum of their squares is 25. what is the product of these two integers
Question 941236: whats the answers to this question . the sum of two integers is 7,and the sum of their squares is 25. what is the product of these two integers
You are given
x + y = 7 (1)
x^2 + y^2 = 25. (2)
Square the first equation. You will get
x^2 + 2xy + y^2 = 49.
Subtract equation (2) from it. You will get
2xy = 49 - 25 = 24.
It implies
xy = 24/2 = 12,
which is your answer.