document.write( "Question 106519: find the sum of the reciprocals of two consecutive even integers if the smaller integer is x. \n" ); document.write( "
Algebra.Com's Answer #77537 by Nate(3500)\"\" \"About 
You can put this solution on YOUR website!
Smallest Integer = x
\n" ); document.write( "Larger Integer = x + 2
\n" ); document.write( "1/x + 1/(x + 2)
\n" ); document.write( "(x + 2)/(x(x + 2)) + x/(x(x + 2))
\n" ); document.write( "(2x + 2)/(x(x + 2))
\n" ); document.write( "
\n" );