document.write( "Question 95690: 1.how do i write the exponets of
\n" ); document.write( "x*x*y*y*y?
\n" ); document.write( "is it x2 y3?
\n" ); document.write( "2.how do i write the exponets of
\n" ); document.write( "a/b*a/b*c/d*c/d*c/d?
\n" ); document.write( "

Algebra.Com's Answer #69704 by checkley71(8403)\"\" \"About 
You can put this solution on YOUR website!
x*x*y*y*y=x^2y^3 Correct!
\n" ); document.write( "a/b*a/b*c/d*c/d*c/d=(a/b)^2(c/d)^3 This is exactly the same problem as the x*y problem only with fractions. Don't let fractions confuse you. Treat them like any other term or number.
\n" ); document.write( "
\n" );