document.write( "Question 850848: The patterns array problem
\n" ); document.write( " 1
\n" ); document.write( " 2 3 4
\n" ); document.write( " 5 6 7 8 9
\n" ); document.write( " 10 11 12 13 14 15 16
\n" ); document.write( " 17 18 19 20 21 22 23 24 25\r
\n" ); document.write( "\n" ); document.write( "What patterns can be found in the array? Explain you thinking in responding to the following questions. Do not just provide an answer.\r
\n" ); document.write( "\n" ); document.write( "a. What is the first term of the nth row? The last term of the nth row?\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "b. What is the sum of ALL the terms in the first n rows?\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "c. What is the total number of terms in the first n rows?
\n" ); document.write( "

Algebra.Com's Answer #514613 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
c) 1,3,5,7,9
\n" ); document.write( "a = 1 + 2(n - 1)
\n" ); document.write( "an=1+2n-2
\n" ); document.write( "an=2n-1\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );