SOLUTION: Find the largest value of x that satisfies:
log(base2)(x^2)-log(base2)(x+4)=2
I was not able to find the answer, here are my step I tried to solve it.
log(base2)(x^2)-log
Algebra ->
Exponential-and-logarithmic-functions
-> SOLUTION: Find the largest value of x that satisfies:
log(base2)(x^2)-log(base2)(x+4)=2
I was not able to find the answer, here are my step I tried to solve it.
log(base2)(x^2)-log
Log On
Question 998702: Find the largest value of x that satisfies:
log(base2)(x^2)-log(base2)(x+4)=2
I was not able to find the answer, here are my step I tried to solve it.
log(base2)(x^2)-log(base2)(x+4)=2
log(base2) (x^2)/(x+4)=2
2^2= (x^2)/(x+4)
4= (x^2)/(x+4)
4(x+4)=x^2
4x+16=x^2
sqrt(4x+16)=x
2x+4=x
x=-4 Found 2 solutions by josgarithmetic, Romolo:Answer by josgarithmetic(39617) (Show Source):
You can put this solution on YOUR website! You were on the right track till 4x+16=x^2
You can't solve sqrt(4x+16)=x
but you must bring all elements to the same side and equate to zero
like this:
x^2-4x-16 = 0
then solve as usual by quadratic equations.
Ciao