document.write( "Question 482499: So I know this should be extremely easy, but for some reason I am brain dead. Simple question, need to know how to solve. \r
\n" );
document.write( "\n" );
document.write( "Find the arithmetic sum 2+5+8+...+101.\r
\n" );
document.write( "\n" );
document.write( "Thanks!\r
\n" );
document.write( "\n" );
document.write( "Jessica \n" );
document.write( "
Algebra.Com's Answer #330311 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the arithmetic sum 2+5+8+...+101. \n" ); document.write( "---- \n" ); document.write( "a(1) = 2 \n" ); document.write( "d = 3 \n" ); document.write( "-- \n" ); document.write( "Find the number of the term that equals 101: \n" ); document.write( "2 + (n-1)3 = 101 \n" ); document.write( "3n-3 = 99 \n" ); document.write( "3n = 102 \n" ); document.write( "n = 34 \n" ); document.write( "---- \n" ); document.write( "Find the sum: \n" ); document.write( "S(n) = (n/2)(1st + last) \n" ); document.write( "S(34) = 17(2+101) \n" ); document.write( "S(34) = 17(103) = 1751 \n" ); document.write( "========================== \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |