document.write( "Question 87134: The sum of three consective even integers is 114\r
\n" ); document.write( "\n" ); document.write( "a. Define variables for the smalles integer (36)?
\n" ); document.write( "b. Define variables to represent the 2nd and 3rd integers (38, 40)?
\n" ); document.write( "c. Write an equation for the sum of the tree consecutive even integers.
\n" ); document.write( "d. Solve the equation to find the three even integers.
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #63170 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
You have to make sure the variables are even, To do this,
\n" ); document.write( "call the 1st integer \"2k\"
\n" ); document.write( "call the 2nd integer \"2k%2B2\"
\n" ); document.write( "call the 3rd integer \"2k%2B4\"
\n" ); document.write( "Now sove for k
\n" ); document.write( "\"2k+%2B+2k+%2B+2+%2B+2k+%2B+4+=+114\"
\n" ); document.write( "\"6k+%2B+6+=+114\"
\n" ); document.write( "\"6k+=+108\"
\n" ); document.write( "\"k+=+18\"
\n" ); document.write( "The integers are, therefore
\n" ); document.write( "\"2%2A18+=+36\"
\n" ); document.write( "\"2%2A18+%2B+2+=+38\"
\n" ); document.write( "\"2%2A18+%2B+4+=+40\"
\n" ); document.write( "
\n" );