document.write( "Question 301438: find two onsecutive positive even numbers the sum of whose squares is 20. \n" ); document.write( "
Algebra.Com's Answer #216127 by checkley77(12844)\"\" \"About 
You can put this solution on YOUR website!
x^2+(x+2)^2=20
\n" ); document.write( "x^2+x^2+4x+4=20
\n" ); document.write( "2x^2+4x+4-20=0
\n" ); document.write( "2(x^2+2x-16)=0
\n" ); document.write( "2(x^2+2x-8)=0
\n" ); document.write( "2(x+4)(x-2)=0
\n" ); document.write( "x-2=0
\n" ); document.write( "x=2 ans.
\n" ); document.write( "2+2=4 ans.
\n" ); document.write( "Proof:
\n" ); document.write( "2^2+4^2=20
\n" ); document.write( "4+16=20
\n" ); document.write( "20=20
\n" ); document.write( "
\n" );