document.write( "Question 902548: The smallest angle in a triangle is one-third of the largest angle. The third angle is 10 degrees more than the smallest angle. Find the measure of all three angles. \n" ); document.write( "
Algebra.Com's Answer #547360 by ewatrrr(24785)\"\" \"About 
You can put this solution on YOUR website!
let x be the smallest
\n" ); document.write( "x + (x+10) + 3x = 180
\n" ); document.write( "5x = 170
\n" ); document.write( " x = 34
\n" ); document.write( "Angles are 34, 44, and 102 degrees
\n" ); document.write( "
\n" );