If x=(1101) and y=(110), then what is the value of x^2-y^2 in binary number
Answers
Answer:
1200101
Step-by-step explanation:
x^2 - y^2
x = 1101 y = 110
x^2 - y^2
= (x+y) (x-y)
= (1101 + 110) (1101 - 110)
= 1211 × 991
= 1200101
Concept
A binary number is a number stated in the binary system or base two numeral system, according to digital technology and mathematics.
Given
we are given and .
Find
we have to find the value of in binary number.
Solution
Given and .
Firstly, we will convert the given numbers into decimals.
So, here the rightmost digit is represented by then by and similarly with others.
The decimal representation of both numbers is
Now, we will find and , we get
Further, we will find , we get
Now, we will convert this in decimal with base and write in the form down to up and this will find by diving the number with again and again, we get the remainder in the form zero or one
Hence, the binary number of the given terms square difference
#SPJ2