document.write( "Question 153537: how to write a power as a product of the same factor? \n" ); document.write( "
Algebra.Com's Answer #113015 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
\"a%5E1=a\" :Exponent is 1, multiplied once.
\n" ); document.write( "\"a%5E2=a%2Aa\" :Exponent is 2, multiplied 2 times.
\n" ); document.write( "\"a%5E3=a%2Aa%2Aa\":Exponent is 3, multiplied 3 times.
\n" ); document.write( "\"a%5E4=a%2Aa%2Aa%2Aa\":Exponent is 4, multiplied 4 times.
\n" ); document.write( "\"a%5E5=a%2Aa%2Aa%2Aa%2Aa\":Exponent is 5, multiplied 5 times, and so on.
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( ".
\n" ); document.write( "The exponent in the expression signifies how many times the factor is multiplied with itself.
\n" ); document.write( "
\n" );