How to Change Number Bases Part 1

I have already discussed clock arithmetic,  modulo division, and number bases. We further our discussion in this post by learning how to change numbers from one base to another.

The number system that we are using everyday is called the decimal number system or the base 10 number system (deci means 10). It is believed that this system was developed because we have 10 fingers.

In the base 10 system, the digits are composed of  0 up to 9. Adding 1 to 9, the largest digit in this system, will give us 10. That is, we replace 9 in the ones place with 0, and add 1 to the tens place which is the next larger place value.

Another way to write a number in base 10 is by multiplying its digits by powers of 10 and adding them. For example, the number 2578 can be rewritten in expanded form as

2(10^3) + 5(10^2) + 7(10^1) + 8(10^0)» Read more

Guest Post: An Interesting Property of Prime Numbers

Although I have already discussed modulo division, I believe that this proof is beyond the reach of average high school students. To explain further, I made additional notes on Patrick’s proof . I hope these explanations would be able to help students who want to delve on the proof. 

***

I’ve got a prime number trick for you today.

  1. Choose any prime number p > 3.
  2. Square it.
  3. Add 5.
  4. Divide by 8.

Having no idea which prime number you chose, I can tell you this:

The remainder of your result is 6.  » Read more

The Definition of Congruence in the Modular Systems

This is the fourth part of the Introduction to the Modular Number Systems Series. In the previous parts, we have learned intuitively the modular systems using a 12-hour analog clock, performed operations with its numbers and introduce the symbol for congruence,  and discussed the different number bases.  In this post, we formally define congruence.

modular systems

image via Wikipedia

Recall that the statement 17 \equiv 5 (\mod 12) means that 17 gives a remainder of 5 when divided by 12, or that 17 and 5 give the same remainder when divided by 12. We have also learned that 17, 29, and 41 are congruent since all of them give the same remainder (that is 5) when divided by 12. Notice also that since all of them are congruent, » Read more

1 2 3 6