Given the polynomial P ( x ) = 2 x 3 − 9 x 2 + 1 1 x − 8 4 with roots a , b , c .
We denote the values below:
X Y Z = = = a 2 + b 2 + c 2 a 2 b + a b c + a 2 c + b 2 a + b 2 c + a b c + a b c + c 2 a + b c 2 a 2 b c + b 2 c a + c 2 a b
Find X + Y + Z .
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.
Simple and correct!
To the solution poster:
This is indeed a nice solution. However, I'd like to say that you can provide the Wikipedia link in a much more "easy to access" way like this: Here
How to make the link?
[Text for display to viewer](Link to the web page)
Demonstration for the link "Here" given in comment:
[Here](http://en.wikipedia.org/wiki/Vieta%27s_formulas)
Log in to reply
oh Thanks!
I had to remove the starting characters "\" &"(" for the link to appear... Found it quite weird!
Log in to reply
That's because the linking feature is regulated by Markdown which doesn't fall under L A T E X .
Also, many other features like bulleted list writing, numbered list writing, writing headings using bold feature / italic feature, etc are regulated by Markdown formatting on most Math sites like Brilliant, Math SE, etc.
Was curious...Who's this Challenge Master? Calvin ?
Log in to reply
Either Calvin or Arron. Arron seems to be inactive for quite a while now, so it's most probably Calvin.
Use Vieta's formulas:-
a+b+c=4.5, ......ab+bc+ac=5.5,......abc=42.
X=a^2+b^2+c^2=(a+b+c)^2 -2(ab+bc+ac)=4.5^2- 2*5.5=9.25..........9.25\\
Y=a^2(b+c)+b^2(c+a)+c^2(a+b)+3abc=a^2(4.5 - a)+b^2(4.5 - b)+c^2(4.5 - c)+3abc\\
\ \ \ =(a+b+c)(a^2+b^2+c^2) - (a+b+c)(a^2+b^2+c^2 - ab - bc - ac)\\
\ \ \ =(a+b+c)(ab+bc+ac)\ \ \ \=4.5*5.5=24.75...... =4.5*5.5=24.75......... 24.75\\
Z= abc(a+b+c)=42*4.5=189......................................................................189\\
X+Y+Z=9.25+24.75+189=223........................................................\color{#D61F06}{223}
.
X = ( a + b + c ) 2 − 2 ( a b + b c + a c )
Y = ( a + b + c ) ( a b + b c + a c )
Z = a b c ( a + b + c )
Then use Vieta's formulas to solve for each.
The problem can easily be solved by Vieta's Formulas
Kindly refer to the link given if you are not familiar with these formulae.
By Vieta's, We have, In a cubic Polynomial
P ( x ) = a x 3 + b x 2 + c x + d
Here, a=2,b=-9,c=11,d=-84
a+b+c = a − b
ab+bc+ca= a c
abc= a − d
1) a 2 + b 2 + c 2 = ( a + b + c ) 2 − 2 ( a b + b c + c a )
= a − b 2 − 2 a c
= 2 9 2 − 2 2 1 1
4 8 1 - 11
= 4 3 7
Now, I encourage you to Try the other parts on your own. I will give Hints.
2) a 2 b + a b c + a 2 c + b 2 a + b 2 c + a b c + a b c + c 2 a + b c 2 Can be factorized as (a+b+c)(ab+bc+ca). The answer comes out to be 4 9 9
3) a 2 b c + b 2 c a + c 2 a b can be factorized as (a+b+c)(abc) The answer comes out to be 189.
Adding these, We get 223.
Prasun Biswas is right, all your equations starting with a + b + c = a − b wouldn't make sense. Your solution has been marked wrong.
Mehul Arora, your solution would be up to mark if you would have had chosen the correct symbols for representation...!!
You've already used a , b , c to denote the roots of the polynomial. You cannot use a , b , c to simultaneously denote the roots and the coefficients of the polynomial like that. It is both unwise and incorrect.
I recommend using p , q , r , s to denote the coefficients.
Log in to reply
Why downvote my comment? Atleast, provide a constructive reply to my comment before downvoting so that I can know the reason for the downvote!
Log in to reply
I think some one has grudge against you... xD I have upvoted your comments :)
Log in to reply
@Nihar Mahajan – Note that someone even downvoted the comment I posted 3 minutes ago.
Log in to reply
@Prasun Biswas – Yeah! means the criminal is online.. xD
Problem Loading...
Note Loading...
Set Loading...
The roots of the polynomial : 2 x 3 − 9 x 2 + 1 1 x − 8 4 are a , b , c .
As we know from the General form of a polynomial equation, aka Vieta's Formula,
a + b + c = − 2 − 9 = 2 9
a b + b c + a c = 2 1 1
a b c = − 2 − 8 4 = 2 8 4 = 4 2
Therefore,
X = a 2 + b 2 + c 2 = ( a + b + c ) 2 − 2 ( a b + b c + a c ) = 4 8 1 − 1 1
Y = a ( a b + b c + a c ) + b ( a b + b c + a c ) + c ( a b + b c + a c ) = ( a + b + c ) ( a b + b c + a c ) = 4 9 9
Z = a b c ( a + b + c ) = 1 8 9
Thus, X + Y + Z = 2 2 3
P.S. Here is a link to Wikipedia for Vieta's Formula. :)