Question 80893
Given:
.
The sum of a number and four times its reciprocal is -5
.
The "number" is the unknown, so let's represent it by x.
.
The reciprocal of the number by definition is 1 divided by the number, and 4 times the reciprocal
is, therefore:
.
{{{4*(1/x) = 4/x}}}
.
So the sum of the number and 4 times its reciprocal is:
.
{{{x + 4/x}}}
.
and the problem tells you that this is -5. So set it equal to -5:
.
{{{x + 4/x = -5}}}
.
Now let's solve for x.  We can do so by multiplying every term (both sides) of this 
equation by x to eliminate the denominator.  Do that and the equation becomes:
.
{{{x^2 + 4 = -5x}}}
.
Add 5x to both sides to eliminate the -5x on the right side and get the equation into the
standard quadratic form of:
.
{{{x^2 + 5x + 4 = 0}}}
.
There are several ways that this can be solved (graphing; completing the square or its
equivalent, using the quadratic formula; but in this case factoring is probably the 
easiest.)  The equation factors to:
.
{{{(x + 1)*(x + 4) = 0}}}
.
This equation will be true if either of the two factors is equal to zero. So set each factor
equal to zero and solve for the value of x that will make that happen:
.
{{{x + 1 = 0}}}
.
Subtract 1 from both sides of the equation and the result is:
.
{{{x = -1}}}
.
Then set the second factor equal to zero:
.
{{{x + 4 = 0}}}
.
and subtract 4 from both sides to get:
.
{{{x = -4 }}}
.
So there are two possible values for x that will work ... -1 and -4
.
Check them out by evaluating each in the original problem.
.
If x = -1, will {{{x + 4*(1/x) = -5}}}? Substitute -1 for x and you get:
.
{{{-1 + (4/-1) = -1 -4 = -5}}} 
.
This value of -1 works. Now let's try the second value, x = -4.  Substitute for x and you
get:
.
{{{-4 + 4/-4 = -4 + (-1) = -4 -1 = -5}}}
.
This also works. Therefore, your problem has two solutions ... x = -1 and x = -4.
.
Hope this helps you to understand the problem and how you can work it to a solution.
.
Cheers