answersLogoWhite

0


Best Answer

8 = 23. Here are the first few integers:

DECIMAL: OCTAL : BINARY (Isn't there a way to make a table here?)

  • 0 : 0 : 0
  • 1 : 1 : 1
  • 2 : 2 : 10
  • 3 : 3 : 11
  • 4 : 4 : 100
  • 5 : 5 : 101
  • 6 : 6 : 110
  • 7 : 7 : 111
  • 8 : 10 : 1000
  • 9 : 11 : 1001
  • 10 : 12 : 1010
  • 11 : 13 : 1011
  • 12 : 14 : 1100
  • 13 : 15 : 1101
  • 14 : 16 : 1110
  • 15 : 17 : 1111
  • 16 : 20 : 10000

Each system has the corresponding number of different digits -- ten : eight : two -- so when the count first reaches a new power of that number (bolded above: ten, [a hundred, a thousand...] : eight, [sixty-four, five-hundred-twelve...] : two, four, eight, sixteen, [thirty-two...] ) you need to add another place, writing a 1 and as many zeroes as the power.

User Avatar

Wiki User

12y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How are base 2 and base 8 related?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the exponent and base for 262144?

The two are related. The answer could be base 2, exponent 18 or base 8, exponent 6 or base 10, exponent 5.4185 or base 262144, exponent 1 or base 68,719,476,736 and exponent 0.5


What is the area of a triangle with base 8 and height 3.5 inches?

Area = 1/2*base*height = 1/2*8*3.5 = 14 sq inches.Area = 1/2*base*height = 1/2*8*3.5 = 14 sq inches.Area = 1/2*base*height = 1/2*8*3.5 = 14 sq inches.Area = 1/2*base*height = 1/2*8*3.5 = 14 sq inches.


WHAT IS the height of a triangle whose base is 2 inches and area is 8 square inches?

The height of a triangle whose base is 2 in. and area is 8 square in. is 8 in. (2*8*1/2=8) (b*h*1/2=A)


How long is the base of a triangle whose area is 108 and height is 8?

The area of a triangle is one half base times height. 1/2 Base Height = Area 1/2 Base 8 = 108 Base 8 = 216 Base = 27


How do you convert from base 8 to base 10?

Example: converting 51 from base 8 to base 10. Step 1: base 8 to base 2 Step 2 : base 2 to base 10 first we need convert base 8 to base 2 000 -> 0 001 -> 1 010 -> 2 011 -> 3 100 -> 4 101 -> 5 110 -> 6 111 -> 7 so 5 = 101 1 = 001 so 51 = 101001 now step 2. converting base 2 to base 10 1x25 + ox24 + 1x23+ 0x22 + 0x21 + 1x20 = 41 Answer : 41


What is 8 written in base 2?

2³, I believe.


What is the length of the base of a triangle that has a height of 8 inches and an are of 32 inches?

area of triangle e= 1/2 X base Xheight 32 = 1/2 X base X 8 base =32/4 =8 inches


How do you write 59 in base 2?

59 = 32 + 16 + 8 + 2 +1 = 111011 base 2


What the area of a triangle with a base of 8 and a height of 5?

1/2*base*height = area 1/2*8*5 = 20 square units


What is the formula to find the base of a triangle sail with a height of 16 feet and area of 64 square feet?

1/2 base x height so 1/2 B x 16 = 64. 1/2 of 16 is 8 and 64/8 = 8 so the base is 8 feet


How many symbols exist in the base of a number?

The number of symbols in the base of a number is equal to the base. Thus if the base is 2, there are two symbols, if the base is 8, there are eight symbols, if the base is 10, then there are ten symbols, if the base is 16, then there are sixteen symbols. Note that in each case "0" is a symbol. Also the base itself is not in the set of symbols. Thus there is no symbol for "2" in the base 2 system, no symbol for "8" in the base 8 system and so on. In each case the base is represented by the combination of the primitive symbols that run from 0 through (base - 1). Thus two in the base 2 system is represented as 10, eight in the base 8 system is represented by 10, and so on.


How are the base 16 and base 2 numbers related?

Both base 16 and base 2 number systems use binary numbers (1 and 0) to write out and define decimal numbers.