A Positive Integer can be written as a Difference of Two Perfect Squares only when:
-X and Y are both Even Integers
-X and Y are both Odd Integers
In order to have 2 positive integer Perfect Squares subtract to another positive Integer ———-> The Factors of: (X + Y) (X - Y) must be equal to Values such that when you look on the number Line, the Value of X is the Mid Point between (X - Y) and (X + Y) and this X Midpoint must be a Positive Integer
Stated more succinctly, the Mid-Point between (X + Y) and (X - Y) must be a Positive Integer
Listing out the Factor Tree of 48, which are the possibilities we can have the Factors of (X + Y) and (X - Y) be in order to multiply to 48:
1————48
2————-24
3————16
4————-12
6————8
The Mid-point of any 2 Values such as (X - Y) and (X + Y) = Arithmetic Mean of those two Values = (Value 1 + Value 2) / (2)
Thus, as stated above, the values picked must both be Odd or both be Even.
Only 3 Factor Pairs satisfy this requirement:
(2 , 24)
(4 , 12)
(6 , 8)
If you understand the underlying rationale for why this must be true, you can pick 3 and move forward. Otherwise you can prove why it works for each factor pair and find the individual Values of X and Y
Case 1: (2 , 24)
It will always be True that, for any 2 given positive integers, the Value of (X + Y) will always exceed the Value or (X - Y)
Thus:
(X - Y) = 2
(X + Y) = 24
Add the two equations and you are left with:
2X = 26 ———> X = 13
And Y = 11
Proof:
(X + Y) (X - Y) = (X)^2 - (Y)^2 = (13)^2 - (11)^ 2 = 169 - 121 = 48
You can do the same thing for the other 2 cases:
Case 2: factor pair of (4 , 12) ————> X = 8 and Y = 4 ———-> 64 - 16 = 48
Case 3: factor pair of (6 , 8) ————-> X =
7 and Y = 1 ———-> 49 - 1= 48
Answer: three
Posted from my mobile device