Re: m2 + n2 = 17, where m and n are integers. What is the total number o
[#permalink]
18 Aug 2024, 00:22
This is more a logic question than a picking number one
You have two integers that raised to their square gives you 17 and you have to find the combination adding the two numbers. Moreover, you have to take into account also negative numbers because they raised to the power of two they are still positive.
17 is prime and the only combination to have 17 is 16+1 considering each number from 0 to 9
The only perfect square numbers are 4 and 1. \(1^2+4^2=1+16=17\). Also we have to consider -1 and -4
So we do have 4 numbers or two pairs of them : (1,4) and (-1,-4)
D is the answer