document.write( "Question 1203158: In a triangle, the largest angle is 100° greater than the smallest angle. The largest angle is 3 times as large as the third angle. Find the measure of each angle. \n" ); document.write( "
Algebra.Com's Answer #838501 by josgarithmetic(39625)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "smallest            c\r\n" );
document.write( "largest            c+100\r\n" );
document.write( "third angle       (1/3)(c+100)\r\n" );
document.write( "SUM                180\r\n" );
document.write( "

\n" ); document.write( "That is exactly as described, except that a separate variable was not assigned for \"the third angle\".
\n" ); document.write( "Also notice as expressed, largest IS three times the size of the \"third\" side. \r
\n" ); document.write( "\n" ); document.write( ".\r
\n" ); document.write( "\n" ); document.write( ".
\n" ); document.write( "
\r\n" );
document.write( "RESULTS\r\n" );
document.write( "smallest     20\r\n" );
document.write( "largest     120\r\n" );
document.write( "the third    40\r\n" );
document.write( "
\n" ); document.write( "
\n" );