document.write( "Question 159254: The angles of a triangle are three consecutive even integers. What is the largest angle in the triangle? \n" ); document.write( "
Algebra.Com's Answer #117407 by t_as87(5)\"\" \"About 
You can put this solution on YOUR website!
Your first clue to a 1st equation is that you have a triangle, we know the sum of the angles of a triangle is 180. We also know that the angles are consecutive... ie. They come one after the other.
\n" ); document.write( "So if A, B, C represent the 3 integers being the angles of the triangle, we know that B = A + 1, and C = A + 2
\n" ); document.write( "(Think of 1,2,3... 2 = 1+1, and 3 = 1 + 2)
\n" ); document.write( "We also know that A + B + C = 180
\n" ); document.write( "So we can set up the following equation
\n" ); document.write( "A + (A + 1) + (A + 2) = 180
\n" ); document.write( "Now solve for A
\n" ); document.write( "3A + 3 = 180
\n" ); document.write( "3A = 177
\n" ); document.write( "so A = 59
\n" ); document.write( "This means the 3 consecutive integers are 59, 60, and 61
\n" ); document.write( "(You can check by adding them 59 + 60 + 61 = 180)
\n" ); document.write( "So the largest angle is 61!
\n" ); document.write( "
\n" );