document.write( "Question 1202122: On a string of pearls, the largest pearl is in the center and the smallest pearls are on the
\n" );
document.write( "ends. Each of the small pearls on the two ends costs $1; each of the next larger pearls costs
\n" );
document.write( "$2 each; the third pearl from each end costs $3 each; and so on. On the basis of this plan,
\n" );
document.write( "how much would a string of 9 pearls cost? 12? 25? n? what equation can be used to find the cost of any number of pearls? \n" );
document.write( "
Algebra.Com's Answer #836764 by mananth(16946)![]() ![]() You can put this solution on YOUR website! 1,2,3,4,5,4,3,2,1 \n" ); document.write( "Since the number of pearlsare small it is easy to sum the cost for the string. 25\r \n" ); document.write( "\n" ); document.write( "There are twosequences\r \n" ); document.write( "\n" ); document.write( "1to 5 increasing by 1\r \n" ); document.write( "\n" ); document.write( "6to 9 decreasing by 1\r \n" ); document.write( "\n" ); document.write( "Sn = n/2 (a+l) ( arithmetic sequence) Sum of n terms \n" ); document.write( "a=1 l=5 n=5\r \n" ); document.write( "\n" ); document.write( "5/2(1+5) =15\r \n" ); document.write( "\n" ); document.write( "Now the other part\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "4/2(4+1)= 10\r \n" ); document.write( "\n" ); document.write( "10+15=25 \n" ); document.write( " |