document.write( "Question 955596: What is the smallest positive integer with at least 100 positive integral factors? \n" ); document.write( "
Algebra.Com's Answer #802148 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! If a, b, c etc are unique primes, then the number has (a+1)(b+1)(c+1)... factors.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "100 = 2^2 * 5^2 = (1+1)(4+1)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Pick the smallest primes: 2^4 * 3^4 * 5 * 7 = 45,360 \n" ); document.write( " |