document.write( "Question 310901: Multiplication problem to be solved\r
\n" );
document.write( "\n" );
document.write( "4x^2 * 4x^3 = ?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #222357 by mananth(16949) You can put this solution on YOUR website! 4x^2 * 4x^3\r \n" ); document.write( "\n" ); document.write( "This is actually\r \n" ); document.write( "\n" ); document.write( "4*x*x*4*x*x*x\r \n" ); document.write( "\n" ); document.write( "x is multiplied 5 times = x^5 \n" ); document.write( "4*4 = 16 \n" ); document.write( "Answer = 16 x^5 \n" ); document.write( "..\r \n" ); document.write( "\n" ); document.write( "By following the indices rule \n" ); document.write( "you have to multiply the co-efficients and add the indices of the same terms\r \n" ); document.write( "\n" ); document.write( "= 16x^(2+3) \n" ); document.write( "16^5 \n" ); document.write( " |