document.write( "Question 933323: Find two positive consecutive even numbers such that four times the square of the smaller one exceeds twice the square of the larger one by 56 \n" ); document.write( "
Algebra.Com's Answer #568929 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
\"4N%5E2=2%28N%2B2%29%5E2%2B56\"
\n" ); document.write( "\"4N%5E2=2%28N%5E2%2B4N%2B4%29%2B56\"
\n" ); document.write( "\"4N%5E2=2N%5E2%2B8N%2B8%2B56\"
\n" ); document.write( "\"2N%5E2-8N-64=0\"
\n" ); document.write( "\"N%5E2-4N-32=0\"
\n" ); document.write( "\"%28N-8%29%28N%2B4%29=0\"
\n" ); document.write( "Using only the positive solution,
\n" ); document.write( "\"N-8=0\"
\n" ); document.write( "\"N=8\"
\n" ); document.write( "\"N%2B2=10\"
\n" ); document.write( "
\n" ); document.write( "
\n" );