document.write( "Question 849538: The sum of the composite numbers between 20 and 30,minus the sum of the prime numbers less than 20.(show all calculations) \n" ); document.write( "
Algebra.Com's Answer #511604 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! The sum of the composite numbers between 20 and 30,minus the sum of the prime numbers less than 20.(show all calculations) \n" ); document.write( "------- \n" ); document.write( "composite numbers between 20 and 30:: 21,22,24,25,26,27,28 \n" ); document.write( "--- \n" ); document.write( "sum of those = 173 \n" ); document.write( "---- \n" ); document.write( "prime number < 20: 19,17,13,11,7,5,3 \n" ); document.write( "sum of those = 75 \n" ); document.write( "----- \n" ); document.write( "Ans: difference = 173-75 = 98 \n" ); document.write( "---------------------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |