SOLUTION: Find two consecutive natural numbers such that the difference of their reciprocals is 1/4 the reciprocal of the smallest number. translate and solve

Algebra ->  Problems-with-consecutive-odd-even-integers -> SOLUTION: Find two consecutive natural numbers such that the difference of their reciprocals is 1/4 the reciprocal of the smallest number. translate and solve       Log On


   



Question 786627: Find two consecutive natural numbers such that the difference of their reciprocals is 1/4 the reciprocal of the smallest number. translate and solve

Answer by CubeyThePenguin(3113) About Me  (Show Source):
You can put this solution on YOUR website!
consecutive natural numbers: x, (x+1)

1/x - 1/(x+1) = 1/4x
4(x+1) - 4x = x+1
4x + 4 - 4x = x + 1
4 = x + 1
x = 3

numbers: 3, 4