00011001
SOURCE: Convert between decimal and binary and back again
Sorry but this calculator cannot do calculations in other numerations just decimal. To make sure examine the calculator looking for markings like BIN OCT HEX. If you do not find any (and you will not) then you can be sure that it does not perform base conversions.
SOURCE: I have a TI-89 and
Enter the binary number with a 0B prefix.
Testimonial: "Thank you for the help! It worked great. Just use the prefix 0b and it goes!"
SOURCE: how to convert binary with
1) Look at the following numbers before trying to convert binary to decimal. Each of them represent the value in a binary number from left to right.
128-64-32-16-8-4-2-1
2) Look at your binary number, for this example lets use 10010010. For each one add the corresponding number from step 1, the number you come out with is the conversion.
So: 10010010 -> 128+16+2 -> 146
10010010 = 146
83 views
Usually answered in minutes!
×