+0  
 
0
824
1
avatar

Basically, I want to do what the title says, do mod (%) in the calculator. I want to get this kind of output:\(10/3=3.3333333, remainder=3\)

 Jun 19, 2017
 #1
avatar+118608 
+1

The remainder is 1   NOT 3

10 divided by 3 = 3 remainder 1

so  10mod3 = 1

You can put it into the calc just like this:

 

mod(10,3)=

 

mod(10,3) = 1

 Jun 19, 2017

4 Online Users

avatar
avatar