document.write( "Question 938352: Please help me to solve this question: Find the difference between the sum of all prime numbers from 10 to 20 and the sum of all prime numbers from 40 to 50 \n" ); document.write( "
Algebra.Com's Answer #571605 by Fombitz(32388)\"\" \"About 
You can put this solution on YOUR website!
Primes from 10 to 20 : 11,13,17,19
\n" ); document.write( "Sum of primes from 10 to 20 : \"11%2B13%2B17%2B19=60\"
\n" ); document.write( "Primes from 40 to 50 : 41,43,47
\n" ); document.write( "Sum of primes from 40 to 50 : \"41%2B43%2B47=131\"
\n" ); document.write( "Difference : \"131-60=highlight%2871%29\"
\n" ); document.write( "
\n" );