document.write( "Question 51667: Could you please show me how to solve a number to a Power which is less than one such as:\r
\n" );
document.write( "\n" );
document.write( "12 to the power of 1/2\r
\n" );
document.write( "\n" );
document.write( "Thank you,
\n" );
document.write( "Paul \n" );
document.write( "
Algebra.Com's Answer #34461 by THANApHD(104)![]() ![]() You can put this solution on YOUR website! If a power is less than 1, which is fraction like a/b where a,b must me whole numbers and b>a,b is equal to 1, the denominater of that fraction will be the root of the base.\r \n" ); document.write( "\n" ); document.write( "If A^1/b then its equals to A's b th root. \r \n" ); document.write( "\n" ); document.write( "Eg- 4^1/2 = 4's square root(2nd root) = +/- 2\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "So in U'r problem \r \n" ); document.write( "\n" ); document.write( " 12^(1/2)= (4*3)^(1/2)= 2(3)^(1/2)=+ or -2*1.732...= + or - 3.464..... \n" ); document.write( " |