Question 883790
{{{ sqrt( 48/9 ) }}}
{{{ sqrt( ( 3*16 ) / 9 ) }}}
{{{ sqrt( ( 16/9 ) * 3 ) }}}
{{{ sqrt( 16/9 ) * sqrt( 3 ) }}}
{{{ ( sqrt( 16 ) / sqrt( 9 ) ) * sqrt(3) }}}
{{{ ( 4/3 )*sqrt(3) }}}
-----------------
You can check this with a calculator:
Compare line #1 with last line