document.write( "Question 65869: find the sum of the first 400 whole numbers \n" ); document.write( "
Algebra.Com's Answer #46632 by Nate(3500)![]() ![]() ![]() You can put this solution on YOUR website! Whole Numbers = 0,1,2,3,4,5,6,7.... \n" ); document.write( "Use Sum of Arithmetic: \n" ); document.write( "Sum = n(t0 + t1)/2 \n" ); document.write( "n = 400 \n" ); document.write( "t0 = 0 \n" ); document.write( "t1 = 0 + 399*1 = 399 \n" ); document.write( "Sum = 400(0 + 399)/2 = 200(399) = 79,800 \n" ); document.write( " |