How would I find the valued of $p$ and $q$ in the equation:
$$(x+p)(x+q)(x+5)= x^3+8x^²-3x-90$$
Any answers are well appreciated!
How would I find the valued of $p$ and $q$ in the equation:
$$(x+p)(x+q)(x+5)= x^3+8x^²-3x-90$$
Any answers are well appreciated!
Hint: Use that $$(x+p)(x+q)(x+5)=x^3+x^2(p+q+5)+x(5p+5q+pq)+5pq$$ and compare the coefficients with $$x^3+8x^2-3x-90$$ so it must be $$8=p+q+5$$ $$-3=5p+5q+pq$$ and $$5pq=-90$$ Can you finish?