document.write( "Question 87223: Did I do this right?
\n" ); document.write( "use h(x) = (1/4)^x\r
\n" ); document.write( "\n" ); document.write( "h(1/3)
\n" ); document.write( "(1/4)^1/3
\n" ); document.write( "3√4
\n" ); document.write( "

Algebra.Com's Answer #63169 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
I'm assuming that \"3√4\" means \"root%283%2C4%29\" (which reads the cube root of four). If my assumption is right, then you are really close. You just need to change it from \"root%283%2C4%29\" to \"root%283%2C1%2F4%29\". If you do that, then you are correct \n" ); document.write( "
\n" );