Question 242714
write {{{2/3}}}{{{log(7,y)}}} as a single logarithm with a coefficient of 1.
<pre><font size = 4 color = "indigo"><b>
Just move the {{{2/3}}} coefficient up as an exponent of {{{y}}}:

{{{drawing(100,100,-0,1,-1,.5,locate(0,0,
log(7,y^(2/3)) )

 )}}}

Edwin</pre>