Posted by Kristi on Wednesday, May 12, 2010 at 8:09pm.
base 2 goes like this
2^0 = 1 column 1
2^1 = 2 column 2
2^2 = 4 column 3
2^3 = 8 column 4
2^4 = 16 column 5
so
1 = 1
2 = 1 0 which is 2^1
3 = 1 1
4 = 1 0 0 which is 2^2
5 = 1 0 1
5 = 1 1 0
7 = 1 1 1
8 = 1 0 0 0 which is 2^3
etc to
15 = 1 1 1 1
16 = 1 0 0 0 0 which is 2^4
similarly for base 4
4^0 = 1
4^1 = 4
4^2 = 16
4^3 = 64
so
1 = 1
2 = 2
3 = 3
4 = 1 0 which is 4^1
5 = 1 1
6 = 1 2
7 = 1 3
8 = 2 0
9 = 2 1
10 = 2 2
11 = 2 3
12 = 3 0
13 = 3 1
14 = 3 2
15 = 3 3
16 = 1 0 0 which is 4^2
Related Questions
Math - Bases - What is 12 base 5? Would you just divide 12 by five and get 2 (...
Math - The four bases of a baseball diamond form a square 90 feet on a side. The...
Math - Can someone help me understand how to convert numbers to base numbers. ...
Math - Convert the following base-ten numbers to a numerical in the indicated ...
math - two baseball players bat first and second in the lineup the first batter ...
Math - What are the base-five numbers for the base-ten counting numbers 1 to 26?
math - Find the representation of the number 256 in thefollowing bases:a. Base ...
Math - the distance between any two bases on a baseball diamond is 90 feet.What ...
math - Find the representation of the number 256 in the following bases: a. base...
Computer - devise a number system based on base 11. a)draw the number line b)...
For Further Reading