document.write( "Question 640120: How do you write the product of x times y times x times y times x times x times x using exponents? \n" ); document.write( "
Algebra.Com's Answer #403024 by josh_jordan(263)\"\" \"About 
You can put this solution on YOUR website!
The product of x times y times x times y times x times x times x using exponents:\r
\n" ); document.write( "\n" ); document.write( "Count the number of x's you have in the problem. The number of x's you have would be the exponent of x. In this problem, there are 5 x's, so \"x%5E5\"\r
\n" ); document.write( "\n" ); document.write( "Now, count the number of y's in the problem. There are 2 y's. So, \"y%5E2\"\r
\n" ); document.write( "\n" ); document.write( "Now put these two expressions together with a multiplication symbol in the middle to give you your answer:\r
\n" ); document.write( "\n" ); document.write( "\"x%5E5%2Ay%5E2\"
\n" ); document.write( "
\n" );