+0  
 
0
479
1
avatar


  1. were are the remainder signs



 Mar 21, 2015

Best Answer 

 #1
avatar+118723 
+5

What remainder signs

 

if you want the remainder when 100 is divided by 6 that is modular arithemtic

mod(100,6)

 

$${\mathtt{100}} \,{mod}\, {\mathtt{6}} = {\mathtt{4}}$$

 Mar 22, 2015
 #1
avatar+118723 
+5
Best Answer

What remainder signs

 

if you want the remainder when 100 is divided by 6 that is modular arithemtic

mod(100,6)

 

$${\mathtt{100}} \,{mod}\, {\mathtt{6}} = {\mathtt{4}}$$

Melody Mar 22, 2015

0 Online Users