document.write( "Question 335993: Find two consecutive even integers such that twelve times the first equals eight times the second \n" ); document.write( "
Algebra.Com's Answer #241360 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Let the integers be \"N+\"and \"N%2B2\"
\n" ); document.write( "\"12N=8%28N%2B2%29\"
\n" ); document.write( "\"12N=8N%2B16\"
\n" ); document.write( "\"4N=16\"
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "\"N=4\"
\n" ); document.write( "\"N%2B2=6\"
\n" ); document.write( "
\n" );