0

We have:

$$ \ln(p^3 + 4) - \ln(4) = 2$$

What I did is:

$$ \ln (p^3 + 4) = \ln(4) + \ln(e^2)$$

$$p^3 + 4 = 4 + e^2$$

$$ p = e^{2/3}$$

Why is this incorrect?

tomtit
  • 161

2 Answers2

3

Correct your mistake using this equality $$\log (a)+\log(b)=\log(ab)$$

0

$$\log(p^3+4)-\log 4=2\iff \log\frac{p^3-4}4=2\iff \frac{p^3-4}4=e^2\ldots\ldots$$

DonAntonio
  • 211,718
  • 17
  • 136
  • 287