document.write( "Question 467864: The first angle of a triangle is 10º less than the second angle. The third angle is three times the
\n" ); document.write( "second angle. What is the measure of the second angle?
\n" ); document.write( "

Algebra.Com's Answer #321042 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
let second angle = x
\n" ); document.write( "First angle = x-10
\n" ); document.write( "Third angle = 3x\r
\n" ); document.write( "\n" ); document.write( "Sum of all angles = 180 deg\r
\n" ); document.write( "\n" ); document.write( "x+x-10+3x=180
\n" ); document.write( "5x-10=180
\n" ); document.write( "5x=190
\n" ); document.write( "x=38 deg==> second angle
\n" ); document.write( "
\n" );