document.write( "Question 1105091: ( This might seem long but I tried to show what I did, and where I'm lost at.)\r
\n" );
document.write( "\n" );
document.write( "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+... \r
\n" );
document.write( "\n" );
document.write( "a). If you were to write this series in summation notation, give...
\n" );
document.write( "i. the lower limit of the sum
\n" );
document.write( "ii. the upper limit of the sum
\n" );
document.write( "iii. the explicit formula of the sum\r
\n" );
document.write( "\n" );
document.write( "b). Find the total number of beads in the necklace. Explain your method for finding the total number of beads. \r
\n" );
document.write( "\n" );
document.write( "Me:
\n" );
document.write( "I tried to get this one ( Σ to answer for this question.) but I'm lost really, I do know that...
\n" );
document.write( "a.i.
\n" );
document.write( "18
\n" );
document.write( " Σ
\n" );
document.write( " n+7
\n" );
document.write( "and that's kinda it. I'm not really good when it comes to these types of math, but I want to get better at it. Could you please explain it to me? Thanks in advance! ^>^ \n" );
document.write( "
Algebra.Com's Answer #719829 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! Look at the initial value 3. \n" ); document.write( "To that, when n=0, 3+n=3 for the first value. \n" ); document.write( "Every value after that goes up 7 \n" ); document.write( "So (3+7(0))+(3+7(1))+(3+7(2)) is the pattern. \n" ); document.write( "So it is the sum of n=0 to 17 (that is 18 unique rows) of 3+7n. \n" ); document.write( "Need to know a18, the 18th and final sum. That is 3+7(17)=122, the first row +the increase each row* the number of rows minus 1 \n" ); document.write( "Sum=(n/2)(a1+an)=(18/2)(3+122)=9*(125)=1125 \n" ); document.write( "3,10,17,24,31,38,45,52,59,66,73,80,87,94,101,108,115,122=1125 \n" ); document.write( " \n" ); document.write( " |