if $a,b,c$ are the roots of the equation $x^3-px^2+qx-r=0$ find the value of $(b+c)(c+a)(a+b)$
Using vieta's formula:
$a+b+c=p$
$ab + ac +bc = q$
$abc = r$
on expansion of the bracket,
$(b+c)(c+a)(a+b) $
$=(bc+c^2+ab+ac)(a+b)$ $=(q+c^2)(a+b)$ after this step I am unable to proceed further. Could someone please help me out?