document.write( "Question 1127351: One angle of a triangle measures 72 degrees more than the smallest, while a third angle is twice the smallest. Find the measure of each angle. \n" ); document.write( "
Algebra.Com's Answer #743752 by addingup(3677)![]() ![]() You can put this solution on YOUR website! The angles of EVERY triangle add up to 180 degrees. \n" ); document.write( "Let the angles be A, B, and C \n" ); document.write( "A = B+72 \n" ); document.write( "C = 2B \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~ \n" ); document.write( "B+72+B+2B = 180 \n" ); document.write( "4B = 108 \n" ); document.write( "B = 27 \n" ); document.write( "A = 27+72 = 99 \n" ); document.write( "C = 2*27 = 54 \n" ); document.write( "Happy learning! \n" ); document.write( " \n" ); document.write( " |