document.write( "Question 850798: Dante is making a necklace with 18 rows of tiny beads in which the number of beads per row is given by the series 3 + 10 + 17 + 24 + ....
\n" );
document.write( "A) use summation notation to write the series. Explain what the numbers in the summation notation represent in this situation and how you found the expression used in the summation.
\n" );
document.write( "B) find the total number of beads in the necklace. Explain your method for finding the total number of beads. \n" );
document.write( "
Algebra.Com's Answer #512733 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! a) \n" ); document.write( "an = a1 + (n - 1)d \n" ); document.write( "Sn=1/2(a1+an)n \n" ); document.write( "S = ½(2a1 + d(n-1))n \n" ); document.write( "b) \n" ); document.write( "S = ½(23 + 7(17))18 \n" ); document.write( "S = 1278 \n" ); document.write( " \n" ); document.write( " |