document.write( "Question 1021462: The second angle of a triangle is 16 more than the first angle. The third angle is two times the first. Find the three angles.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #637181 by Alan3354(69443) You can put this solution on YOUR website! The second angle of a triangle is 16 more than the first angle. The third angle is two times the first. Find the three angles. \n" ); document.write( "---------- \n" ); document.write( "1st angle = x \n" ); document.write( "2nd = x + 16 \n" ); document.write( "3rd = 2x \n" ); document.write( "----- \n" ); document.write( "The sum = 180 degrees \n" ); document.write( " |