document.write( "Question 635172: How do you take a negative fraction to a negative power? Ex.) -2/3 to the -3 power \n" ); document.write( "
Algebra.Com's Answer #400175 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! How do you take a negative fraction to a negative power? Ex.) -2/3 to the -3 power \n" ); document.write( "It depends on how you write it. \n" ); document.write( "If you write it this way: \n" ); document.write( "(-2/3)^-3 \n" ); document.write( "=1/(-2/3)^3 \n" ); document.write( "=1/-8/27 \n" ); document.write( "=-27/8 \n" ); document.write( ".. \n" ); document.write( "If you write it this way: \n" ); document.write( "-(2/3)^-3 \n" ); document.write( "=-1/(-2/3)^3 \n" ); document.write( "=-1/-8/27 \n" ); document.write( "=27/8 \n" ); document.write( " |