answersLogoWhite

0

Mod is essentially the remainder when a given number is divided by the base (of the modulus).

So

10/3 has a remainder of 1 and so 10(mod 3) = 1

11/3 has a remainder of 2 and so 11(mod 3) = 2


User Avatar

Wiki User

9y ago

Still curious? Ask our experts.

Chat with our AI personalities

BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake
LaoLao
The path is yours to walk; I am only here to hold up a mirror.
Chat with Lao
JordanJordan
Looking for a career mentor? I've seen my fair share of shake-ups.
Chat with Jordan

Add your answer:

Earn +20 pts
Q: How does you solve mod?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Basic Math

How do you get the 'mod' of a number?

"mod" is short for "modulo", and indicates the remainder after division of the first number by the second. For example, 11 mod 2 = 1 (11 / 2 has an integer quotient of 5, with 1 left over).


Will the number 777 be in the sequence that increase by 7 and why?

That all depends upon the first term of the sequence: As long as the first number is less than, or equal to 777 and as long as (first_number MOD 7) ≡ (777 MOD 7) will 777 be in the sequence. 777 MOD 7 ≡ 0 ⇒ if, and only if, first_number ≤ 777 and first_number MOD 7 ≡ 0 (ie 7 divides the first number) will 777 be in the sequence.


What id difference between mod banlance and avilable balance on ATM slip?

mod bal means money on deposit,available bal means current balance in ur account


How do you resize yourself in tf2?

Valve hasn't yet added the ability to do so on any server, resizing yourself is actually a mod for servers that, sadly, they have to be stuck-up about and not let you do yourself but instead beg for a mod to do it.


Ax plus b equals 0 in java?

Java won't solve equations for you. Do the algebra with pencil and paper; in this case, I assume you want to solve for x. Then write a command to calculate the value, and assign it to x.Java won't solve equations for you. Do the algebra with pencil and paper; in this case, I assume you want to solve for x. Then write a command to calculate the value, and assign it to x.Java won't solve equations for you. Do the algebra with pencil and paper; in this case, I assume you want to solve for x. Then write a command to calculate the value, and assign it to x.Java won't solve equations for you. Do the algebra with pencil and paper; in this case, I assume you want to solve for x. Then write a command to calculate the value, and assign it to x.