1

I am creating a formula in Excel to convert 1-5 Grading Scale to 1-100 Grading System Suppose that I have the following table:

97-100 = 1.00 94 - 96 = 1.25 91-93 = 1.50 88-90 = 1.75 85-87 = 2.00 82-84 = 2.25 79-81 = 2.50 76-78 = 2.75 75 = 3.00

My problem is this: What if the grade is 1.47, what will be the exact numerical equivalent from 91-93? And how do I compute it?

Gerry Myerson
  • 179,216
  • Why not make them scaleable? That is a $1\mapsto 20$ and a $1.47\mapsto 20\cdot 1.47$? I know you were using $1$ as the high value but by inverting your scale and scaling it will be simple. – dustin Jan 29 '15 at 03:37
  • 5-point grading system is used here. So i wont be able to change it to 1-20. – Jayson Tamayo Jan 29 '15 at 03:41
  • @dustin it seems that $1$ is the best score possible, and $5$ is the worst score possible. If you were to try to scale it via a continuous line, it should be $y\mapsto (5-y)\cdot 25$. Like this you have $1\mapsto (5-1)\cdot 25 = 4\cdot 25 = 100$ and $5\mapsto (5-5)\cdot 25 = 0$. You will have then $1.47\mapsto (5-1.47)\cdot 25 = 88.5$. This however does not match the given values, so there must be some curving going on, or the map might not be linear. – JMoravitz Jan 29 '15 at 03:48
  • You wouldn't be changing it to a 1-20 system. In my example, $5\mapsto 100$. – dustin Jan 29 '15 at 03:49
  • @JMoravitz I mentioned the inversion of the system in my comment to make it easier so 1 is low and 5 is high. I was just making suggestion if they have leeway with the system. – dustin Jan 29 '15 at 03:50
  • @JaysonTamayo In regards to your earlier comment replying to dustin, it seems you might have misunderstood notation used, so I will define it here. The symbol $\mapsto$ (typed as \mapsto) means that if we plug in the value on the left, we get a result of the value on the right. In my comment above, I mean to say $1.47\mapsto 88.5$ meaning that if you want to convert $1.47$ from the 1-5 grading scale to the 0-100 grading scale, you will get back an answer of $88.5$. The $1\mapsto 20$ that he mentioned earlier was not trying to say we change the range of answers, but to give an example result – JMoravitz Jan 29 '15 at 04:00
  • @JMoravitz Thanks for the explanation. I get it now. – Jayson Tamayo Jan 29 '15 at 04:50
  • Posted to (but closed on) MO, http://mathoverflow.net/questions/195145/convert-1-5-grading-scale-to-1-100-grading-system – Gerry Myerson Jan 29 '15 at 14:58

3 Answers3

1

It looks like very decrease of 3 points on the 1-100 scale gives an increase of .25 on the 1-5 scale. For example, going from 94-96 to 91-93 (a decrease of 3) makes you go from 1.25 to 1.50 (an increase of .25).

Turning this around, an increase of .25 on the 2nd scale is a decrease of 3 on the 1st scale. Multiply by 4; an increase of 1 on the 2nd scale is a decrease of 12 on the 1st scale. Divide by 100; an increase of .01 on the second scale is a decrease of .12 on the first. Multiply by minus 3; a decrease of .03 on the 2nd scale is an increase of .36 on the 1st.

So, if you know what 1.50 on the 2nd scale corresponds to on the first, then you just add .36 to get what 1.47 on the 2nd scale corresponds to on the 1st.

Gerry Myerson
  • 179,216
1

This is an answer based more on intution. Hopefully, it will be easier to understand.
You can multiply the score in the ratio of their respective range.
So, since the ratio will be $\frac{100}{5}=20$.
Let $S_5$ and $S_{100}$ be the respective scores.
Therefore,
$$S_{100}=S_5 \times 20$$
However, I included $0$ here. For no $0$ values, we essentially have to convert a $0$ to $4$ scale to $0$ to $99$.
We can do this by
$$S_{100}=(S_5-1)\times\frac{99}{4}+1$$
Now you can just plug in the values to find whatever you like.

AvZ
  • 1,691
  • 1
  • 11
  • 24
0

I'm not quite sure I understand. What it seems to me is that you have defined a function in the following way:

$$f: \{75,76,77,\dots,99,100\}\to \{1,1.25,1.5,\dots,2.75,3.0\} $$

$$f(x) = \begin{cases} 1~~~~~~~~~~~97\leq x\leq 100 \\1.25~~~~~~94\leq x\leq 96\\ 1.5~~~~~~~~91\leq x\leq 93\\ \vdots \\ 3~~~~~~~~~~~~x=75\end{cases}$$

As I understand, if you want to convert a score of $92$ from the grading scale out of 100 to the grading scale out of 5, it falls under the third case above, and $92\mapsto 1.5$.

Note a few things however: not only does $92\mapsto 1.5$, but also $93\mapsto 1.5$ as well as $91\mapsto 1.5$, a property we call "not being one-to-one". In particular it means that $f^{-1}$ will not be a function. That is to say, if we wanted to convert the number $1.5$ from the grading scale out of 5 to the grading scale out of 100, what number should it get? Should $1.5\mapsto \begin{cases}91?\\92?\\93?\end{cases}$.

Furthermore, the value of $1.47$ does not appear in the range of $f$, so $f^{-1}(1.47)$ is not even defined.


Assuming you are willing to smooth the inverse function out by extending the domain (making it everywhere defined) and provide rules such as "if result is ambiguous, always go with the higher value" (making it well defined).

An example would be

$$f_*^{-1}(y) = \begin{cases} 100~~~~~~~~~~~1\leq y< 1.25 \\96~~~~~~~~~~~~~1.25\leq y < 1.5\\ 93~~~~~~~~~~~~~1.5\leq y<1.75\\ \vdots \\ 75~~~~~~~~~~~~~~y=3\end{cases}$$

Using this $f_*^{-1}$ (which is now a function) instead of $f^{-1}$ (which was not), we have that $f_*^{-1}(1.47) = 96$


One final note, perhaps an alternative approach would be to change the original $f$ so that $f$ would be one-to-one by making it so that it would map to a continuous line instead of a staircase function.

JMoravitz
  • 79,518
  • I'm no good in Math. If I want to convert 1.47 to 1-100-point scale, then it should be something like 93.50 or something. – Jayson Tamayo Jan 29 '15 at 03:48