True or False?
If
a
,
b
,
c
satisfy the equation
a
3
+
b
3
+
c
3
=
(
a
+
b
+
c
)
3
,
then they also satisfy
a
5
+
b
5
+
c
5
=
(
a
+
b
+
c
)
5
.
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.
As for the first equation, we have: a 3 + b 3 + c 3 = ( a + b + c ) 3 ⇔ ( a + b ) ( b + c ) ( c + a ) = 0
Let's consider one particular case where a = − b , then:
a 5 + b 5 + c 5 = a 5 + ( − b ) 5 + c 5 = c 5
and :
( a + b + c ) 5 = [ a + ( − b ) + c ] 5 = c 5
which means that:
( a 5 + b 5 + c 5 ) = ( a + b + c ) 5 .
This can be generalised for any triplet of ( a , b , c ) that satisfies ( a + b ) ( b + c ) ( c + a ) = 0
This is a good start. However, your explanation has a gap. It is not clear to me why the observation that "when a = − b , then a 5 + b 5 + c 5 = ( a + b + c ) 5 " would imply that a 5 + b 5 + c 5 = ( a + b + c ) 5 .
While you are essentially on the right track, the solution could be improved by filling in the gaps in logic / presentation.
Keep writing more solutions and you will get the hang of this!
True. If b=minus(c) then for any given a both the equations will be satisfied. basically it will be reduced to a^x on both the sides as long as x is an odd number. Did this in a hurry so I might be wrong.
That's essentially the idea. We have to check all possible cases where the first equality is satisfied.
I thought this was a logic problem and since since the hypothesis is false then the conclusion is true.I haven't worded it out in awhile.
It is not an identity, but rather an equation. I've added that in, since that is somewhat ambiguous.
Thanks for helping me improve the problem.
Also, I knew that all the terms could be zero, but at the time, I didn't consider it at the time.
Problem Loading...
Note Loading...
Set Loading...
Let S 1 = a + b + c , S 2 = a b + b c + c a , S 3 = a b c and P n = a n + b n + c n , where n is a natural number. Then we have:
P 1 P 2 P 3 = S 1 = S 1 P 1 − 2 S 2 = S 1 2 − 2 S 2 = S 1 P 2 − S 2 P 1 + 3 S 3 = S 1 3 − 2 S 1 S 2 − S 1 S 2 + 3 S 3 = S 1 3 − 3 S 1 S 2 + 3 S 3
It is given that P 3 = S 1 3 , ⟹ S 1 S 2 − S 3 = 0 .
Now, we have:
P 5 ⟹ a 5 + b 5 + c 5 = S 1 P 4 − S 2 P 3 + S 3 P 2 = S 1 ( S 1 P 3 − S 2 P 2 + S 3 P 1 ) − S 2 S 1 3 + S 3 P 2 = S 1 5 − S 1 S 2 P 2 + S 1 2 S 3 − S 1 3 S 2 + S 3 P 2 = S 1 5 − ( S 1 S 2 − S 3 ) P 2 − S 1 2 ( S 1 S 2 − S 3 ) = S 1 5 − 0 − 0 = ( a + b + c ) 5