Representing binomial coefficients?

a , b , c a,b,c are integers satisfying

a + b + c = a 2 + b 2 + c 2 = a 3 + b 3 + c 3 . a+b+c=a^2 + b^2+ c^2 =a^3 + b^3 + c^3.

Are 0 and 1 the only possible values of a , b , c ? a,b,c?

No Yes

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.

6 solutions

Will Heierman
Sep 26, 2018

The first equality implies (a^2 - a) + (b^2 - b) + (c^2 - c) = 0. The parenthesized expressions are non-negative integers, therefore all 0. The result follows immediately.

The equality involving cubes is not needed for the result to follow, but it does raise questions such as what can be said if only the two extremes are equal (values are only 0, 1, -1 ?).

Yup, I've added the cubes part as a red herring.

Good follow up question. Lemme think about that.

Pi Han Goh - 2 years, 8 months ago

Log in to reply

(4, 4, -5), and (-4, -4, 5) work for the x + y + z = x 3 + y 3 + z 3 x+y+z=x^3+y^3+z^3 ...

And (9, 15, -16) and (-9, -15, 16) if you want distinct integers. B-)

Also, obviously (x,0,-x).

C . - 2 years, 8 months ago

Log in to reply

Yes, I think that's a nice follow-up question. Would you like to post a problem regarding this setup?

Pi Han Goh - 2 years, 8 months ago

Log in to reply

@Pi Han Goh Thanks for the suggestion, but i don't think i'm at that level yet. :-)

C . - 2 years, 8 months ago

Log in to reply

@C . Don't worry man, just give it a try =)

Pi Han Goh - 2 years, 8 months ago

Of course, there are non-integer solutions. If 0 a 1.12311 0\le a \le \approx 1.12311 there are values for b b and c c that work. I don't know the significance of that upper number.

https://www.desmos.com/calculator/mgi3682y45

Jeremy Galvagni - 2 years, 8 months ago

Log in to reply

Go ahead and post it as a problem then, maybe there's some clever way to tackle this without resorting to numerical methods?

Pi Han Goh - 2 years, 8 months ago

Log in to reply

I would if I could find a closed form.

Jeremy Galvagni - 2 years, 8 months ago

Log in to reply

@Jeremy Galvagni For what it's worth, I sometimes post problems when I don't know how to "properly" solve them too. =)

Pi Han Goh - 2 years, 8 months ago

Would be much more interesting without the integer constraint.

p dmz - 2 years, 8 months ago

Log in to reply

True, but also quite a LOT more complicated... I tried to dig into that, to understand what's behind the 1.12311 bound that Jeremy Galvagni asserted below, but it got too messy too quickly. :-s

C . - 2 years, 8 months ago

Log in to reply

I couldn't figure it out either. It would make a nice follow-up if there were a closed form.

Jeremy Galvagni - 2 years, 8 months ago

Exactly, it didn't have -1 so I put no. It said 0 and 1 and that's wrong

J10104 jnh10104 - 2 years, 8 months ago

Log in to reply

How is "only 0 and 1" wrong? The number -1 is not a solution of x^2 - x = 0...

C . - 2 years, 8 months ago

Log in to reply

I don't see the relevance here. Care to elaborate on this?

Pi Han Goh - 2 years, 8 months ago

Log in to reply

@Pi Han Goh Huh... What exactly can you make of the comment i was replying to? Let me quote it: "Exactly, it didn't have -1 so I put no. It said 0 and 1 and that's wrong "

C . - 2 years, 8 months ago

Log in to reply

@C . I think you have misunderstood the question here.

The question claims that the possible values of a , b , c a,b,c can be either 0 or 1 only.

Are you claiming that -1 can also be a possible value of at least one of a , b , c a,b,c ?

Pi Han Goh - 2 years, 8 months ago

Log in to reply

@Pi Han Goh I think you should read again the whole thread, and this time maybe pay attention to who said what? -.-

C . - 2 years, 8 months ago
Binky Mh
Oct 1, 2018

When squared, all integers except for 0 0 and 1 1 result in a higher number.

This means if any of a a , b b or c c are an integer besides 0 0 or 1 1 , then a 2 + b 2 + c 2 > a + b + c a^2+b^2+c^2>a+b+c .

In the question, it is nowhere mentioned that the solution must be integer. It can be any number including decimal.

Sameer Sahoo - 2 years, 8 months ago

Log in to reply

It's mentioned in the first line: a,b,c are integers satisfying ...

Michael K - 2 years, 8 months ago

Log in to reply

I dunno why but i cant stop laughing at this

Lance Kuanwu - 2 years, 8 months ago
N Kansara
Sep 30, 2018

Let a + b + c = a^2 + b^2 + c^ 2 = a^3 + b^3 + c^3 = x Since a+b+c = a^2 +b^2 + c^2 , we get a+ b+ c>=0 Case 1: a+ b+ c > 0

a + b + c = x

x = x^2 - 2 (ab + bc + ac)

=> x (x-1)/2 = ab + bc + ac

We know that ab + bc + ac <= a^2 + b^2 + c^2

Therefore x (x-1)/2 <= x

=> x <= 3

So 0 < a + b + c <=3

Now we can easily check from the given data

that For a + b + c = 1, 2 or 3 the solution for a,b

and c can only be 0 or 1

Case 2 :

a + b +c = 0

Since a+b+c = 0, we get a^3 + b^3 + c^3 = 3abc

But a+ b + c = a^3 + b^3 + c^3 which is given

So 3abc = 0

Let a = 0 , then we have 0 = 0 + b^2 + c^2 this

forces b and c to be 0 .

Thus 0, 1 are the only solutions for a,b and c

How do you get X = x^2 - 2 (ab + bc + ac)?

Luk Kell - 2 years, 8 months ago

Log in to reply

X=a+b+c

X2=(a+b+c)(a+b+c)=

a2+ab+ac+ab+b2+bc+ac+bc+c2= a2+b2+c2+2ab+2bc+2ac

x=a2+b2+c2=x2-2(ab+bc+ac)

Elias Cotton - 2 years, 8 months ago

Edit: I've just seen the "integer" restriction. That renders this solution invalid. Still find it very interesting though.

There is a solution to this problem that is not really that hard to find.

The numbers can be:

-1, i, -i

Knowing that the number i is √-1, we can see how:

For a + b + c :

-1 +i -i = -1

For a² + b² + c² :

(-1)² + i² + (-i)² = 1 + (-1) + (-1) = 1 - 1 - 1 = -1

And finally, for a³ + b² + c² :

(-1)³ + i³ + (-i)³ = -1 + (-i) + (i) = -1 - i + i = -1

All 3 equalities add up to -1, thus fulfilling the requirements.

Alfredo Repetto - 2 years, 8 months ago

We know a a 2 a\leq a^2 for any integer a a , and equality occurs only if a = 0 a=0 or if a = 1 a=1 . This shows

a + b + c a 2 + b 2 + c 2 a+b+c\leq a^2+b^2+c^2

for any integers a , b , c a,b,c and equality occurs only if a , b , c { 0 , 1 } a,b,c\in\{0,1\} . For such values of a , b , c a,b,c , above terms also equal to the cubic term obviously.

I don't know how to post a solution so I'm posting it as a comment. I wouldn't have bothered because they are pretty much all the same, except that mine is more general. The statement holds for any number of terms, so a 1, a 2, ..., a_n are all integers.

sum(a k^2) >= sum(a k) because a k^2 >= a k for all k. If a k is neither 0 nor 1 for some k, then a k^2 > a k, so sum(a k^2) > sum(a_k).

In other words, if a 1 + a 2 + ... + a n = a 1^2 + a 2^2 + ... + a n^2 (cubes are irrelevant), then every a_k has to be either 0 or 1.

Tomaž Cedilnik - 2 years, 8 months ago
Ritabrata Roy
Oct 5, 2018

a^2=a if a=0,1

Otherwise for any integer value of a except(0,1) a^2>a

Since if a>1 implies a^2>a if a<0 implies a(a-1)=negative ×negative >0 or a^2>a

So, as well as a^2+b^2+c^2>a+b+c

Ervyn Manuyag
Oct 3, 2018

Yes bcuz 1^2=1 and 0^2=0

You didn't answer my question. Yes, 1 2 = 1 1^2 = 1 and 0 2 = 0 0^2 = 0 are indeed true, but you didn't justify why there's no other solutions (other than 0 and 1) for a , b , c a,b,c .

Pi Han Goh - 2 years, 8 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...