document.write( "Question 550111: What is the sum of all positive integer values of n such (n+20)/n is an integer ? \n" ); document.write( "
Algebra.Com's Answer #358460 by jim_thompson5910(35256)\"\" \"About 
You can put this solution on YOUR website!
Hint: Since (n+20)/n = n/n + 20/n = 1 + 20/n, this means that (n+20)/n is only an integer if n is a factor of 20. \n" ); document.write( "
\n" );