document.write( "Question 1202629: The angles of a triangle add up to 180 degrees.\r
\n" );
document.write( "\n" );
document.write( "The second angle is 20 degrees larger than the smallest angle.\r
\n" );
document.write( "\n" );
document.write( "The third angle is 2 times as big as the smallest angle.\r
\n" );
document.write( "\n" );
document.write( "Find the measure of the smallest angle (in degrees). \n" );
document.write( "
Algebra.Com's Answer #837578 by math_tutor2020(3817)![]() ![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Let a, b, and c represent the angles of the triangle. \n" ); document.write( "We'll have a = smallest angle.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"The angles of a triangle add up to 180 degrees.\" gives the equation a+b+c = 180.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"The second angle is 20 degrees larger than the smallest angle.\" gives the equation b = a+20.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "\"The third angle is 2 times as big as the smallest angle.\" gives the equation c = 2a\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "a+b+c = 180 \n" ); document.write( "a+(a+20)+c = 180 .... replace b with a+20 \n" ); document.write( "a+(a+20)+2a = 180 .... replace c with 2a \n" ); document.write( "4a+20 = 180 \n" ); document.write( "4a = 180-20 \n" ); document.write( "4a = 160 \n" ); document.write( "a = 160/4 \n" ); document.write( "a = 40 degrees\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The other results b = a+20 and c = 2a will yield larger angles than 40 degrees. \n" ); document.write( "I'll let the student do this part and to verify.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Answer: 40 degrees \n" ); document.write( " \n" ); document.write( " |