I was trying to find the factors of that expression above:
$5c^2-52c+20.$
The solution is
$(5c−2)(c−10).$
I don't understand: how did we get these values $-2$ and $-10?$ Is there any way to solve it quickly by looking at some parts of that expression?
$$5c^2-52c+20=0$$ $$5c^2-50c-2c+20=0\\5c(c-10)-2(c-10)=0$$ $$(5c-2)(c-10)=0$$ or you can use quadratic formula $$x=\dfrac{-b\pm \sqrt{b^2-4ac}}{2a}$$ Here $a=5,b=-52,c=20$