document.write( "Question 1035504: Find the sum
\n" );
document.write( "a + (a + 1) + (a + 2) + ... + (a + n - 1)
\n" );
document.write( "in terms of a and n.\r
\n" );
document.write( "\n" );
document.write( "Part (b): Find all pairs of positive integers (a,n) such that n>=2 and
\n" );
document.write( "a + (a + 1) + (a + 2) + ... + (a + n - 1) = 100.\r
\n" );
document.write( "\n" );
document.write( "note: >= means greater than or equal to. \n" );
document.write( "
Algebra.Com's Answer #650167 by ikleyn(52786)![]() ![]() You can put this solution on YOUR website! . \n" ); document.write( "Find the sum \n" ); document.write( "a + (a + 1) + (a + 2) + ... + (a + n - 1) \n" ); document.write( "in terms of a and n.\r \n" ); document.write( "\n" ); document.write( "Part (b): Find all pairs of positive integers (a,n) such that n>=2 and \n" ); document.write( "a + (a + 1) + (a + 2) + ... + (a + n - 1) = 100.\r \n" ); document.write( "\n" ); document.write( "note: >= means greater than or equal to. \n" ); document.write( "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Learn about Arithmetic progressions and about the formula for the sum of arithmetic progression, \n" ); document.write( "for example, from this lesson Arithmetic progressions.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Then apply it to your arithmetic progression.\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |