SOLUTION: Can anyone please help me with this problem? {{{2log y+2=logy+2-log12}}}

Algebra ->  Logarithm Solvers, Trainers and Word Problems -> SOLUTION: Can anyone please help me with this problem? {{{2log y+2=logy+2-log12}}}      Log On


   



Question 458397: Can anyone please help me with this problem?
2log+y%2B2=logy%2B2-log12

Found 2 solutions by stanbon, bucky:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
2log y+2 = logy+2-log12
-----
2log(y) + 2 = log(y)+2 - log(12)
log(y) = -log(12)
y = -12
----
But y cannot negative as log(-12) is meaningless.
================
Conclusion: No solution
=====================
Cheers,
Stan H.
=====================

Answer by bucky(2189) About Me  (Show Source):
You can put this solution on YOUR website!
Given:
.
2log%28y%2B2%29=log%28y%2B2%29-log12
.
On the right side of the equation, the difference of the logs of two quantities is equal to the log of the division of the two quantities. The quantity having the negative signed log becomes the denominator and the quantity having the positive log is the numerator. So the right side becomes as shown below:
.
2log%28y%2B2%29+=+log%28%28y%2B2%29%2F12%29
.
On the left side the multiplier of a log (in this problem it is 2) is equivalent to the exponent of the quantity for which the log is being taken. So 2 can be converted to the exponent on the left side as indicated:
.
log%28%28y%2B2%29%5E2%29+=+log%28%28y%2B2%29%2F12%29
.
Now notice that on each side of the equation there is a single log operator. Therefore, in order for this equation to be true, the two quantities on which the log function operates must be equal. So we can say:
.
%28y%2B2%29%5E2+=+%28y%2B2%29%2F12
.
From here on out it's just a "normal" algebraic exercise. First square the left side of the equation:
.
y%5E2+%2B+4y+%2B+4+=+%28y%2B2%29%2F12
.
Next get rid of the denominator on the right side by multiplying both sides of the equation by 12 to get:
.
12y%5E2+%2B+48y+%2B+48+=+y+%2B+2
.
Subtract 2 from both sides to eliminate the 2 on the right side:
.
12y%5E2+%2B+48y+%2B+46+=+y
.
And eliminate the y on the right side by subtracting y from both sides:
.
12y%5E2+%2B+47y+%2B+46+=+0
.
This is an equation in the standard quadratic form
ay%5E2+%2B+by+%2B+c+=+0
.
and so the quadratic formula can be used as follows:
.
y+=+%28-b+%2B-+sqrt%28+b%5E2-4%2Aa%2Ac+%29%29%2F%282%2Aa%29+
.
y+=+%28-47+%2B-+sqrt%28+47%5E2-4%2A12%2A46+%29%29%2F%282%2A12%29
.
y+=+%28-47+%2B-+sqrt%28+2209-2208+%29%29%2F%2824%29
.
y+=+%28-47+%2B-+sqrt+%281%29%29%2F24
.
Since the square root of 1 is 1, this leads to the two answers:
.
y+=+-46%2F24 which simplifies to y+=+-23%2F12
.
and
.
y+=+-48%2F24 which simplifies to y+=+-2
'
Hope this helps you to understand the problem. Please check my work to ensure that I interpreted your original problem correctly and also to ensure that I haven't made a dumb math mistake somewhere that would change the answer.