SOLUTION: Solve the equation. Use a calculator to obtain decimal approximations, correct to two decimal places.
ln (2x+3)+ln(x-6)-2lnx = 0
I know the answer is 10.68 but im just not su
Algebra ->
Logarithm Solvers, Trainers and Word Problems
-> SOLUTION: Solve the equation. Use a calculator to obtain decimal approximations, correct to two decimal places.
ln (2x+3)+ln(x-6)-2lnx = 0
I know the answer is 10.68 but im just not su
Log On
Question 898387: Solve the equation. Use a calculator to obtain decimal approximations, correct to two decimal places.
ln (2x+3)+ln(x-6)-2lnx = 0
I know the answer is 10.68 but im just not sure how my teacher got it. Any help would be appreciated. Thank you. Found 2 solutions by stanbon, Theo:Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! ln (2x+3)+ln(x-6)-2lnx = 0
I know the answer is 10.68
-------------
Log Law:: log(A)+log(B) = log(AB)
Log Law:: log(A)-log(B) = log(A/B)
Log Law: log(A^n) = n*log(A)
----------------
Your problem::
ln[(2x+3)(x-6)/x^2] = 0
-----
(2x+3)(x-6)/x^2 = 1
---
2x^2 +3x-12x-18 = x^2
---
x^2 -9x - 18 = 0
---
Use the Quadratic Formula to get:
x = [9 +- sqrt(81-4*1*-18)]/2
x = [9 +- sqrt(153)]/2
x = [9 +- 12.37]/2
Positive solution::
x = 10.68
=============
Cheers,
Stan H.
--------------