document.write( "Question 160671: The measure of one angle of a triangle is twice the measure of a second angle. The measure of the third angle is 12 less than the sum of the other two. Find the measures of the anles of the triangle. \n" ); document.write( "
Algebra.Com's Answer #118478 by gonzo(654) ![]() You can put this solution on YOUR website! had me going for a while until i remembered that the sum of the internal angles of a triangle are equal to 180 degrees. \n" ); document.write( "once i remembered that the problem became a lot easier. \n" ); document.write( "let a, b, and c be the angles of the triangle. \n" ); document.write( "----- \n" ); document.write( "let a = 2*b \n" ); document.write( "----- \n" ); document.write( "let c = a+b-12 \n" ); document.write( "----- \n" ); document.write( "the above two statements are given. \n" ); document.write( "since the sum of the internal angles of a triangle are equal to 180, then we have a third equation to work with which is \n" ); document.write( "----- \n" ); document.write( "a + b + c = 180 \n" ); document.write( "----- \n" ); document.write( "we now have 3 equations for 3 unknowns and we should be able to solve for each of the unknowns. \n" ); document.write( "----- \n" ); document.write( "it looks like the easiest thing is to solve for b. once we find b, the rest should fall into place very nicely. \n" ); document.write( "----- \n" ); document.write( "since a = 2*b, we can substitute 2*b for a in the equation a + b + c = 180. \n" ); document.write( "that equation then becomes 2*b + b + c = 180 which becomes 3*b + c = 180. \n" ); document.write( "----- \n" ); document.write( "looking at the equation c = a + b - 12, we solve for b as follows: \n" ); document.write( "since we know that a = 2 * b, we can substitute 2*b for a and the equation becomes c = 2*b + b - 12 which becomes c = 3*b - 12. \n" ); document.write( "----- \n" ); document.write( "the equation we are working with is 3*b + c = 180 which originally started as a + b + c = 180. \n" ); document.write( "we can substitute 3*b - 12 for c and the equation becomes \n" ); document.write( "3*b + 3*b - 12 = 180 which becomes 6*b = 192 after adding 12 to both sides and combining like terms. \n" ); document.write( "dividing both sides of the equation by 6 and we get b = 32 degrees. \n" ); document.write( "----- \n" ); document.write( "we have b = 32 degrees. \n" ); document.write( "we have a = 2 * b so a = 64 degrees. \n" ); document.write( "we have c = a + b - 12 which becomes c = 32 + 64 - 12 which becomes c = 96 - 12 which becomes c = 84 degrees. \n" ); document.write( "----- \n" ); document.write( "substituting in the equation a + b + c = 180, we get 32 + 64 + 84 = 180 which becomes 96 + 84 = 180 which becomes 180 = 180. \n" ); document.write( "----- \n" ); document.write( "answer is: \n" ); document.write( "a = 64 degrees. \n" ); document.write( "b = 32 degrees. \n" ); document.write( "c = 84 degrees. \n" ); document.write( " \n" ); document.write( " |