document.write( "Question 1135168: Find the 3 angles of a triangle if the second angle is 30 degrees more than twice the first angle and the third angle is 60 degrees more than the second angle. \n" ); document.write( "
Algebra.Com's Answer #752749 by josgarithmetic(39618)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "ANGLES        DEGREE MEAS.\r\n" );
document.write( "1                 x\r\n" );
document.write( "2               2x+30\r\n" );
document.write( "3               2x+90\r\n" );
document.write( "TOTAL             180\r\n" );
document.write( "
\r
\n" ); document.write( "\n" ); document.write( "Solving the necessary equation should give you \"x=12\".
\n" ); document.write( "
\n" );