document.write( "Question 1110216: Given the sequence 3;6;9;....;60.\r
\n" );
document.write( "\n" );
document.write( "a)Determine the sum of all the natural numbers from 1 to 60 which are not multiples of 3.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #725234 by math_helper(2461)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "The key to solve this is to recall that Sum(1,2,…, N) = N*(N+1)/2\r \n" ); document.write( "\n" ); document.write( "Sum(3,6,9,…,60) = 3*Sum(1,2,3,…,20) = 3*(20*21/2) = 630 \n" ); document.write( "Sum(1,2,3,…,60) = 61*60/2 = 1830\r \n" ); document.write( "\n" ); document.write( "Sum of natural numbers which are not multiples of 3: 1830-630 = |