If $a+b=8$ and $ab+c+d = 23$ and $ad+bc=28$ and $cd=12\;,$ Then value of
$(1)\;\; a+b+c+d=$
$(2)\;\; ab+bc+cd+da = $
$(3)\;\; abcd=$
My attempt: Let $x=a\;,b$ be the roots of $(x-a)(x-b)=0$ and $x=c\;,d$ be the roots
of $(x-c)(x-d)=0.$
So, $(x-a)(x-b)(x-c)(x-d)=\left[x^2-(a+b)x+ab\right]\cdot \left[x^2-(c+d)x+cd\right]=0.$
Thus, $$\left[x^2-8x+ab\right]\cdot \left[x^2-(c+d)x+12\right]=0.$$
Where do I go from here? Any help would be much appreciated.