Please help me solve this...
\n" );
document.write( "write the following in summation notation
\n" );
document.write( "1+6+13+22...
\n" );
document.write( "\r\n" );
document.write( "I assume you want it in the form
\r\n" );
document.write( "\r\n" );
document.write( "First we find the general term by assuming its general term\r\n" );
document.write( "can be expressed as a polynomial. To find the smallest\r\n" );
document.write( "possible degree it can have we write the four given numbers in\r\n" );
document.write( "a line like this\r\n" );
document.write( "\r\n" );
document.write( "1 6 13 22 \r\n" );
document.write( "\r\n" );
document.write( "Then we find a line of differences by subtracting each number \r\n" );
document.write( "from the one just to the right of it and writing the difference \r\n" );
document.write( "between and below the numbers subtracted, like this:\r\n" );
document.write( "\r\n" );
document.write( "1 6 13 22\r\n" );
document.write( " 5 7 9\r\n" );
document.write( "\r\n" );
document.write( "5, 7, and 9 are not all the same number, so we do the same to \r\n" );
document.write( "the bottom line:\r\n" );
document.write( "\r\n" );
document.write( "1 6 13 22\r\n" );
document.write( " 5 7 9\r\n" );
document.write( " 2 2\r\n" );
document.write( "\r\n" );
document.write( "Those are the same, since they are both 2's. Since it requires 2 lines\r\n" );
document.write( "of differences to get them all to be the same number, we assume the general\r\n" );
document.write( "term is a polynomial of degree 2:\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "We substitute n=1,2, and 3\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "We solve that system and get\r\n" );
document.write( "\r\n" );
document.write( "
,
, and
\r\n" );
document.write( "\r\n" );
document.write( "So,\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "So we write:\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "Note: The series could also be written in the form:\r\n" );
document.write( "\r\n" );
document.write( "
\r\n" );
document.write( "\r\n" );
document.write( "where the index (or \"dummy variable\") n starts at 0. Then the\r\n" );
document.write( "system of equations would be easier to solve. But I am guessing \r\n" );
document.write( "that your teacher probably wanted the summation index to start at\r\n" );
document.write( "1, not 0.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\n" );
document.write( " \n" );
document.write( "