If a, b and c are the roots of the equation x
Question: If a, b, and c are the roots of the equation "x\u00b3-4x\u00b2+3x+5", what is the value of (a+1)(b+1)(c+1)?
Answer:
for cubic equations, "ax\u00b3+bx\u00b2+cx+d", with roots a,b and c
"a+b+c = -b\/a\\\\\n\nab+bc+ac = c\/a\\\\\n\nabc = -d\/a"
"(a+1)(b+1)(c+1) = (a+b+c) + (ab+bc+ac) + abc + 1 = 4 + 3 -5 + 1 = 3"
Comments
Leave a comment