Let a , b , c and d be integer roots to the equation x 4 + a x 3 + b x 2 + c x + d = 0 . Find the product a × b × c × d .
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.
You have only shown that this is true for d = 0 . What about for d = 0 ?
Log in to reply
If d = 0 , then a b c − 1 = 0 ⇒ a b c = 1 , which is not possible as i have stated above. Perhaps my formatting is a bit off lol, the word 'or' is just floating in the middle of my solution, but it should mean d = 0 OR a b c = 1 .
Log in to reply
Why is a b c = 1 not possible?
Log in to reply
@Pi Han Goh – So sorry, I've overlooked the question.
By Vieta's Formula, a b + b c + c d + a d = b
d = a + c b − a b − b c ⇒ a + c = 0 ⇒ a = − c
∴ a = c = b = 1 ⇒ d = 1 + 1 1 − 1 − 1 = − 2 1 ∈ Z
or
a = c = − 1 , b = 1 ⇒ d = − 1 + ( − 1 ) 1 + 1 ( − 1 ) − 1 ( − 1 ) = − 2 1 ∈ Z
∴ a b c = 1
Log in to reply
@Tay Yong Qiang – Great work! =D
You should add that to your solution! +1
Log in to reply
@Pi Han Goh – Added, thanks for pointing out my careless mistake.
Log in to reply
@Tay Yong Qiang – Haha! no problem! we're all learning after all! ;)
I have edited my answer due to bad formatting, my apologies im kinda new to LaTeX.
This line is wrong." By Vieta's Formula a b + b c + c d + a b = b ". It should be a b + b c + c d + a d + a c + b d = b . The coefficient of x 2 is equal to the sum of pairwise products of roots.
Problem Loading...
Note Loading...
Set Loading...
By Vieta's Formula,
a b c d = d
d ( a b c − 1 ) = 0
∴ d = 0 or a b c = 1
Let's investigate the case where a b c = 1
By Vieta's Formula, a b + b c + c d + a d = b
d = a + c b − a b − b c ⇒ a + c = 0 ⇒ a = − c
∴ a = c = b = 1 ⇒ d = 1 + 1 1 − 1 − 1 = − 2 1 ∈ Z
or
a = c = − 1 , b = 1 ⇒ d = − 1 + ( − 1 ) 1 − 1 ( − 1 ) − 1 ( − 1 ) = − 2 3 ∈ Z
∴ a b c = 1
∴ d = 0 , a × b × c × d = 0