answersLogoWhite

0


Best Answer

A binary operation acting on a set is one where the input of two elements is combined into a single output.

For example,

addition: x and y are combined into x + y

multiplication: x and y are combined into x*y

Euclidean distance: x and y are combined into sqrt(x2 + y2)

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is Binary operation and explain in any 3 binary operation with an example?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Math & Arithmetic

What is a binary operation?

A binary operator is simply an operator that works with two operands (for example, two numbers). The binary operator is usually written between the two operands. Examples include the familiar operations of addition, subtraction, multiplication, or division - for example, in: 2 + 3 the "plus" is the binary operator, which works on the two numbers written on either side of it. What is an operator: Basically a function (calculation rule), written in a special way.


How do you solve a binary operation?

(11110011)base 2 solve dis binary number... Answer to this question requires an understanding of binary function, truth table and gate level minimization approach. [1] A binary function is an expression consisting for binary variables, binary operators and constants (1 or 0). [1] http://fullchipdesign.com/bfttg.htm Example of binary function minimization approach can be referred from Internet resources.


Is a function that maps binary to natural numbers a bijection?

No. The set of binary numbers includes fractions which are written in binary form. For example, binary(0.1) = decimal(0.5) which is not a natural number.


Explain with example procedure to convert octal to binary number?

Convert each "digit" of the octal into a triplet of binary digits, according to the following rule: Octal Binary 0 000 1 001 2 010 3 011 4 100 5 101 6 110 7 111 So, for example, octal 53 = binary 101 011 [= decimal 43]


What is inverse in algebra?

Given a set and a binary operation defined on the set, the inverse of any element is that element which, when combined with the first, gives the identity element for the binary operation. If the set is integers and the binary operation is addition, then the identity is 0, and the inverse of an integer k is -k. If the set is rational numbers and the binary operation is multiplication, then the identity element is 1 and the inverse of any member of the set, x (other than 0) is 1/x.

Related questions

An example of binary operation which is commutative but not associative?

NAND


What is a binary operation?

A binary operator is simply an operator that works with two operands (for example, two numbers). The binary operator is usually written between the two operands. Examples include the familiar operations of addition, subtraction, multiplication, or division - for example, in: 2 + 3 the "plus" is the binary operator, which works on the two numbers written on either side of it. What is an operator: Basically a function (calculation rule), written in a special way.


Example in everyday life to explain this binary concept?

Flipping coins.


What is a example of binary?

an example of binary fission is some bacteria split is two in the form of binary fission.


Different operations done using rdbms?

different rdbms operations are delete,update easily and other u find on some other site. •Insert : unary operation •Delete : unary operation •Update : unary operation •Select : unary operation •Project : unary operation •Join : binary operation •Union : binary operation •Intersection : binary operation •Difference : binary operation


How do you solve a binary operation?

(11110011)base 2 solve dis binary number... Answer to this question requires an understanding of binary function, truth table and gate level minimization approach. [1] A binary function is an expression consisting for binary variables, binary operators and constants (1 or 0). [1] http://fullchipdesign.com/bfttg.htm Example of binary function minimization approach can be referred from Internet resources.


What is the answer of binary decimal plus binary?

If you want to add numbers in different bases, in this case decimal and binary, or do any other calculation that involves different bases for that matter, you have to convert all numbers to a single system first - for example, all to decimal. Then you can do the operation. It is really up to you in what base you represent the final answer. In this example, you can convert back to binary, for example.


What are the different types of bit operators Explain with help of example for one bit operator?

The most commonly used ones are AND, OR, XOR (exclusive OR). As an example, if A = 6 (binary 110), and B = 4 (binary 100), the bitwise AND operation will compare each corresponding bit, and result in binary 100 (decimal 4). This can be used to check whether a specific bit, in variable A in this case, is equal to one or zero.


Explain when an binary operation is commutative?

when we add and substract any number * * * * * "substract" is not a word, and in any case, subtraction is not commutative. A binary operation ~, acting on a set, S, is commutative if for any two elements x, and y belonging to S, x ~ y = y ~ x Common binary commutative operations are addition and multiplication (of numbers) but not subtraction nor division.


Is a function that maps binary to natural numbers a bijection?

No. The set of binary numbers includes fractions which are written in binary form. For example, binary(0.1) = decimal(0.5) which is not a natural number.


Explain with example procedure to convert octal to binary number?

Convert each "digit" of the octal into a triplet of binary digits, according to the following rule: Octal Binary 0 000 1 001 2 010 3 011 4 100 5 101 6 110 7 111 So, for example, octal 53 = binary 101 011 [= decimal 43]


What is binary operation?

A binary operator is simply an operator that works with two operands (for example, two numbers). The binary operator is usually written between the two operands. Examples include the familiar operations of addition, subtraction, multiplication, or division - for example, in: 2 + 3 the "plus" is the binary operator, which works on the two numbers written on either side of it. What is an operator: Basically a function (calculation rule), written in a special way.