Squares! Sum of squares!

Let a a , b b , and c c be positive integers that satisfy the equation a 2 + 98 b 2 + 114 c 2 = 1111111111 a^{2}+98b^{2}+114c^{2}=1111111111 (There are 10 1's) Find the sum of all possible values of a a , b b , and c c .


The answer is 0.

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.

2 solutions

Sean Ty
Jun 20, 2014

Alright, the thing here isn't the number of 1 1 's, nor is it the coefficients of b b and/or c c .

We first rearrange the equation to a 2 + 2 b 2 + 96 b 2 + 2 c 2 + 112 c 2 a^{2}+2b^{2}+96b^{2}+2c^{2}+112c^{2} = 1111111 × 1000 + 111 1111111 \times 1000 +111 .

We then apply modulo 8 on both sides. a 2 + 2 b 2 + 2 c 2 7 ( m o d 8 ) a^{2}+2b^{2}+2c^{2}\equiv 7 \pmod{8} .

a 2 0 , 1 , 4 ( m o d 8 ) a^{2}\equiv 0,1,4 \pmod{8}

2 b 2 0 , 2 ( m o d 8 ) 2b^{2}\equiv 0,2 \pmod{8}

2 c 2 0 , 2 ( m o d 8 ) 2c^{2}\equiv 0,2 \pmod{8}

We can see that there is no way of achieving the equation of a 2 + 2 b 2 + 2 c 2 7 ( m o d 8 ) a^{2}+2b^{2}+2c^{2}\equiv 7 \pmod{8}

Thus, there are 0 \boxed{0} integer solutions.

You put that a 2 0 , 1 , 4 , 9 ( m o d 8 ) a^2 \equiv 0, 1, 4, 9 \pmod{8} , but 9 1 ( m o d 8 ) 9 \equiv 1 \pmod{8} , so it is a little repetitive.

I will now show my almost exactly same solution: Let us consider the parity. Since both 98 b 2 98b^2 and 114 c 2 114c^2 are even, a a must be odd. When dealing with squares of odd numbers, mod 4 and mod 8 are powerful, since for any odd number n n , n 2 1 ( m o d 4 , 8 ) n^2 \equiv 1 \pmod {4,8} . We proceed with mod 8 8 : a 2 + 2 b 2 + 2 c 2 1 + 2 b 2 + 2 c 2 7 ( m o d 8 ) 2 b 2 + 2 c 2 6 , a^2+2b^2+2c^2\equiv 1+2b^2+2c^2 \equiv 7 \pmod{8} \implies 2b^2 + 2c^2 \equiv 6, which is impossible since for any integer m m , 2 m 2 0 , 2 ( m o d 8 ) 2m^2 \equiv 0, 2 \pmod{8} .

Hahn Lheem - 6 years, 10 months ago

Log in to reply

Oops, edited!

Sean Ty - 6 years, 10 months ago
Saranraj Gururaj
Aug 13, 2014

There is a simple logic, if a, b, c is a solution then -a,-b,-c is also a solution . So sum of all the solution cancel anyway(if exist).

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...