+0  
 
0
387
1
avatar

I have a collection of times in minutes, seconds and miliseconds and I want to average them. How do I do this?

 Mar 30, 2016
 #1
avatar
0

Put everything in the same unit (seconds or minutes), then get the avarage by adding everything and then dividing the result by the amount of numbers that you added. Example: 2:45 min, 58 sec, 78 sec, 0:32 min.

2:45 min = 60sec + 60sec + 45sec = 160sec. 58sec. 78sec. 0:32 min = 32 sec.

Now we get the avarage... 160+58+78+32 = 82

                                                      4(4 because that's the amount of numbers added)

The avarage is 82 seconds. Wich is 82/60 = 1.36 minutes aprox.

Hope this helps!

 Mar 30, 2016

3 Online Users

avatar
avatar