In how many different ways can 2520 be written as the difference between two non-zero perfect squares?
Hint: One way is 3 1 7 2 − 3 1 3 2 .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
If 2 5 2 0 = m 2 − n 2 , then 2 5 2 0 = ( m + n ) ( m − n )
Here, ( m + n ) and ( m − n ) both should be either even or odd. As, 2 5 2 0 is even both of them will be even.
now, 2 5 2 0 = 2 3 ∗ 3 2 ∗ 5 ∗ 7 = 1 ∗ 2 5 2 0 = 2 ∗ 1 2 6 0 = 3 ∗ 8 4 0 = 4 ∗ 6 3 0 = 5 ∗ 5 0 4 = 6 ∗ 4 2 0 = 7 ∗ 3 6 0 = 8 ∗ 3 1 5 = 9 ∗ 2 8 0 = 1 0 ∗ 2 5 2 = 1 2 ∗ 2 1 0 = 1 4 ∗ 1 8 0 = 1 5 ∗ 1 6 8 = 1 8 ∗ 1 4 0 = 2 0 ∗ 1 2 6 = 2 1 ∗ 1 2 0 = 2 4 ∗ 1 0 5 = 2 8 ∗ 9 0 = 3 0 ∗ 8 4 = 3 5 ∗ 7 2 = 3 6 ∗ 7 0 = 4 0 ∗ 6 3 = 4 2 ∗ 6 0 = 4 5 ∗ 5 6
So, we get a total of 12 pairs.
I think the answer rather depends on the domain of a and b which is unstated in the question? If we consider a , b ∈ R Then a = ± 1 2 5 0 . 5 and b = ± 1 2 4 9 . 5 are also solutions yielding 32 possible expressions. e.g. ( 1 2 5 0 . 5 ) 2 − ( 1 2 4 9 . 5 ) 2 and ( − 1 2 5 0 . 5 ) 2 − ( 1 2 4 9 . 5 ) 2 and ( 1 2 5 0 . 9 ) 2 − ( − 1 2 4 9 . 5 ) 2 and ( − 1 2 5 0 . 5 ) 2 − ( − 1 2 4 9 . 5 ) 2 If we only consider a , b ∈ R + (Positive Real numbers) Then I think there are 8 possible expressions. If we consider a , b ∈ Z (Positive and negative integers) I think there are 12 possible expressions. If we consider a , b ∈ N (Positive Integers) I think there are only 3 possible expressions.
A "perfect square" is understood to be the square of an integer. 3 1 7 2 = ( − 3 1 7 ) 2 are the same perfect square. Note that my answer presents 12 solutions which can all be written as a 2 − b 2 with a , b positive integers.
If you allow any square of real numbers, there are infinitely many solutions. Simply choose b > 0 and let a = b + 2 5 2 0 .
Mathematica
Solve[a^2 - b^2 == 2520 && 0 < b < a, {a, b}, Integers]
{{a -> 51, b -> 9}, {a -> 53, b -> 17}, {a -> 57, b -> 27}, {a -> 59, b -> 31}, {a -> 73, b -> 53}, {a -> 79, b -> 61}, {a -> 97, b -> 83}, {a -> 111, b -> 99}, {a -> 131, b -> 121}, {a -> 213, b -> 207}, {a -> 317, b -> 313}, {a -> 631, b -> 629}}
Problem Loading...
Note Loading...
Set Loading...
If 2 5 2 0 = x 2 − y 2 then 2 5 2 0 = ( x + y ) ( x − y ) = s ⋅ d . The sum and difference must be positive factors of 2520. Moreover, both must be odd or both must be even. Since 2520 is even, both s and d must be even. Thus we write s = 2 s ′ and d = 2 d ′ ; and s ′ ⋅ d ′ = 6 3 0 . Since 630 is no perfect square, we are guaranteed that s ′ = d ′ . We also require s ′ > d ′ . It follows that the set of all values s ′ , d ′ are precisely all the factors of 630.
Now 6 3 0 = 2 ⋅ 3 2 ⋅ 5 ⋅ 7 ; Its factors are of the form 2 a ⋅ 3 b ⋅ 5 c ⋅ 7 d with 0 ≤ a , c , d ≤ 1 and 0 ≤ b ≤ 2 . There are 2 × 3 × 2 × 2 = 2 4 of such factors. Because this is the number of s ′ and d ′ values together, there are 2 4 / 2 = 1 2 pairs of values that satisfy.
s ′ 6 3 0 3 1 5 2 1 0 1 2 6 1 0 5 9 0 7 0 6 3 4 5 4 2 3 5 3 0 d ′ 1 2 3 5 6 7 9 1 0 1 4 1 5 1 8 2 1 6 3 1 2 − 6 2 9 2 = 2 5 2 0 3 1 7 2 − 3 1 3 2 = 2 5 2 0 2 1 3 2 − 2 0 7 2 = 2 5 2 0 1 3 1 2 − 1 2 1 2 = 2 5 2 0 1 1 1 2 − 9 9 2 = 2 5 2 0 9 7 2 − 8 3 2 = 2 5 2 0 7 9 2 − 6 1 2 = 2 5 2 0 7 3 2 − 5 3 2 = 2 5 2 0 5 9 2 − 3 1 2 = 2 5 2 0 5 7 2 − 2 7 2 = 2 5 2 0 5 3 2 − 1 7 2 = 2 5 2 0 5 1 2 − 9 2 = 2 5 2 0