document.write( "Question 1168361: (a) Compute the sum:101^2 - 97^2 + 93^2 - 89^2 + ...+ 5^2 - 1^2.
\n" );
document.write( "(b)
\n" );
document.write( "Compute the sum (a +(2n+1)d)^2- (a + (2n)d)^2 +(a + (2n-1)d)^2 - (a+(2n-2)d)^2 + ... + (a+d)^2 - a^2.
\n" );
document.write( "Can you please explain in detail? \n" );
document.write( "
Algebra.Com's Answer #792953 by ikleyn(52794)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "Compute the sum: 101^2 - 97^2 + 93^2 - 89^2 + ...+ 5^2 - 1^2. \n" ); document.write( "~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "SUM = 101^2 - 97^2 + 93^2 - 89^2 + ...+ 5^2 - 1^2 = group the term in pairs =\r\n" ); document.write( "\r\n" ); document.write( " 101^2 - 97^2 +\r\n" ); document.write( "\r\n" ); document.write( " + 93^2 - 89^2 + \r\n" ); document.write( "\r\n" ); document.write( " + 85^2 - 81^2 +\r\n" ); document.write( "\r\n" ); document.write( " . . . . . . . . . . .\r\n" ); document.write( "\r\n" ); document.write( " + 5^2 - 1^2.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "To each pair (= to each short line) apply the identity a^2 - b^2 = (a+b)*(a-b).\r\n" ); document.write( "\r\n" ); document.write( "Notice that the second factor in the right side of this identity is always equal to 4.\r\n" ); document.write( "\r\n" ); document.write( "Therefore, you get\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "SUM = 4*((101+97) + (93+89) + (85+81) + . . . + (5+1)) = \r\n" ); document.write( "\r\n" ); document.write( " = 4*( 101+97 + 93+89 + 85+81 + . . . + 5+1 )\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The sum in parentheses is the sum of the arithmetic progression with the first term of 1, the common difference of 4\r\n" ); document.write( "and the last term of 101.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "The number of terms in this progression is\r \n" ); document.write( "\n" ); document.write( "Solved.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "----------------\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Regarding the other problem, I think that the same idea works there, too.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |