document.write( "Question 226604: I just need the correct format on how to solve this problem.. I tend to guess and and chicken scratch. Just looking for the proper formula. Thanks\r
\n" );
document.write( "\n" );
document.write( "The second angle of a triangle is 4 times as large as the first. The third angle is 80 degrees more than the sum of the other two angles. Find the measure of the second angle. \n" );
document.write( "
Algebra.Com's Answer #168703 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x = \"first angle\"\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"The second angle of a triangle is 4 times as large as the first\" ___ 4 * x = 4x\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"The third angle is 80 degrees more than the sum of the other two angles\" ___ x + 4x + 80 = 5x + 80\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "x + 4x + 5x + 80 = 180\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "10x + 80 = 180 ___ 10x = 100 ___ x = 10\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "second angle is 4 * 10 or 40 \n" ); document.write( " |