Given a number X, divide it by 195 to give a quotient whose integer part is Q and the remainder is R.That is X/195 = Q with remainder R
Then if R < 97.5 then the rounded value is 195*Q
and if R > 97.5 then the rounded value is 195*(Q + 1).
Chat with our AI personalities