The sum of the squares of two numbers is 247 and the product of the two numbers is 21. How would I find all possible values for the sum of the two numbers?
2026-03-29 07:22:19.1774768939
Problem Solving Question? Sum of the squares
660 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
$$ a^2+b^2 = 247, \space ab=21 \\ (a+b)^2 = a^2+b^2+2ab $$ Just substitute the appropriate values.