English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

4 answers

0.375=375/1000 =3/8=0/2+1/4+1/8=[0.011] in binary

2006-06-21 00:27:02 · answer #1 · answered by Eulercrosser 4 · 0 0

The procedure is as follows:
1. Repeatedly divide by the new base 2.
2. Keep all the remainders.
3. Continue until the dividend is zero.
4. Read the remainders from step 2 BACKWARDS to form the binary number result.

Decimal number = 0.375 equal to 0.011 in binary as follows:

multiply by 2: 0.750 Keep the 0. Remove it from number and continue.
multiply by 2: 1.500 Keep the 1. Ditto.
multiply by 2:  1.0 Keep the 1. (Now stop. Multiplicand is zero.)

Read answer down: 0.011 binary, which is 0.25+0.125=0.375 decimal

2006-06-21 07:32:02 · answer #2 · answered by pervez 1 · 0 0

1.- multiply the number by 2.
2.- take the integer part of the number, multiply the remainder by 2
repeat steps 1 and 2 until the remainder is zero
all integer you get are the number in binary

0.375 * 2 = 0.75; integer part: 0; remainder: 0.75
0.75*2 = 1.5; integer part: 1; remainder: 0.5
0.5*2 = 1.0; integer part: 1; remainder: 0

then 0.375 = 0.011 in binary

2006-06-21 07:34:33 · answer #3 · answered by Anonymous · 0 0

3/8 = 11 / 1000 = 0.011

2006-06-21 07:28:23 · answer #4 · answered by KHB 2 · 0 0

fedest.com, questions and answers