Okay, why does doing an

average = (x / y) 'where x = 500 and y = 3
average = 167 'should equal 166.6666

how can i make it return the 166 and then strip the decimal?