SOLUTION: {{{(5-x)^(1/2)-1=x}}}

Algebra ->  Rational-functions -> SOLUTION: {{{(5-x)^(1/2)-1=x}}}      Log On


   



Question 130742This question is from textbook Algrebra II
: %285-x%29%5E%281%2F2%29-1=x This question is from textbook Algrebra II

Answer by solver91311(24713) About Me  (Show Source):
You can put this solution on YOUR website!
You don't actually say, but I'll presume that you need to solve this equation for x.

%285-x%29%5E%281%2F2%29-1=x

Remember that a%5E%281%2F2%29=sqrt%28a%29, so your equation becomes:

sqrt%285-x%29-1=x

Add 1 to both sides:

sqrt%285-x%29=x%2B1

Square both sides:

5-x=x%5E2%2B2x%2B1

Put the equation in standard form ax%5E2%2Bbx%2Bc=0

-x%5E2-2x-1%2B5-x=0
-x%5E2-3x%2B4=0

Multiply by -1:

x%5E2%2B3x-4=0

Since 4%2A-1=-4 and 4-1=3, this quadratic factors to:

%28x%2B4%29%28x-1%29=0,

Therefore x=-4 or x=1. However, since this is a radical equation (meaning that the variable is under a radical sign), there is a possibility that by squaring both sides of the equation, we may have derived an equation that is not exactly equivalent to the original and have introduced an extraneous root.

Check the answers:

%285-1%29%5E%281%2F2%29-1=1
%284%29%5E%281%2F2%29-1=1
2-1=1: True statement. x=1 is in the solution set.

%285-%28-4%29%29%5E%281%2F2%29-1=-4
%289%29%5E%281%2F2%29-1=-4
3-1=2%3C%3E-4: False statement. x=-4 is NOT in the solution set.

x=1, and that's my final answer, Regis.