Question 1067915
<pre>x  smallest
y  middle
z  largest</pre>


{{{system(x=y/2,z=6x,x+y+z=180)}}}


The neat way is to use the first two equations to substitute for y and z in terms of x, in the interior-angle sum equation.
{{{x+2x+6x=180}}}
and go from there.