document.write( "Question 148490This question is from textbook
\n" ); document.write( ": Why is 3x^0 = 3 and (3x)^0 = 1. \n" ); document.write( "
Algebra.Com's Answer #108819 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
\"3x%5E0+=+3\" since \"x%5E0=1\" for any x where \"x%3C%3E0\". So \"3x%5E0+=+3\" becomes \"3%281%29+=+3\" and then finally is \"3=3\". Remember, anything to the zeroth power is 1. This applies to \"%283x%29%5E0\" also. The only difference between \"3x%5E0+=+3\" and \"%283x%29%5E0=1\" is the use of parenthesis. \n" ); document.write( "
\n" );