document.write( "Question 156539This question is from textbook
\n" ); document.write( ": find three coonsecutive even intergers such that the largest is three times the smallest \n" ); document.write( "
Algebra.Com's Answer #115309 by oscargut(2103)\"\" \"About 
You can put this solution on YOUR website!
let the integers n,n+1 and n+2
\n" ); document.write( "the largest is three times the smallest
\n" ); document.write( "then \"n%2B2=3n\"
\n" ); document.write( "then
\n" ); document.write( "\"2n=2\"
\n" ); document.write( "then
\n" ); document.write( "\"n=1\"\r
\n" ); document.write( "\n" ); document.write( "Answer:integers are 1,2 and 3
\n" ); document.write( "
\n" );