SOLUTION: Name: MAT 145: Topics In Contemporary Math
Bases
Convert each of the following numbers into base-10 numbers.
1) 11000101(2)
2) 10011010(2)
3) 1023(5
Algebra ->
Testmodule
-> SOLUTION: Name: MAT 145: Topics In Contemporary Math
Bases
Convert each of the following numbers into base-10 numbers.
1) 11000101(2)
2) 10011010(2)
3) 1023(5
Log On
The student should understand the method shown by the other tutor for doing these conversions, because it helps the student learn about place values in different bases.
However, the method shown is inefficient, especially for numbers with many digits, since it requires knowing all the powers of the given base. There is a much more efficient method for doing these conversions.
Here is the algorithm:
start from the leftmost digit and
(1) multiply by the base and add the next digit;
(2) repeat (1) until all digits have been used
Here are the calculations for your 3rd example, 1023 base 5: