document.write( "Question 697585: Solve for x: 4^(-2)*4^(x+1)*4^(3)=4^(5) \n" ); document.write( "
Algebra.Com's Answer #430122 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Solve for x: \n" ); document.write( "all have the same base (4), so we can ignore that; \n" ); document.write( "multiply means add the exponents, write it as: \n" ); document.write( "-2 + (x+1) + 3 = 5 \n" ); document.write( "x + 2 = 5 \n" ); document.write( "x = 5 - 2 \n" ); document.write( "x = 3 \n" ); document.write( " |