3

two student were given the equation $2^{4x+6} = 3^{6x-3}$

1.steve rearranged to get $2^{4x+6} - 3^{6x-3} =0$

then wrote $\log (2^{4x+6} - 3^{6x-3}) = \log0$

are these legal steps ? if not explain what is wrong with them

2 Ali wrote $\log( 2^{4x+6}) =\log(3^{6x-3})$ then $\log( 2^{4x+6}) - \log(3^{6x-3})=0 $

finally $2^{4x+6} / 3^{6x-3}$

are these legal steps ? if not explain what is wrong with them

vadim123
  • 82,796

3 Answers3

2

The first is not legal as you cannot take the log of $0$. The second is legal, but I do not see it as progress toward finding $x$. Ali should use the laws of logarithms to pull down the powers. His finally can be reached in one step from the initial equation and does not give a value for $x$.

Ross Millikan
  • 374,822
1

Rewrite you equation as $$ \bigg(\frac{2^2}{3^3}\bigg)^{2x}=3^{-3}2^{-6} $$

Can you handle from here?

Alex
  • 19,262
0

The first task is to get the unknown out of the exponents.

Do not rearrange the equation. Rather, make the substitutions:$$3=e^{\ln (3)}$$ $$2=e^{\ln (2)}$$which yields $$e^{(\ln2)\times (4x+6)} = e^{(\ln 3) \times (6x-3)}$$ Yoe now have two exponential terms, with the same base, equal to each other. The exponents must then be equal. You are left with a simple linear equation with one unknown. (Two of the coefficients are sort of ugly!)

DJohnM
  • 3,580