document.write( "Question 1210186: Find the number of positive integers that are divisors of at least one of 6^{6}, 10^{10}, 15^{15}, and 30^{30}.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #851545 by greenestamps(13200)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "Note that 6^6, 10^10, and 15^15 are all factors of 30^30. It is therefore only necessary to find the number of positive integers that are factors of 30^30. \n" ); document.write( "The standard method for determining the number of factors of a given integer N is \n" ); document.write( "(1) find the prime factorization of N; \n" ); document.write( "(2) add 1 to each exponent in the prime factorization; and \n" ); document.write( "(3) multiply the numbers from step (2) \n" ); document.write( "The prime factorization of 30 is 2*3*5, so the prime factorization of 30^30 is (2^30)(3^30)(5^30). \n" ); document.write( "The number of factors of 30^30 is (30+1)(30+1)(30+1) = 31^3 = 29791 \n" ); document.write( "ANSWER: 29791 \n" ); document.write( " \n" ); document.write( " |