document.write( "Question 346277: how do i evaluate the expression 5x3 to the negative 3rd power? \n" ); document.write( "
Algebra.Com's Answer #247646 by jsmallt9(3758)![]() ![]() ![]() You can put this solution on YOUR website! I think you mean \"How do I simplify...\". Evaluating is when you replace one or more variables with numbers and then simplify. There are no variables in your expression. \n" ); document.write( " \n" ); document.write( "Accorsing to the order of operations (aka PEMDAS), we should simplify exponents before mutiplying. In order to raise 3 to the -3 power we need to remember what a negative exponent means. A negative exponent means a reciprocal. In general: \n" ); document.write( " \n" ); document.write( "So 3^(-3) = 1/3^3 = 1/3*3*3 = 1/27. So we can replace \n" ); document.write( " \n" ); document.write( "Now we can multiply: \n" ); document.write( " \n" ); document.write( "And we're finished. \n" ); document.write( " |