An equation involving 2760.

Find the number of ordered triples of integers ( a , b , c ) (a,b,c) that satisfy the equation a ( b c ) 3 + b ( c a ) 3 + c ( a b ) 3 = 2760. a(b-c)^3+b(c-a)^3+c(a-b)^3=2760.

Note that the order matters: ( 8 , 5 , 15 ) (-8,-5,15) and ( 15 , 8 , 5 ) (15,-8,-5) are considered different solutions.


The answer is 66.

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

Shamik Banerjee
Feb 27, 2014

a (b-c)^3 + b (c-a)^3 + c (a-b)^3 = 2760 => (a-b) (b-c) (c-a) (a+b+c) = 2 2 2 3 5*23

Say, a-b = x; b-c = y; and c-a = z. x + y + z = 0 ==> z = - (x + y)

x y {- (x+y)} (a+b+c) = 2760 = 2 2 2 3 5 23 ==> x y (x+y) (a+b+c) = - 2 2 2 3 5 23

I used Mathematica to find out that there are 66 triples as it seemed unlikely that there is a short way to solve it

I was so excited until I saw Mathematica... Looking for a better proof still :P I was stumped on the question so I skipped to solutions - anyone else have a solution?

Justin Wong - 7 years, 3 months ago

Log in to reply

Follow the above, we get x y z 2760 xyz \mid 2760 . WLOG, let x x be the smallest in absolute value, then we can show that 2760 x × x × 2 x 2760 \geq |x| \times |x| \times |2x| so x 10 x \leq 10 (finite cases). Next, you find suitable triples of ( x , y , z ) (x,y,z) , and then check what values of ( a , b , c ) (a,b,c) you get.

It is slightly tedious.

Calvin Lin Staff - 7 years, 3 months ago

I did it the same way but without mathematica...it seemed tedios....wasted 2 hours....

Eddie The Head - 7 years, 3 months ago

python is way better method...

TeeHee BroFist - 6 years, 11 months ago

I used python to solve the problem

Masba Islam - 7 years, 1 month ago
Mohit Mahawar
Apr 18, 2014

Continuing from Shamik Banerjee's solution

xy(x+y)(a+b+c)=2760, Plugging the values of x,y and z,we get- (a-b)(b-c)(c-a)(a+b+c)=2760

Here we can see that (a-b)+(b-c)+(c-a)=0 So we don't need to bother about a+b+c,we just have to make sure that 3 factors add to 0, a+b+c will take care of product of rest of the factors

2760 = 2 3 × 3 × 5 × 23 2760={ 2 }^{ 3 }\times 3\times 5\times 23 So,the factors that qualify for the solution are( I have omitted the negative sign,You can put it to see how the sum is 0)

  1. ( 1 , 1 , 2 ) \left( 1,1,2 \right) - 6 combinations{(-1,-1,2),(-1,2,-1),(2,-1,-1),(1,1,-2),(1,-2,1),(-2,1,1)}.
  2. ( 1 , 2 , 3 ) \left( 1,2,3 \right) - 12 combinations.
  3. ( 1 , 4 , 5 ) \left( 1,4,5 \right) )- 12 combinations.
  4. ( 1 , 5 , 6 ) \left( 1,5,6 \right) - 12 combinations.
  5. ( 3 , 5 , 8 ) \left( 3,5,8 \right) )- 12 combinations.
  6. ( 8 , 15 , 23 ) \left( 8,15,23 \right) - 12 combinations.

Total 66 \boxed{66} solutions

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...