Mapping from /50 to /6 scale:

  • 0/50 --> 1/6
  • 24/50 --> 4/6
  • 35/50 --> 5/6
  • 45/50 --> 6/6
In between these 4 levels, the scale is linear, i.e.,
if x is the grade out of 50, and y is the grade out of 6:
  • 0<x<24, y = 3x/24 + 1
  • 24<x<35, y = (x-24) /11 + 4
  • 35<x<45, y = (x-35)/10 + 5

Last modified: Tuesday, 21 December 2021, 22:51