document.write( "Question 254489: The sum of Three consecutive even integers is 196. Find the largest of these integers? \n" ); document.write( "
Algebra.Com's Answer #186849 by MRperkins(300)\"\" \"About 
You can put this solution on YOUR website!
even integers are represented by 2n, 2n+2, 2n+4...
\n" ); document.write( "We want 3 consecutive even integers to =196, so
\n" ); document.write( "1 even integer is 2n
\n" ); document.write( "2nd consecutive even integer is 2n+2
\n" ); document.write( "3rd consecutive even integer is 2n+4
\n" ); document.write( "so: 2n+2n+2+2n+4=196
\n" ); document.write( "simplify and get 6n+6=196
\n" ); document.write( "6n=190
\n" ); document.write( "n=190/6
\n" ); document.write( "Possibly, there are not 3 even integers whose sum is equal to 196 (fractions are not integers)
\n" ); document.write( ".
\n" ); document.write( "
\n" ); document.write( "
\n" );