document.write( "Question 80744: 42: The difference between the square of one even number and the square of the next smaller even number is 52. What is the larger number? \n" ); document.write( "
Algebra.Com's Answer #57909 by stanbon(75887)\"\" \"About 
You can put this solution on YOUR website!
The difference between the square of one even number and the square of the next smaller even number is 52. What is the larger number ?
\n" ); document.write( "--------
\n" ); document.write( "Let the larger even number be 2(n+1)
\n" ); document.write( "Let the smaller even number be 2n
\n" ); document.write( "-------------
\n" ); document.write( "EQUATION:
\n" ); document.write( "(2n+2)^2 - (2n)^2 = 52\r
\n" ); document.write( "\n" ); document.write( "(2n)^2+8n+4 - (2n)^2 = 52
\n" ); document.write( "8n+4 = 52
\n" ); document.write( "8n=48
\n" ); document.write( "n=6
\n" ); document.write( "2n=12 (the smaller even number)
\n" ); document.write( "2n+2=14 (the larger even number)
\n" ); document.write( "=============
\n" ); document.write( "Cheers,
\n" ); document.write( "Stan H.
\n" ); document.write( "
\n" );