document.write( "Question 147506: The largest angle in a triangle is twice the degree measure of the second largest angle. One-third of the largest angle is 10 degrees larger than the difference of the other two. What is the measure in degrees of the smallest angle? \n" ); document.write( "
Algebra.Com's Answer #107885 by aswathytony(47)\"\" \"About 
You can put this solution on YOUR website!
Let the angle measures of the triangle be x, y ,z where x is largest angle measure, y is second largest angle measure & z is smallest angle measure.\r
\n" ); document.write( "\n" ); document.write( " given largest angle is twice second largest angle i.e. x = 2y ..........(1)\r
\n" ); document.write( "\n" ); document.write( " one third of largest angle is 10 more than difference of other two
\n" ); document.write( "
\n" ); document.write( "i.e. 1/3 x = (y - z) +10...........(2)\r
\n" ); document.write( "\n" ); document.write( " substituting (1) in (2)
\n" ); document.write( "
\n" ); document.write( " (1/3 )* 2y = (y - z) + 10 .
\n" ); document.write( "
\n" ); document.write( " 2y/3 = y - z +10 \r
\n" ); document.write( "\n" ); document.write( " (2y/3) - y = - z + 10 \r
\n" ); document.write( "\n" ); document.write( " (2y - 3y) /3 = -z + 10
\n" ); document.write( " -y = -3z +30
\n" ); document.write( " -y - 30 = -3z
\n" ); document.write( " y+30 = 3z
\n" ); document.write( " z = (y+30) /3 ........(3)
\n" ); document.write( "we know sum of angles of a triangle is 180deg\r
\n" ); document.write( "\n" ); document.write( "i.e. x + y+ z = 180 \r
\n" ); document.write( "\n" ); document.write( "substituting (1) & (3) in above eq:\r
\n" ); document.write( "\n" ); document.write( " 2y + y + (y + 30 )/3 = 180\r
\n" ); document.write( "\n" ); document.write( " 6y + 3y + y + 30 = 180 * 3\r
\n" ); document.write( "\n" ); document.write( " 10 y + 30 = 540
\n" ); document.write( " 10y = 540 - 30 = 510
\n" ); document.write( " y = 510 / 10 = 51.
\n" ); document.write( " x = 2y = 2 * 51 = 102 degrees\r
\n" ); document.write( "\n" ); document.write( " z = (y+30)/3 =( 51 + 30 )/3 =81/3 = 27 degrees.\r
\n" ); document.write( "\n" ); document.write( "i.e measure of smallest angle is 27 degrees.
\n" ); document.write( "
\n" );