Question 991096
You have:
{{{ 9/45= .2 }}}
{{{ .2*100 = 20 }}}
20%
---------------
{{{ 1/45 = .02222 }}}
{{{ .02222*100 = 2.222 }}}
2.222%
---------------
2.222% again
---------------
{{{ 17/45 = .37777 }}}
{{{ .37777*100 = 37.777 }}}
37.777%
---------------
37.777% again
===================
check:
{{{ 20 + 2.222 + 2.222 + 37.777 + 37.777 = 99.998 }}}
error due to rounding off
OK