Pythagoras' theorem is a 2 + b 2 = c 2 and it has infinitely many whole number solutions for a , b and c . What if we switch the 2's with the letters in the equation to get 2 a + 2 b = 2 c ? Does a , b and c still have infinite solutions? If not, then how many?
my first problem ever, hope you enjoy ;)
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.
Looking at the equation in binary, 2 c can be written as 1 0 0 . . . 0 , with c zeros. Adding in binary, the only way to get 1 0 0 . . . 0 is to add two identical numbers with one less zero. 1 + 1 = 1 0 in binary. Thus the solution is 2 c − 1 + 2 c − 1 = 2 c .
answer: infinitely many
you can test this out...
2 x + 2 x = 2 y in which y = x + 1 ...
Because of this, as long as a is equal to b and c is 1 more than a and b (not combined), we have a solution. We can turn a and b into one variable, x , since a = b . And, since c = x + 1 gives us solutions and is a linear function with infinite solutions, (2^a+2^b=2^c/) has infinitely many whole number solutions
Problem Loading...
Note Loading...
Set Loading...
Without loss of generality, a ≤ b . Then we can factor out 2 a : 2 a ( 1 + 2 b − a ) = 2 c Here, for any a and b such that b − a ≥ 1 , 1 + 2 b − a is not multiples of 2, so we must have a = b .
Knowing that a = b , we have 2 a + 2 a = 2 c 2 ⋅ 2 a = 2 c 2 a + 1 = 2 c
Clearly there are infinitely many solutions to a + 1 = c , therefore there are infinitely many solutions to 2 a + 2 b = 2 c .