Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
How do i?!?
How do I solve this equation by making an appropriate substitution?!
2x - 2√x - 40 = 0
5 Answers
- ?Lv 71 decade agoFavorite Answer
Let u = √x. Then x = u². This allows us to rewrite the equation as:
2u² - 2u - 40 = 0
Which is easily solvable by the quadratic formula.
u = (1/4)(2 ± √(4 + 320))
u = 1/2 ± (1/4)*18
u = 1/2 ± 9/2
u = 5 or -4
That means we have two solutions for x:
1) u = 5
√x = 5
x = 25
2) u = -4
√x = -4
This does not lead to a solution since square root is always positive. Thus, the only solution is x = 25.
- 1 decade ago
2x - 2âx - 40 = 0
let a= âx
2a^2 -2a-40 = 0 --> a^2 - a - 20 = 0
a= 5 or a = -4
--> x = 25 or x = 16
- Anonymous1 decade ago
2x - 40 = 2sqrt(x)
x - 20 = sqrt(x)
x^2 - 41x + 400 = 0
(x-25)(x-16) = 0
x=25 or x=16
However, x = 16 does not satisfy the original equation, so
x = 25 is the sole solution.
- ben eLv 71 decade ago
sub y = âx
y^2 = x
2y^2 - 2y - 40 = 0
y^2 - y - 20 = 0
(y - 5)(y + 4) = 0
y = 5 of y = -4 (but since y = âx, y cannot be negative)
So y = 5, which means x = 25 is the solution.
- How do you think about the answers? You can sign in to vote the answer.
- normanLv 71 decade ago
let u = âx
2u^2 - 2u - 40 = 0
u^2 - u - 20 = 0
(u-5)(u+4) = 0
u = 5 or -4
âx = 5 x = 25
âx = -4 x = 16