document.write( "Question 914653: A proper divisor of a positive integer is a positive integral divisor other than 1 and itself. A positive integer greater than 1 is a sweet # if the product of its distinct proper divisors is equal to the # itself. List the 10 smallest sweet numbers. \n" ); document.write( "
Algebra.Com's Answer #555217 by richard1234(7193)![]() ![]() You can put this solution on YOUR website! Suppose the proper divisors of n are \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "First 10 sweet numbers: 6, 8, 10, 14, 15, 21, 22, 26, 27, 33 \n" ); document.write( " |