document.write( "Question 1118682: What is the smallest positive that has 7 positive divisors? \n" ); document.write( "
Algebra.Com's Answer #734067 by addingup(3677)\"\" \"About 
You can put this solution on YOUR website!
Make a table with three columns and plug in numbers until you get to a number with 7 divisors, like this:
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\n" ); document.write( "Number - - List of divisors - - Number of divisors per number
\n" ); document.write( "------ . . ---------------- . . -------------------------
\n" ); document.write( "1 . . . . . . . 1 . . . . . . . . . . .1
\n" ); document.write( "2 . . . . . . . 2 . . . . . . . . . . . 1, 2
\n" ); document.write( "3 . . . . . . . 2 . . . . . . . . . . . 1, 3
\n" ); document.write( "4 . . . . . . . 3 . . . . . . . . . . . 1, 2, 4
\n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
\n" ); document.write( "This is a wonderful exercise for you in learning the divisors and number of divisors for each number. Finding the LCD is one example of the practical application of this exercise.
\n" ); document.write( "
\n" );