Hex to Decimal for the RD [7:38223]

2002-03-14 Thread Mckenzie Bill
Could someone help me get a clear understanding of converting the hex number to a nice decimal ring number or bridge number. Two examples that have me stumped are: F00 and 2f2. Thanks Everyone in advance. Message Posted at: http://www.groupstudy.com/form/read.php?f=7i=38223t=38223

RE: Hex to Decimal for the RD [7:38223]

2002-03-14 Thread James Hampton
the place values for base 16 numbering starting from right to left are 16^0, 16^1,16^2,16^3, etc. In case your wondering 16^1 means 16 to the power of 1, or just 16. Like wise 16^3 = 16 * 16 * 16. So if you hex value is 2f2, starting with the right most 2, (16^0 * 2)+ (16^1 * 15) + (16^2 * 2).

Re: Hex to Decimal for the RD [7:38223]

2002-03-14 Thread MADMAN
Not sure what you mean, I just use a calculator F00 = 3840 2F2 = 754 dave Mckenzie Bill wrote: Could someone help me get a clear understanding of converting the hex number to a nice decimal ring number or bridge number. Two examples that have me stumped are: F00 and 2f2.

RE: Hex to Decimal for the RD [7:38223]

2002-03-14 Thread Ole Drews Jensen
for the RD [7:38223] Could someone help me get a clear understanding of converting the hex number to a nice decimal ring number or bridge number. Two examples that have me stumped are: F00 and 2f2. Thanks Everyone in advance. Message Posted at: http://www.groupstudy.com/form/read.php?f=7i

RE: Hex to Decimal for the RD [7:38223]

2002-03-14 Thread Kelly Cobean
PROTECTED]]On Behalf Of Mckenzie Bill Sent: Thursday, March 14, 2002 9:02 AM To: [EMAIL PROTECTED] Subject: Hex to Decimal for the RD [7:38223] Could someone help me get a clear understanding of converting the hex number to a nice decimal ring number or bridge number. Two examples that have me

Re: Hex to Decimal for the RD [7:38223]

2002-03-14 Thread Persio Pucci
Nice going, Ole! Now, how about an easy way to convert decimal to hex without going through binary (the way I learned)? :) Persio - Original Message - From: Ole Drews Jensen To: Sent: Thursday, March 14, 2002 12:07 PM Subject: RE: Hex to Decimal for the RD [7:38223] Hex is based

Re: Hex to Decimal for the RD [7:38223]

2002-03-14 Thread Fred Ingham
:[EMAIL PROTECTED]]On Behalf Of Mckenzie Bill Sent: Thursday, March 14, 2002 9:02 AM To: [EMAIL PROTECTED] Subject: Hex to Decimal for the RD [7:38223] Could someone help me get a clear understanding of converting the hex number to a nice decimal ring number or bridge number. Two examples

RE: Hex to Decimal for the RD [7:38223]

2002-03-14 Thread Ole Drews Jensen
] Subject: Re: Hex to Decimal for the RD [7:38223] Nice going, Ole! Now, how about an easy way to convert decimal to hex without going through binary (the way I learned)? :) Persio - Original Message - From: Ole Drews Jensen To: Sent: Thursday, March 14, 2002 12:07 PM Subject: RE: Hex

Re: Hex to Decimal for the RD [7:38223]

2002-03-14 Thread Tom Lisa
- Original Message - From: Ole Drews Jensen To: Sent: Thursday, March 14, 2002 12:07 PM Subject: RE: Hex to Decimal for the RD [7:38223] Hex is based on 16, where Dec is based on 10. When you see a value, no matter if it's in dec, hex, bin, or something else, think of each

Re: Hex to Decimal for the RD [7:38223]

2002-03-14 Thread Priscilla Oppenheimer
At 09:01 AM 3/14/02, Mckenzie Bill wrote: Could someone help me get a clear understanding of converting the hex number to a nice decimal ring number or bridge number. Two examples that have me stumped are: F00 and 2f2. Why would just those two numbers have you stumped? If you can do any