document.write( "Question 30006: How do u factor polynomials such as;
\n" ); document.write( "(6m cubed multiplied by n cubed)+(3m cubed multiplied by n squared)+(m squared multiplied by n squared)
\n" ); document.write( "

Algebra.Com's Answer #16752 by Cintchr(481)\"\" \"About 
You can put this solution on YOUR website!
\"+6m%5E3n%5E3%2B3m%5E3n%5E2%2B1m%5E2n%5E2+\" since there is not a number in each part, we will move to the 'm'
\n" ); document.write( "\"+6highlight%28m%5E3%29n%5E3%2B3highlight%28m%5E3%29n%5E2%2B1highlight%28m%5E2%29n%5E2+\" the most we can pull out of all parts is \"m%5E2\"
\n" ); document.write( "\"+%28m%5E2%29%286mn%5E3%2B3mn%5E2%2B1n%5E2%29+\"
\n" ); document.write( " next the 'n'
\n" ); document.write( "\"+%28m%5E2n%5E2%29%286mn%2B3m%2B1%29+\" that is it for this one.
\n" ); document.write( "
\n" );