Question 354738
{{{ (2^(1/3)*3^(1/3))^3}}}
<pre>
To remove the parentheses, multiply each of the exponents
within the parentheses, both are {{{1/3}}}, by the exponent 
just above the outside the parentheses, which is {{{3}}}:

{{{ drawing(200,50,0,5,-1,.5,locate(0,0,

2^(expr(1/3)*3)*3^(expr(1/3)*3)=2^1*3^1=2*3=6)  )}}}

That's it!  The answer is 6.  Easy, huh?  :-)

Edwin</pre>