document.write( "Question 987822: What is the smallest positive integer that has exactly 7 positive divisors? \n" ); document.write( "
Algebra.Com's Answer #608537 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Let's make a table. The first column represents the number X. For example in row 8, we have X = 8. We're finding the divisors of the number X = 8. The same applies for the other rows as well. \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The second column represents the number of divisors (eg: the number 7 has 2 divisors, so a 2 will go in the second column in row 7). \r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "The third column represents the actual list of divisors so you can count yourself to check the value in the second column.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "We'll stop once we have the second column have a \"7\" in it\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Things to notice \n" ); document.write( "1) The prime numbers only have 2 divisors. This is always true because that's what a prime number is: a number divisible by itself and 1 (and no other number). \n" ); document.write( "2) The perfect squares have an odd number of divisors while any other number has an even number of divisors. So because we want 7 divisors, this means that we could restrict ourselves to just looking at the perfect squares. It makes a much nicer table that is smaller\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "
\n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "From either table, we see that the number 64 is the smallest positive integer that has exactly 7 positive divisors (or factors). Those divisors are 1,2,4,8,16,32,64\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "-------------------------------------------------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "If you need more help, or if you have any questions about the problem, feel free to email me at jim_thompson5910@hotmail.com \n" ); document.write( " \n" ); document.write( " |