document.write( "Question 236869: I don't know if this is the right topic but I am having trouble with something. What does \"mod\" mean? I have read and read websites and still it makes absolutely no sense.\r
\n" );
document.write( "\n" );
document.write( "How do I solve something with mod in it? \n" );
document.write( "
Algebra.Com's Answer #174229 by jim_thompson5910(35256)![]() ![]() ![]() You can put this solution on YOUR website! Mod is short for modulus. It's another way of saying remainder. For instance, if I say 10 mod 3, then I'm asking: \"what is the remainder of 10 divided by 3?\". The answer is 1 (since 10/3=3 remainder 1) which means that 10 mod 3 = 1. As for your problem, you're going to have to post it so we can help you solve it. \n" ); document.write( " |