document.write( "Question 1160066: The nth term t(n),of a sequence is giving by t(n)=p+nq,where p and q are constants.find the sum of the first 6 terms in terms of p and q. \n" ); document.write( "
Algebra.Com's Answer #783256 by Edwin McCravy(20056)![]() ![]() You can put this solution on YOUR website! The nth term t(n),of a sequence is giving by t(n)=p+nq,where p and q are \n" ); document.write( "constants.find the sum of the first 6 terms in terms of p and q. \n" ); document.write( " \r\n" ); document.write( "t(n)=p+nq\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "t(1) = p + 1q\r\n" ); document.write( "t(2) = p + 2q\r\n" ); document.write( "t(3) = p + 3q\r\n" ); document.write( "t(4) = p + 4q\r\n" ); document.write( "t(5) = p + 5q\r\n" ); document.write( "t(6) = p + 6q\r\n" ); document.write( "--------------\r\n" ); document.write( " sum = 6p + 21q\r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |