document.write( "Question 352023: Find two consecutive even integers such that four times the first is three times times the second. \n" ); document.write( "
Algebra.Com's Answer #251494 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
The integers are \"N\" and \"N%2B2\".
\n" ); document.write( "\"4N=3%28N%2B2%29\"
\n" ); document.write( "\"4N=3N%2B6\"
\n" ); document.write( "\"N=6\"
\n" ); document.write( "The integers are \"6\" and \"8\".
\n" ); document.write( "
\n" ); document.write( "
\n" );