SOLUTION: find the sum of the reciprocals of two consecutive even integers if the smaller integer is x.

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: find the sum of the reciprocals of two consecutive even integers if the smaller integer is x.      Log On


   



Question 106519: find the sum of the reciprocals of two consecutive even integers if the smaller integer is x.
Answer by Nate(3500) About Me  (Show Source):
You can put this solution on YOUR website!
Smallest Integer = x
Larger Integer = x + 2
1/x + 1/(x + 2)
(x + 2)/(x(x + 2)) + x/(x(x + 2))
(2x + 2)/(x(x + 2))