answersLogoWhite

0

0.00010 gram equals 0.10 miligram

User Avatar

Wiki User

14y ago

What else can I help you with?

Continue Learning about Math & Arithmetic

How much is 010 of one percent?

Since 010 = 10, 010 of 1% = 10 of 1% = 10% or 0.1


What is the marking DIA 010 on a ring?

The marking "DIA 010" on a ring typically indicates that the ring contains a diamond weighing 0.10 carats. The "DIA" prefix signifies that the stone is a diamond, while "010" refers to the carat weight, where one carat is equal to 100 points. This marking helps potential buyers identify the quality and value of the ring based on its diamond content.


What is thicker .003 or .010?

0.010 is 0.007 thicker than 0.003


What is the sientific notation of 0.000 000 010 6?

0.000 000 010 6 in scientific notation is 1.06 x 10-8 .


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