You are on page 1of 25

APPLY MATHEMATICAL

PROCEDURE/SOLUTION
(TLE_ICTJAVA11-12MCT-ID15)
REVIEW
LEARNING OBJECTIVES:
explain how number conversion is working;
understand the different ways of conversion;
and
convert binary to decimal, and decimal to
binary
ANSWER:

BINARY
CONVERSION
BONJOUR FRENCH ANNYEONGHASEYO
HOLA SPANISH KOREAN

HALLO GERMAN CIAO ITALIAN


HELLO ENLGISH
MERHABATURKISH
NAMASTE HINDI
KONNICHIWA JAPANESE
DECIMAL BINARY

OCTAL HEXADECIMAL
BINARY NUMBER SYSTEM

Has only two digits (0 and 1).


OCTAL NUMBER SYSTEM

Has only 8 digits


DECIMAL NUMBER SYSTEM

Has only ten (10) digits from 0 to 9.


HEXADECIMAL NUMBER SYSTEM

Has sixteen (16) alphanumeric values


from 0 to 9 and A to F.
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, A, B, C, D,
E, F
Number
Base Used digits Example
system
Binary 2 0,1 (11110000)2

Octal 8 0,1,2,3,4,5,6,7 (360)8

Decimal 10 0,1,2,3,4,5,6,7,8,9 (390)10

Hexa- 16 0,1,2,3,4,5,6,7,8,9, (F6)16


A,B,C,D,E,F
decimal
DECIMAL TO BINARY
2 52
 DIVIDE BY TWO,
KEEP TRACK OF
2 26 0
 
THE REMAINDER 2 13 0 ANSWER:
 
EXAMPLE 1

NUMBER 1: 2 6
CONVERT to 2 3 0
BINARY
2 1 1
1
DECIMAL TO BINARY
2 48
2 24 0
 
 EXAMPLE
2 12 0 ANSWER:
NUMBER 2:
  
CONVERT to 2 6 0
BINARY
2 3 0
2 1 1
1
DECIMAL TO BINARY
2 50
2 25 0
 
 EXAMPLE
2 12 1 ANSWER:
NUMBER 3:
  
CONVERT to 2 6 0
BINARY
2 3 0
2 1 1
1
DECIMAL TO BINARY
2 64
2 32 0
 EXAMPLE 2 16 0  
ANSWER:
NUMBER 3:
   2 8 0
CONVERT to
BINARY 2 4 0
2 2 0
2 1 0
1
BINARY TO DECIMAL  

 Write down the  


𝟏 𝟎𝟏𝟎𝟐 =
binary and determine
the position. Multiply
by the powers of two
 
𝟎 x
 
𝟐 𝟎
=
 
𝟎 x
 
𝟏 =
 
𝟎
  from right to left
 
𝟏 x
 
𝟐 𝟏
=
 
𝟏 x
 
𝟐 =  
𝟐
 EXAMPLE
NUMBER 1:
 
𝟎 x
 
𝟐 𝟐 =
 
𝟎 x
 
𝟒 =  
𝟎
𝟑
𝟏 𝟖 = 𝟖
 
𝟏 𝟐 = x
     
CONVERT to
 
x
DECIMAL
 
𝟏𝟎𝟏𝟎
BINARY TO DECIMAL  

 
𝟏𝟎𝟏𝟏𝟎𝟐 =
 
𝟎 x 𝟐
  𝟎
=
 
𝟎 x 𝟏 = 𝟎
   

 EXAMPLE  
𝟏 x 𝟐
  𝟏
=
 
𝟏 x 𝟐 = 𝟐
   

NUMBER 2:
  
CONVERT to
 
𝟏 x 𝟐 =
  𝟐  
𝟏 x 𝟒 = 𝟒
   

DECIMAL  
𝟎
  𝟑
x 𝟐 =
 
𝟎 x 𝟖 = 𝟎
   

 
𝟏   𝟒
x 𝟐 =  
𝟏 x 𝟏𝟔 = 𝟏𝟔
   

 
𝟐𝟐𝟏𝟎
BINARY TO DECIMAL  

 
𝟏𝟏𝟏𝟎𝟏 𝟐 =
 
𝟏 x 𝟐
  𝟎
=
 
𝟏 x 𝟏 = 𝟏
   

 EXAMPLE  
𝟎 x 𝟐
  𝟏
=
 
𝟎 x 𝟐 = 𝟎
   

NUMBER 3:
  
CONVERT to
 
𝟏 x 𝟐 =
  𝟐  
𝟏 x 𝟒 = 𝟒
   

DECIMAL  
𝟏
  𝟑
x 𝟐 =
 
𝟏 x 𝟖 = 𝟖
   

 
𝟏   𝟒
x 𝟐 =  
𝟏 x 𝟏𝟔 = 𝟏𝟔
   

𝟐 𝟗𝟏𝟎
 
NOW TRY ANSWERING THE FOLLOWING PROBLEMS:

2510 101012
9410 110012
GROUP ACTIVITY: CAR RACE
 MECHANICS:
1. Divide into Teams.
2. Each team will be asked a question. If they answer
correctly, click their teams color button to move their car.
3. Five correct answers will cross the finish line and win the
race.
EVALUATION:

 On a 1 whole sheet of paper, answer the following and show you solutions

DECIMAL TO BINARY BINARY TO DECIMAL


1.63 1.101
2.31 2.1001
3.127 3.1111
4.64 4.11111
5.15 5.100
ASSIGNMENT:

CREATE A TABLE OF DECIMAL TO BINARY


CONVERSION
URL REFERENCE: https://
www.rapidtables.com/math/number/Numeral_syste
m.html

You might also like