a + b + c a 4 + b 4 + c 4 a 5 + b 5 + c 5 a 6 + b 6 + c 6 ∈ N = 3 2 = 1 8 6 = 8 0 3
What is the value of a + b + c ?
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.
OH MY GOSH, I'M SO SORRY. I DIDN'T MEAN TO DO THIS TO YOU.
Log in to reply
What was you method?
What was your method?
It is given a b c are natural numbers that never fits in to the question.pl correct the question
Log in to reply
I agree with Nagarjuna about the question posted. It does fit.
Log in to reply
a+b+c is a natural number. the question says nothing about the individual values
Hello, on your other question , I had a similar problem. I got a + b + c = − 1 6 . 5 0 6 0 7 8 7 3 6 9 0 5 1 7 5
a + b + c = 2 . 4 1 6 5 0 8 9 1 3 2 1 4 2 9 8 8
a + b + c = 9 . 5 8 9 5 6 9 8 2 3 6 9 0 8 7 7 1
But no integer. I am sure I am missing something but this shows that there are more than 1 solution for your question. Are you sure that there is less than 1 integer solution for your question (both for a + b + c and a 1 0 + b 1 0 + c 1 0
Amazing solution by the way
Log in to reply
At the end you should get a quartic equation with one integer solución, discard the others. I checked it and it's only one integer solución both for a + b + c and a 1 0 + b 1 0 + c 1 0 . Also, thanks :D
I would like to see Trevor's method.
A supercomputer is needed to solve a set of three equations with three unknowns with reduced powers to a, a^1.25, a^1.5 ... etc. Wolfram alpha times out
let a=z; b=x+y i; c=x-y i (1 real and 2 complex, cause we have the second equation, and real constants), where x,y,z are real, and substituting this into the above equations, then we can deal with a system of 3x3 equations, but with only reals, solvable with less computer effort (maybe), cause i cant think yet of a better way to solve this :S
Assume a third grade monic polynomial with roots a, b and c. With notations from the wiki on Newton's Identities, in excel create a table with the columns: p 1 , p 2 , p 3 , e 2 , e 3 , p 4 , p 5 , p 6 Use the following values/formula's:
p 1 = 1 a positive integer we start with
Skip p 2 for a moment
p 3 = ( p 1 4 / 2 4 − p 1 2 ∗ p 2 / 4 + p 2 2 / 8 − 3 2 / 4 ) / ( − p 1 / 3 )
e 2 = ( p 1 2 − p 2 ) / 2
e 3 = ( p 1 3 − 3 ∗ p 1 ∗ p 2 + 2 ∗ p 3 ) / 6
p 4 = p 1 ∗ p 3 − e 2 ∗ p 2 + e 3 ∗ p 1
p 5 = p 1 ∗ p 4 − e 2 ∗ p 3 + e 3 ∗ p 2
p 6 = p 1 ∗ p 5 − e 2 ∗ p 4 + e 3 ∗ p 3
Now use the 'What-If Analysis' and then 'Goal seek...' tool in Excel (see tab 'Data') to
'Set cell' = p 6
'To value' = 803
'By changing' = p 2
You will then get p 5 = − 7 1 8 . 7 2 , clearly wrong. Changing p 1 to 2 and 'Goal seek...' again, gives p 5 = 5 2 9 . 9 5 . Repeat this until the values of p 4 , p 5 , p 6 are 32, 186 and 803.
This happens at p 1 = a + b + c = 6 .
=============
Now it appears that the monic polynomial is
x 3 − 6 x 2 + 1 4 x − 1 5
and thus a , b , c equal 3 , 2 3 + 1 1 i , 2 3 − 1 1 i or any other permutation.
Nice apprach.
While you have found the correct monic cubic polynomial satisfying these equations, how would you know that the polynomial that you've found is unique?
Not helpful
{6, 14, 15}
S = 6
P = 15
I = 14/ 15
This is simple with computer. The answer is 6.
Care to elaborate?
Log in to reply
I think he programmed the solution to brute-force it.
Lu listed the values of the elementary polynomials { e 1 , e 2 , e 3 } wrt to the monic polynomial p ( x ) = ( x − a ) ( x − b ) ( x − c ) = x 3 − e 1 x 2 + e 2 x − e 3 .
Then he lists:
S = e 1 = a + b + c = 6 , the Sum.
P = e 3 = a b c = 1 5 , the Product.
I don't know what computer program was used. I did however write a solution using the 'Goal Seek' function in Excel.
I think that it hasn't right because 1.{a,b,c}∈2n (32) 2.{a,b,c}∈2n-1 (803) So it can't exist
Problem Loading...
Note Loading...
Set Loading...
Well, this was my attempt to solve this:
Let the polynomial P ( x ) = x 3 + m x 2 + n x + p have roots a , b and c . Now, if we apply Newton's sums recursively we obtain:
a + b + c = − m
a 2 + b 2 + c 2 = m 2 − 2 n
a 3 + b 3 + c 3 = − m 3 + 3 m n − 3 p
a 4 + b 4 + c 4 = m 4 − 4 m 2 n + 4 m p + 2 n 2
a 5 + b 5 + c 5 = − m 5 + 5 m 3 n − 5 m 2 p − 5 m n 2 + 5 n p
a 6 + b 6 + c 6 = m 6 − 6 m 4 n + 6 m 3 p + 9 m 2 n 2 − 1 2 m n p − 2 n 3 + 3 p 2
With the known values, the following system is formed:
m 4 − 4 m 2 n + 4 m p + 2 n 2 = 3 2
− m 5 + 5 m 3 n − 5 m 2 p − 5 m n 2 + 5 n p = 1 8 6
m 6 − 6 m 4 n + 6 m 3 p + 9 m 2 n 2 − 1 2 m n p − 2 n 3 + 3 p 2 = 8 0 3
It's easy to solve for p from the first equation:
p = 4 m 3 2 + 4 m 2 n − 2 n 2 − m 4
But the things get worse when we substitute this value, we get the following two equations after simplifying:
m 6 + 1 0 m 2 n 2 − 1 0 n 3 − 1 6 0 m 2 − 5 m 4 n − 7 4 4 m + 1 6 0 n = 0
1 4 m 4 n 2 + 3 2 m 2 n − 3 4 m 2 n 3 − m 6 n + 1 2 n 4 − 3 8 4 n 2 − 2 2 4 m 4 − 3 7 2 0 m 3 − 1 2 8 4 8 m 2 + 3 0 7 2 = 0
I got stuck there, so the only thing I could do was solving for n from the first equation of these two and substitute on the second equation. But the expression for n is horrible because it's from a 3rd degree polynomial. So, after hours and hours, I got an equation in m with the help of Excel and Wolfram Alpha to do the sums with very large numbers. This is the equation in m of degree 22:
m 2 2 − 4 3 2 0 m 1 8 − 8 4 8 1 6 m 1 7 − 4 0 1 5 0 0 m 1 6 + 1 2 2 8 8 0 0 m 1 4 + 2 9 2 8 3 8 4 0 m 1 3 + 3 2 9 4 8 4 0 9 6 m 1 2 + 1 7 9 2 2 9 6 0 0 0 m 1 1 + 3 2 7 3 4 7 5 7 5 0 m 1 0 − 9 2 5 6 5 5 0 4 0 0 m 9 − 8 3 8 4 1 8 0 7 3 6 0 m 8 − 4 3 4 1 6 6 4 2 5 8 5 6 m 7 − 1 6 9 6 6 9 4 2 2 0 0 0 0 m 6 − 5 5 5 5 7 2 4 7 6 8 0 0 0 m 5 − 9 7 3 1 1 5 7 1 9 9 2 0 0 m 4 + 2 9 6 5 1 8 1 6 4 4 8 0 m 3 + 1 0 7 1 5 1 6 9 0 5 8 5 6 m 2 = 0
Since the coefficients of m and m 0 are 0 and m = 0 , the degree of the equation is now 20, it's a lot easier now, don't you think? :D
Finally, using Newton-Raphson method, we see that the equation has 4 real roots and 16 complex roots. Since m , n and p are real, these are the solutions for m :
m = − 6 , m ≈ − 0 . 3 4 8 2 2 1 7 7 4 8 9 3 8 0 1 9 , m ≈ 0 . 3 1 5 9 7 7 0 4 4 3 7 1 5 4 3 3 or m ≈ 1 1 . 0 2 4 8 3 0 7 0 1 7 6 8 5 6
Hence, a + b + c = 6 , a + b + c ≈ 0 . 3 4 8 2 2 1 7 7 4 8 9 3 8 0 1 9 , a + b + c ≈ − 0 . 3 1 5 9 7 7 0 4 4 3 7 1 5 4 3 3 or a + b + c ≈ − 1 1 . 0 2 4 8 3 0 7 0 1 7 6 8 5 6 .