document.write( "Question 1114383: a clock strikes once at 1 o' clock, twice at 2 o' clock, three times at 3 o' clock, and so on. how many times during the day does the clock strike.
\n" );
document.write( "solve using arithmetic series \n" );
document.write( "
Algebra.Com's Answer #729334 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! a clock strikes once at 1 o' clock, twice at 2 o' clock, three times at 3 o' clock, and so on. how many times during the day does the clock strike. \n" ); document.write( "solve using arithmetic series \n" ); document.write( "--- \n" ); document.write( "S = 1+2+3+...+12 \n" ); document.write( "---- \n" ); document.write( "S = (12/2)(1+12) \n" ); document.write( "S = 6*13 \n" ); document.write( "S = 78 \n" ); document.write( "--------------------- \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "-------------- \n" ); document.write( " |