document.write( "Question 991201: You have a set of 3 consecutive even integers. Three times the third integer is the same as increasing twice the first integer by 38. Find the largest integer. \n" ); document.write( "
Algebra.Com's Answer #805292 by CubeyThePenguin(3113)\"\" \"About 
You can put this solution on YOUR website!
3 consecutive even integers: (x-2), x, (x+2)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "3(x+2) = 2(x-2) + 38
\n" ); document.write( "3x + 6 = 2x - 4 + 38
\n" ); document.write( "x = 28\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "largest integer = (x+2) = 30
\n" ); document.write( "
\n" );