document.write( "Question 1194828: The second angle of a triangle is four times the first angle. The third angle of the triangle is 18 degrees less than the first angle. Find each angle of the triangle. \n" ); document.write( "
Algebra.Com's Answer #827098 by josgarithmetic(39617)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "ANGLE          MEASURE\r\n" );
document.write( "first           x\r\n" );
document.write( "second         4x\r\n" );
document.write( "third           x-18\r\n" );
document.write( "SUM            180\r\n" );
document.write( "

\n" ); document.write( "\"x%2B4x%2B%28x-18%29=180\", etcetera...
\n" ); document.write( "
\n" );