SOLUTION: 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. solve using arithmetic series

Algebra ->  Customizable Word Problem Solvers  -> Travel -> SOLUTION: 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. solve using arithmetic series       Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 1114307: 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.
solve using arithmetic series

Answer by Edwin McCravy(20054) About Me  (Show Source):
You can put this solution on YOUR website!

12+1+2+3+4+5+6+7+8+9+10+11+12+1+2+3+4+5+6+7+8+9+10+11

That's the same as the sum of the sequence of consecutive
integers 1 through 12 multiplied by 2

S%5Bn%5D=expr%28n%2F2%29%28a%5B1%5D%2Ba%5Bn%5D%29

n=12, a1 = 1, an = a12 = 12:

S%5B12%5D=expr%2812%2F2%29%281%2B12%29

S%5B12%5D=expr%286%29%2813%29=78

78 times in the AM and 78 times in the PM, or 2×78 = 156 times a day.

Edwin