How to calculate a Mod b in Casio fx-991ES calculator

前端 未结 11 1295
情歌与酒
情歌与酒 2021-01-29 22:17

Does anyone know how to calculate a Mod b in Casio fx-991ES Calculator. Thanks

11条回答
  •  孤城傲影
    2021-01-29 22:50

    Here's how I usually do it. For example, to calculate 1717 mod 2:

    • Take 1717 / 2. The answer is 858.5
    • Now take 858 and multiply it by the mod (2) to get 1716
    • Finally, subtract the original number (1717) minus the number you got from the previous step (1716) -- 1717-1716=1.

    So 1717 mod 2 is 1.

    To sum this up all you have to do is multiply the numbers before the decimal point with the mod then subtract it from the original number.

提交回复
热议问题