Skip to content

CASIO

User´s Guide

Find

Base-n Calculations (BASE)

Base-n Calculation Examples

Example 1: To calculate 101112 + 110102 in binary (1100012)

  • (BIN) 1011111010
  • 110001

Example 2: To calculate 78 + 18 in octal (108)

  • (OCT) 71
  • 10

Example 3: To calculate 1F16 + 116 in hexadecimal (2016)

  • (HEX) 1(F)1
  • 20

Example 4: To convert the decimal value 3010 to binary, octal, and hexadecimal

  • (DEC) 30
  • 30
  • (BIN)
  • 11110
  • (OCT)
  • 36
  • (HEX)
  • 1E

Example 5: To transform the result of 510 + 516 to binary

  • (BIN) (LOGIC)(LOGIC)(LOGIC)(d) 5
    (LOGIC)(LOGIC)(LOGIC)(h) 5
  • 1010
print this page
Top of page