| (((p−1))/p) where p=prime no.
Remainder will always be (p−1) or −1
Que. find Remainder
((1!+2!+3!+........................1000!)/(10))
Que.
((1!+2!+3!+........................1000!)/(12))
Que. ((1!+2!+3!+........................1000!)/9)
Que. What id the unit digit of below
expression
1!+2!+3!+4!+......................1000!
ANS. If we divide some number by 100,then remainder is last 2digit
similary 1000----Last 3digit
10000 last 4 digit
100000 last 5 digits
[(((1+2+3+4+0+0+0+..........+0)/(10))),() ]
R=3
unit digit =3
|