Display the remainder of a division on a TI 83+
turtledu60
Posted messages
299
Status
Member
-
code3D Posted messages 32 Status Member -
code3D Posted messages 32 Status Member -
Hello,
Apparently there is no forum dedicated to calculators, so I'm posting my question in the office software forum..
I would like to know how to display the remainder of a division on my TI 83+ calculator from Texas Instruments for the GCD.
Could someone help me?
Apparently there is no forum dedicated to calculators, so I'm posting my question in the office software forum..
I would like to know how to display the remainder of a division on my TI 83+ calculator from Texas Instruments for the GCD.
Could someone help me?
1 answer
-
There are no remainders in my memories, but you can calculate it. For example:
the remainder of 12/5:
12/5=2.4 you round it to the whole number (2) and with the result you do:
12-(5*2)=2 and 2 is the remainder in one formula you type:
12-5*int(12/5) ("int(" can be found by typing "math","right arrow","3")
magic