document.write( "Question 829244: If a and b are different prime numbers how many factors does (a^3b^5)^4 have? \n" ); document.write( "
Algebra.Com's Answer #499957 by Edwin McCravy(20060)\"\" \"About 
You can put this solution on YOUR website!
\r\n" );
document.write( "\"%28a%5E3b%5E5%29%5E4\"\"%22%22=%22%22\"\"a%5E12b%5E20\"\r\n" );
document.write( "\r\n" );
document.write( "Every factor will be of the form \r\n" );
document.write( "\r\n" );
document.write( "\"a%5Em%2Ab%5En\" where m=0,1,2,...,12 and n=0,1,2,...,20\r\n" );
document.write( "\r\n" );
document.write( "For each of the 13 exponents we can choose for m,\r\n" );
document.write( "there are 21 exponents we can choose for n.\r\n" );
document.write( "\r\n" );
document.write( "Answer 13×21 = 273 factors\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" ); document.write( "
\n" );