Pythagorean Triple and Powers of Two

Algebra Level pending

A Pythagorean triple is an ordered triplet [ x , y , z ] [x, y, z] of positive integers satisfying the equation x 2 + y 2 = z 2 x^2 + y^2 = z^2 .

Consider a Pythagorean triple [ a , b , c ] [a, b,c] such that:

  • a a is a power of two.

  • b b is one less than a power two.

  • c c is one more than the same power of two as b b .

  • If you multiply a a by 8 8 you will get a number which is one less than c c .

What is the sum a + b + c a + b + c ?

Mind that a number which is a power of two is for example 16 16 because 16 = 2 4 16 = 2^4 .

2079 2079 552 552 40 40 544 544 66 66 72 72 2559 2559 80 80

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.

4 solutions

Chew-Seong Cheong
Mar 29, 2020

Since a a is a power of 2 2 and 8 8 is also a power of 2 2 , 8 a 8a is also a power of 2 2 and b = 8 a 1 \implies b = 8a-1 and c = 8 a + 1 c = 8a+1 . Since c c is the largest, we have:

a 2 + b 2 = c 2 a 2 + ( 8 a 1 ) 2 = ( 8 a + 1 ) 2 a 2 + 64 a 2 16 a + 1 = 64 a 2 + 16 a + 1 a 2 = 32 a a = 32 a power of 2 \begin{aligned} a^2 + b^2 & = c^2 \\ a^2 + (8a-1)^2 & = (8a+1)^2 \\ a^2 + 64a^2 - 16a + 1 & = 64a^2 + 16a + 1 \\ a^2 & = 32a \\ \implies a & = 32 & \small \blue{\text{a power of 2}}\end{aligned}

Therefore a + b + c = 32 + 8 × 32 1 + 8 × 32 + 1 = 17 × 32 = 544 a+b+c = 32 + 8\times32 - 1 + 8 \times 32 + 1 = 17 \times 32 = \boxed{544} .

That is awkwardly easier than I thought. Nice!

Tomáš Hauser - 1 year, 2 months ago

Let the integers of the triplet be x 2 y 2 , 2 x y , x 2 + y 2 x^2-y^2, 2xy, x^2+y^2 . Let 2 x y = 2 n x y = 2 n 1 , x 2 y 2 = 2 p 1 , x 2 + y 2 = 2 p + 1 2xy=2^n\implies xy=2^{n-1}, x^2-y^2=2^p-1, x^2+y^2=2^p+1 . Then x = 2 p / 2 , y = 1 x=2^{p/2}, y=1 . Therefore p = 2 ( n 1 ) p=2(n-1) . Also, 8 × 2 x y = 2 p 2 n + 3 = 2 2 ( n 1 ) n = 5 8\times 2xy=2^p\implies 2^{n+3}=2^{2(n-1)}\implies n=5 . Therefore a = 2 x y = 2 5 = 32 , b = 2 8 1 = 255 , c = 2 8 + 1 = 257 a=2xy=2^5=32, b=2^8-1=255, c=2^8+1=257 and a + b + c = 32 + 255 + 257 = 544 a+b+c=32+255+257=\boxed {544} .

Tomáš Hauser
Mar 28, 2020

By using the first and the last point, we get two equations.

a 2 + b 2 = c 2 a^2 + b^2 = c^2

8 a = c 1 8a = c - 1

Now let's use the remaining points and let

a = 2 α \textcolor{#20A900}{a} = 2^\alpha

b = 2 β 1 \textcolor{#20A900}{b} = 2^\beta - 1

c = 2 β + 1 \textcolor{#20A900}{c} = 2^\beta + 1

for some integers α , β N \alpha, \beta \in \mathbb{N} .

By substituting for a , b , c \textcolor{#20A900}{a}, \textcolor{#20A900}{b}, \textcolor{#20A900}{c} , we get

a 2 + b 2 = c 2 a^2 + b^2 = c^2

( 2 α ) 2 + ( 2 β 1 ) 2 = ( 2 β + 1 ) 2 (2^\alpha)^2 + (2^\beta - 1)^2 = (2^\beta + 1)^2

Mind that a m a n = a m + n a^m \cdot a^n = a^{m + n} and ( a m ) n = a m n (a^m)^n = a^{m \cdot n} .

2 2 α + 2 2 β 2 2 β + 1 = 2 2 β + 2 2 β + 1 2^{2\alpha} + 2^{2\beta} - 2 \cdot 2^\beta + 1 = 2^{2\beta} + 2 \cdot 2^\beta + 1

2 2 α = 4 2 β 2^{2\alpha} = 4 \cdot 2^\beta

2 2 α = 2 2 2 β 2^{2\alpha} = 2^2 \cdot 2^\beta

2 2 α = 2 2 + β 2^{2\alpha} = 2^{2 + \beta} .

By eliminating the basis:

2 α = 2 + β \textcolor{#3D99F6}{2\alpha = 2 + \beta} .

Now substitute a , b , c \textcolor{#20A900}{a}, \textcolor{#20A900}{b}, \textcolor{#20A900}{c} into the second equation.

8 a = c 1 8a = c - 1

8 2 α = ( 2 β + 1 ) 1 8 \cdot 2^\alpha = (2^\beta + 1) - 1

2 3 2 α = 2 β 2^3 \cdot 2^\alpha = 2^\beta

2 3 + α = 2 β 2^{3 + \alpha} = 2^\beta

3 + α = β \textcolor{#3D99F6}{3 + \alpha = \beta} .

We have obtained a system of two equations with two variables which we can solve easily.

(I) 2 α = 2 + β \textit{(I)} \thinspace 2\alpha = 2 + \beta

(II) 3 + α = β \underline{\textit{(II)} \thinspace 3 + \alpha = \beta}

(I) (II) : \textit{(I)} - \textit{(II)}:

2 α α 3 = 2 + β β 2\alpha - \alpha - 3 = 2 + \beta - \beta

α 3 = 2 \alpha - 3 = 2

α = 5 \alpha = 5

By substitution into (II) \textit{(II)} :

3 + 5 = β 3 + 5 = \beta

β = 8 \beta = 8 .

Finally, we just subtitute α , β \alpha, \beta back into a , b , c a, b, c and sum them up.

a = 2 α = 2 5 = 32 \textcolor{#20A900}{a} = 2^\alpha = 2^5 = 32

b = 2 β 1 = 2 8 1 = 255 \textcolor{#20A900}{b} = 2^\beta - 1 = 2^8 - 1 = 255

c = 2 β + 1 = 2 8 + 1 = 257 \textcolor{#20A900}{c} = 2^\beta + 1 = 2^8 + 1 = 257

a + b + c = 32 + 255 + 257 = 544 a + b + c = 32 + 255 + 257 = \textcolor{#D61F06}{544}

We can confirm that 3 2 2 + 25 5 2 = 25 7 2 32^2 + 255^2 = 257^2 .

Oh, I see now that the substitution was unnecessary. 🙃

Tomáš Hauser - 1 year, 2 months ago
Roger Erisman
Mar 29, 2020

Let x = largest ( 1 more than a square)

x - 2 = middle ( 1 less than a square)

(x-1)/8 = smallest

x^2 =(x-2)^2+((x-1)/8)^2

x^2=x^2-4x+4+(x^2-2x+1)/64

64x^2=64x^2-256x+256+x^2-2x+1

0=x^2-258x+257

0= (x-257)*(x-1)

x=257 or x=1(not 1 more than square)

x-2=255

(x-1)/8=32

Sum = 544

x = 1 x=1 is definitely one more than a square, but x 2 x-2 is not positive. Hence you can discard this value.

A Former Brilliant Member - 1 year, 2 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...