SOLUTION: A positive integer is 11 less than another. If the sum of the reciprocal of the smaller and twice the reciprocal of the larger is 7/6, then find the two integers.

Algebra ->  Rational-functions -> SOLUTION: A positive integer is 11 less than another. If the sum of the reciprocal of the smaller and twice the reciprocal of the larger is 7/6, then find the two integers.      Log On


   



Question 1103077: A positive integer is 11 less than another. If the sum of the reciprocal of the smaller and twice the reciprocal of the larger is 7/6, then find the two integers.
Answer by KMST(5328) About Me  (Show Source):
You can put this solution on YOUR website!
THE FIFTH-GRADER APPROACH:
Let us try positive integers,
starting with 1 and 1%2B11=12 ,
and see if we bump into the solution.
The reciprocal are 1%2F1=1 and 1%2F12 ,
so the sum is
1%2B2%281%2F12%29=1%2B2%2F12=1%2B1%2F6=6%2F6%2B1%2F6=7%2F6 ,
and that works, so if there is just one solution,
as the question suggests,
the numbers are highlight%281%29 and highlight%2812%29 .

THE ALGEBRA STUDENT APPROACH:
x= the smaller positive integer
x%2B11= the larger positive integer
1%2Fx= the reciprocal of the smaller integer
2%281%2F%28x%2B11%29%29=2%2F%28x%2B11%29= twice the reciprocal of the larger integer
The sum is
1%2Fx%2B2%2F%28x%2B11%29=7%2F6
From here, we could say that
we multiply both sides of the equal sign times 6x%28x%2B11%29
to eliminate denominators,
and get
6x%28x%2B11%29%281%2Fx%2B2%2F%28x%2B11%29%29=%287%2F6%29%2A%286x%28x%2B11%29%29
6x%28x%2B11%29%2Fx%2B2%2A6x%28x%2B11%29%2F%28x%2B11%29=7x%28x%2B11%29
6%28x%2B11%29%2B12x=7%28x%5E2%2B11x%29
6x%2B66%2B12x=7x%5E2%2B77x
18x%2B66=7x%5E2%2B77x
0=7x%5E2%2B77x-18x-66
7x%5E2%2B59x-66=0
At that point, knowing that x is a positive integer,
you know that factoring is an option.
Looking at the numbers, you see that x=1 is a solution,
because 7%2B59-66=66-66=0 .
The factoring gives you
%28x-1%29%287x%2B66%29=0 ,
and the positive inter solution is x=1 , with x%2B11=1%2B11=12 .
The other solution is x=-66%2F7 , which is not a positive integer.

You could instead think of finding a common denominator,
and calculating step by step:
%28x%2B11%29%2F%28x%28x%2B11%29%29%2B2x%2F%28%28%2B11%29%29=7%2F6
%28x%2B11%29%2F%28x%5E2%2B11x%29%2B2x%2F%28x%5E2%2B11x%29=7%2F6
%28x%2B11%2B2x%29%2F%28x%5E2%2B11x%29=7%2F6
%283x%2B11%29%2F%28x%5E2%2B11x%29=7%2F6
6%283x%2B11%29%2F%28x%5E2%2B11x%29=7
6%283x%2B11%29=7%28x%5E2%2B11x%29
18x%2B66=7x%5E2%2B77x
Same result, just not as elegant.