SOLUTION: The sum of the reciprocals of two numbers is 7. The larger reciprocal exceeds the smaller one by 7/3. Find the numbers

Algebra ->  Coordinate Systems and Linear Equations  -> Lessons -> SOLUTION: The sum of the reciprocals of two numbers is 7. The larger reciprocal exceeds the smaller one by 7/3. Find the numbers       Log On


   



Question 1187207: The sum of the reciprocals of two numbers is 7. The larger reciprocal exceeds the smaller one by 7/3. Find the numbers

Found 2 solutions by ikleyn, math_tutor2020:
Answer by ikleyn(52785) About Me  (Show Source):
You can put this solution on YOUR website!
.
The sum of the reciprocals of two numbers is 7.
The larger reciprocal exceeds the smaller one by 7/3.
Find the numbers
~~~~~~~~~~~~~~~~~~~


            Since the entire problem is formulated as the relations between reciprocals,
            it is natural to solve it for reciprocal.


Let  x and y be THE RECIPROCALS.


Then we have these equations


    x + y = 7

    x - y = 7/3.


Add equations.  You will get  2x = 7+%2B+7%2F3 = 21%2F3%2B7%2F3 = 28%2F3.

                Hence,  x = 14%2F3.



Subtract equations.  You will get  2y = 7+-+7%2F3 = 21%2F3-7%2F3 = 14%2F3.

                Hence,  y = 7%2F3.


Thus the numbers are  1%2Fx = 3%2F14  and  1%2Fy = 3%2F7.    ANSWER

Solved.


////////////////


The lesson to learn from my post is  HOW  TO  select your starting unknowns to make the solution  AS  SIMPLE  as possible.



Answer by math_tutor2020(3817) About Me  (Show Source):
You can put this solution on YOUR website!

x and y are the two numbers
1/x and 1/y are their respective reciprocals
Let x > y
The reciprocal operation will flip the inequality sign
1/x < 1/y

Example: 5 > 2 leads to 1/5 < 1/2 aka 0.2 < 0.5

The larger reciprocal (1/y) exceeds the smaller one (1/x) by 7/3
So,
1/y = 1/x + 7/3
1/y = 3/(3x) + (7x)/(3x)
1/y = (3+7x)/(3x)

The sum of the reciprocals is 7
1/x + 1/y = 7
1/x + (3+7x)/(3x) = 7
3/(3x) + (3+7x)/(3x) = 7
(3+3+7x)/(3x) = 7
(6+7x)/(3x) = 7
6+7x = 3x*7
6+7x = 21x
6 = 21x-7x
6 = 14x
14x = 6
x = 6/14
x = (2*3)/(2*7)
x = 3/7 is one of the numbers
1/x = 7/3

We'll use that value to find the following
1/y = (1/x) + 7/3
1/y = 7/3 + 7/3
1/y = 14/3
y = 3/14 is the other number

Note that,
1/x + 1/y = 7/3 + 14/3 = (7+14)/3 = 21/3 = 7
which helps confirm we have the correct x & y values.

Answers: 3/7 and 3/14