document.write( "Question 1024400: If p is a prime number which isn't 7, determine the sum of the divisors of 7p. Express your answer in terms of p. \n" ); document.write( "
Algebra.Com's Answer #639886 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
If p is a prime number different from 7, then the divisors are 1, 7, p, and 7p.\r
\n" ); document.write( "\n" ); document.write( "The sum is 1 + 7 + p + 7p = 8p + 8.
\n" ); document.write( "
\n" );