Questions on Algebra: Radicals -- complicated equations involving roots answered by real tutors!

Algebra ->  Algebra -> Questions on Algebra: Radicals -- complicated equations involving roots answered by real tutors!     (Log On)
Ad: Algebra Solved!™: algebra software that solves YOUR algebra homework problems with step-by-step help!



Question 155420This question is from textbook Introductory Algebra
: Im stuck on this problem.
It says solve
12/√(5x+6)=√(2x+5)
Thanks so much
This question is from textbook Introductory Algebra
: Im stuck on this problem.
It says solve
12/√(5x+6)=√(2x+5)
Thanks so much

Answer by Earlsdon(3716) About Me  (Show Source):
You can put this solution on YOUR website!
Solve for x:
12/sqrt(5x+6) = sqrt(2x+5) Multiply both sides bysqrt(5x+6)
12 = sqrt(2x+5)*sqrt(5x+6)Simplify the right side.
12 = sqrt((2x+5)*(5x+6)) Now square both sides.
144 = (2x+5)(5x+6) Perform the indicated multiplication.
144 = 10x^2+37x+30 Subtract 144 from both sides.
10x^2+37x-114 = 0 Solve by the quadratic formula:x = (-b+-sqrt(b^2-4ac))/2a where: a = 10, b = 37, and c = -114.
x = (-37+-sqrt((37)^2-4(10)(-114)))/2(10) Simplify.
x = (-37+-sqrt(1369-(-4560)))/20
x = (-37+-sqrt(5929))/20
x = (-37+77)/20 or x = (-37-77)/20
x = 2 or x = -5.7
Question 155420This question is from textbook Introductory Algebra
: Im stuck on this problem.
It says solve
12/√(5x+6)=√(2x+5)
Thanks so much
This question is from textbook Introductory Algebra
: Im stuck on this problem.
It says solve
12/√(5x+6)=√(2x+5)
Thanks so much

Answer by nerdybill(1040) About Me  (Show Source):
You can put this solution on YOUR website!
 12/sqrt(5x+6) = sqrt(2x+5)
.
To find 'x', start by multiplying both sides by  sqrt(5x+6)
 (12/sqrt(5x+6))sqrt(5x+6) = sqrt(2x+5)sqrt(5x+6)
.
Notice the denominator cancels on the left. On the right we have:
 12 = sqrt((2x+5)(5x+6))
.
Now, we square both sides:
 144 = (2x+5)(5x+6)
.
Using FOIL, we expand the right side:
 144 = 10x^2 + 25x + 12x + 30
 144 = 10x^2 + 37x + 30
 0 = 10x^2 + 37x - 114
.
Since, we can't factor, we must use the quadratic equation. Doing so, will produce two solutions:
x = {2, -5.7}
.
Reference: here is the quadratic solution
Solved by pluggable solver: SOLVE quadratic equation with variable
Quadratic equation ax^2+bx+c=0 (in our case 10x^2+37x+-114 = 0) has the following solutons:

x[12] = (b+-sqrt( b^2-4ac ))/2\a

For these solutions to exist, the discriminant b^2-4ac should not be a negative number.

First, we need to compute the discriminant b^2-4ac: b^2-4ac=(37)^2-4*10*-114=5929.

Discriminant d=5929 is greater than zero. That means that there are two solutions:  x[12] = (-37+-sqrt( 5929 ))/2\a.

x[1] = (-(37)+sqrt( 5929 ))/2\10 = 2
x[2] = (-(37)-sqrt( 5929 ))/2\10 = -5.7

Quadratic expression 10x^2+37x+-114 can be factored:
10x+37x+-114 = 10(x-2)*(x--5.7)
Again, the answer is: 2, -5.7. Here's your graph:
graph( 500, 500, -10, 10, -20, 20, 10*x^2+37*x+-114 )