I want to calculate average hours worked from below bar graph and following this method but I feel this method is not correct to find average working hours
Procedure A:
( 4*1+4*2 +6*3+7*4 + 13*5 +8*6 ) /(1+2+3+4+5+6)sum of worked hours average= 171/21 = 8.14 procedure B:
average= ( 4+4+6+7+13+8)/6( total green bar counts) average= 42/6= 7 Can anyone suggest which one is correct way to find average working hours ??