Question 1154761

How to solve this question? :

In each of the following, Express y in terms of x.

(a) 3 log y = log 2 + log x 
<pre>{{{matrix(1,3, 3 * log ((y)), "=", log ((2)) + log ((x)))}}} 
{{{matrix(1,3, log ((y)), "=", (1/3) * (log ((2)) + log ((x))))}}} ----- Multiplying each side by {{{1/3}}}
{{{matrix(1,3, log ((y)), "=", 1/3) * log ((2x))}}} 
{{{matrix(1,3, log ((y)), "=", log ((2x))^(1/3))}}}
Logs are EQUAL, so {{{highlight_green(matrix(1,3, y, "=", matrix(2,1, " ",(2x)^(1/3))))}}}