answersLogoWhite

0

Is 0.10 the same as 0.01?

Updated: 9/25/2023
User Avatar

Wiki User

8y ago

Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Is 0.10 the same as 0.01?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

The product of 010 and 001 is?

2*1 010 in binary = 2


What is the cleavage of moonstones?

Perfect on 001, good on 010.


What is the fracture of salt?

After the Webmineral site the cleavage is: {100} Perfect, {010} Perfect, {001} Perfect.


Can a matrix with dimensions of 3 X 6 be added to another matrix with dimensions of 6 X 3?

No, but it can be multiplied: The new matrix is 3x3. EG: 100100 100 200 010010 x 010 = 020 001001 001 002 100 010 001


How many planes of cleavage dose halite have?

it has cubic cleavage, means perfect in {100}, {010}, {001} planes.


What is rock salts cleavage?

The cleavage of sodium chloride crystals is {100} Perfect, {010} Perfect, {001} Perfect.


What number is larger 001 or 12?

It is 12 because 001 is the same as 1


How many decimal places is 001?

None because 001 is the same as 1


Which Is Less 01 Or 001?

Without a decimal point, they are both the same. If you asked "Which is less .01 or .001", then .001 is the smaller number.


Example on how to convert octal to binary?

input: 76543210(8) output: 111 110 101 100 011 010 001 000(2)


Is 001 percent the same as 99.9 percent?

No


How can convert binary to octal?

To convert a binary number to an octal number, you need to know how an octal number is represented in binary. It is like this: 0 = 000 4 = 100 1 = 001 5 = 101 2 = 010 6 = 110 3 = 011 7 = 111 As you can see, an octal number consists of 3 'bits' (either a 0 of a 1). Now, to convert a binary number to an octal number, you first have to group the binary digits into groups of 3 bits (starting from the right). Then, you convert every group of bits into octal numbers. This way you get your binary number into an octal one. For example: (1010100111010010)2 We group them into groups of 3 bits, starting from the right. 1 010 100 111 010 010 As you see, we have a single digit left. We must add 0's to make it a group of 3 bits. 001 010 100 111 010 010 Then we convert every group into an octal number, according to the table above. 001 = 1 010 = 2 100 = 4 111 = 7 010 = 2 010 = 2 And in this way, you converted a binary number into an octal one. (1010100111010010)2 = (124722)8