Equations and polynomials?

Algebra Level 5

Let a , b , c , d , e a, b, c, d, e be real numbers that satisfy the equations:

c + a = 15 c+a=15

a c + b + d = 85 , ac+b+d=85,

a d + b c + e = 225 , ad+bc+e=225,

a e + b d = 274 , ae+bd=274,

b e = 120. be=120.

Find the sum of all possible values of e e .

Here's a hint (a simpler problem)

This problem is part of the set ... and polynomials


The answer is 225.

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

Joel Tan
Nov 24, 2014

I will leave a hint for those who still want to try:

What are the coefficients of the expansion of ( x 2 + a x + b ) ( x 3 + c x 2 + d x + e ) (x^{2}+ax+b)(x^{3}+cx^{2}+dx+e) ?

If you don't want the solution, don't read further.

Solution: After expansion, compare coefficients to get the above expression equal to x 5 + 15 x 4 + 85 x 3 + 225 x 2 + 274 x + 120 = ( x r 1 ) ( x r 2 ) . . . ( x r 5 ) x^{5}+15x^{4}+85x^{3}+225x^{2}+274x+120=(x-r_{1})(x-r_{2})... (x-r_{5}) where all r i , i = 1 , 2 , 3 , 4 , 5 r_{i}, i=1, 2, 3, 4, 5 are the roots. In fact the roots are all real. (Find them!)

This means ( x 3 + c x 2 + d x + e ) (x^{3}+cx^{2}+dx+e) is the product of three of these 5 factors in the form ( x r i ) (x-r_{i}) . Hence e e is the product of three of the numbers in the set of the negatives of the five roots. The sum of all such e e , by Vieta's formulae, is just 225.

HOW TO FIND 5 REAL ROOTS? THEN HOW TO SELECT 3 ROOTS OUT OF FIVE FOR e? PLEASE ELABORATE THE METHOD.

Prabir Chaudhuri - 6 years, 6 months ago

Log in to reply

One solution is (x-x1) (x-x2) (x-x3)=(x^3+cx^2+dx+e),so e=-x1 x2 x3,other solutions are 1,2,4 in index of x, -x1 x2 x3-x1 x2 x4-x1 x2 x5-x2 x3 x4-...-x3 x4 x5=e1+e2+e3+...e10 is coefficient by x^2,and that is 225

Nikola Djuric - 6 years, 6 months ago

What is this property called?

Julian Poon - 6 years, 6 months ago

Log in to reply

I would call it "Using Vieta's formula".

It is similar to solving the system of equations
a + b + c = 0 , a b + b c + c a = 0 a b c = 0 , a + b + c = 0, \\ ab+bc+ca = 0 \\ abc = 0 ,
which has an obvious immediate application.

Calvin Lin Staff - 6 years, 6 months ago

That's a nice approach :)

However, the quintic equation that you have given only has 1 real root. As such, we cannot take " x 3 + c x 2 + d x + e x^3 + cx^2 + dx + e as the product of any three of these 5 factors". In order for the variables to be real, we must take the real root, along with a conjugate pair of complex roots.

As such, the problem, as currently stated, does not have a final answer of 225. Resorting to Wolfram Alpha to factorize the polynomial, the roots are α 1 = 6.97853 , α 2 , α 3 = 3.639 ± 3.10103 i , α 4 , α 5 = 0.371731 ± 0.783626 i \alpha_1 = 6. 97853, \alpha_2, \alpha_3 = -3.639 \pm 3.10103i, \\ \alpha_4, \alpha_5 = -0.371731 \pm 0.783626i .

Hence, this gives us an answer of α 1 α 2 α 3 + α 1 α 4 α 5 = 164.7698 \alpha_1\alpha_2 \alpha_3 + \alpha_1 \alpha_4 \alpha_5 = -164.7698 .

Calvin Lin Staff - 6 years, 6 months ago

Log in to reply

In his solution, Mr. Tan made a slight typo. He meant to write x 5 + 15 x 4 + 85 x 3 + 225 x 2 + 274 x + 120 = 0 x^5 + 15x^4 + 85x^3 + 225x^2 + 274x + 120 = 0 . (If you look at the original problem, the coefficient of x x should be 274, not 174.) This equation factors as ( x + 1 ) ( x + 2 ) ( x + 3 ) ( x + 4 ) ( x + 5 ) = 0 (x + 1)(x + 2)(x + 3)(x + 4)(x + 5) = 0 . I believe the original answer of 225 still stands.

Jon Haussmann - 6 years, 6 months ago

Log in to reply

Thanks for pointing that out. We indeed have 5 real roots, and the conclusion follows. I have edited the solution accordingly.

I have updated the answer back to 225.

Calvin Lin Staff - 6 years, 6 months ago
Nikola Djuric
Nov 28, 2014

If we supose that a,b,c,d,e are positive integers then from b*e=120,must be that e|120. Number120 has 16divisors: 1,2,3,4,5,6,120,8,20,10,24,12,30,40,15,60.That are posible values for e,Than b=120/e and this system is 3x3,and need about 2minutes for solving. for e=1,2,3,4,5,120 there are no solutions and 6+8+10+12+15+20+24+30+40+60=225.

There is no reason to suppose that a, b, c, d, e must all be positive integers. You are only given that they are real numbers.

Can you also explain how you solved for e = 6 , 8 , 10 , e = 6, 8, 10, \ldots ? What would be the corresponding solutions? Note that we do not have a system of linear equations, due to the term a c ac in a c + b + d = 85 ac + b + d = 85 .

Calvin Lin Staff - 6 years, 6 months ago

Log in to reply

For example e=10 => b=12 so our system becomes c+a=15 , ac+d=73 , ad+12c=215 , 5a+6d=137 so c=15-a,d=(137-5a)/6 so we get a(137-5a)/6+180-12a=215 i.e. a²-13a+42=0 so a=(13±√(169-168))/2=(13±1)/2 For a=7 we get c=8,d=17, and need just to check is it ac+d=73 ac+d=7*8+17=56+17=73 so for e=12 a=7,b=12,c=8,d=17 is solution. Same for other cases of e. This is another solution,we need to find prove why they must be positive integers not using factorization of polynomial. Now I see that a,b,c,d,e are integers because (x²+bx+c)(x^3+cx²+dx+e)=(x^5+15x^4+85x^3+225x²+274x+120)=(x+1)(x+2)(x+3)(x+4)(x+5)

Nikola Djuric - 6 years, 6 months ago

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...