document.write( "Question 241215: The second angle of a triangle is 30(degrees)less than the first angle.The third angle is twice the second angle. How large are the angles? This problem i really struggled on because i dont know how to write it out and solve it. \n" ); document.write( "
Algebra.Com's Answer #176636 by Alan3354(69443) You can put this solution on YOUR website! The second angle of a triangle is 30(degrees)less than the first angle.The third angle is twice the second angle. How large are the angles? This problem i really struggled on because i dont know how to write it out and solve it. \n" ); document.write( "------------- \n" ); document.write( "The 1st angle is d degrees \n" ); document.write( "The 2nd angle is d - 30 \n" ); document.write( "The 3rd angle is 2*(d-30) \n" ); document.write( "--------------- \n" ); document.write( "The sum is (always) 180º \n" ); document.write( "d + d-30 + 2(d-30) = 180 \n" ); document.write( "4d - 90 = 180 \n" ); document.write( "4d = 270 \n" ); document.write( "d = 67.5º \n" ); document.write( "2nd angle = 37.5º \n" ); document.write( "3rd angle = 75º \n" ); document.write( " \n" ); document.write( " |