204k views
1 vote
Please explain how to do this and one answer.

Please explain how to do this and one answer.-example-1
User Miguelmpn
by
3.3k points

1 Answer

4 votes

Answer:

In counting to a base, when we get to the point where the base integer comes up, we replace by 10, on the first time and by 10 at every other time the integer is about to come up

We now this in base 10 as when we get to 10 we input 10 and so and so till we get to 99 where since we are in base 10 the next number is 100 because that is the highest we can go while in base 11 100 in base is equivalent to 91

So we have for base 5

1 , 2, 3, 4, 10, 11, 12, 13, 14, 20, 21, 22, 23, 24, 30, 31, 32, 33, 34, 40, 41, 42, 43, 44, 100, 101, 102, 103, 104, 110, 111, 112, 113, 114, 120, 121, 122, 123, 124, 130, 131, 132, 133, 134, 140, 141, 142, 143, 144, 200

We see that on getting to 4 instead of the next digit to be 5 we replace it with 10 because 5 cannot be displayed in base 5

Similarly after 14 is 20 because 5 cannot be displayed at 24 the next number is 30 because 5 cannot be displayed

at 34 the next 40, while at 44 the next is (we could have written 50 but 5 is 10 in base 5 so we write 100) 100

At 144, we note that 44 = 100 + 44, therefore, the next number will be 100 + 44+ 1 = 100 + (45 but 45 = 100 in base 5) 100 so that the next number is 200

Base 2

In base 2 we have;

1, 10, 11, 100, 101, 110, 111, 1000, 1001, 1010, 1011, 1100, 1101, 1110, 1111, 10000, 10001, 10010, 10011, 10100, 10101, 10110, 10111, 11000, 11001, 11010, 11011, 11100, 11101, 11110, 11111, 100000, 100001, 100010, 100011, 100100, 100101, 100110, 100111, 101000, 101001, 101010, 101011, 101100, 101101, 101110, 101111, 110000, 110001, 110010

We see that there are no 2s and after 11 we get 100 just like after 99 we get 100 in base 10 and after 44 we get 100 in base 5

So we need to still have an idea of the number system just as we did for base 10

Explanation:

User Sebastian Serrano
by
3.3k points