Binary Operations
star
star
star
star
star
Last updated over 6 years ago
10 questions
Note from the author:
Binary Operations
2
A binary operation combines two or more elements to give a result.
A binary operation combines two or more elements to give a result.
1
Given: a 📷 b = 2a - b
What is the value of 3 📷 4 ?
Given: a 📷 b = 2a - b
What is the value of 3 📷 4 ?
2
Given: a 📷 b = 2a - b
What is the value of (3 📷 4) 📷 2?
Given: a 📷 b = 2a - b
What is the value of (3 📷 4) 📷 2?
1
Given: a Æ b = 4 + b - a
What is the value of -2 Æ 2 ?
Given: a Æ b = 4 + b - a
What is the value of -2 Æ 2 ?
1
The operations addition, subtraction and multiplication are binary operations. Division is NOT.
The operations addition, subtraction and multiplication are binary operations. Division is NOT.
1
Given: m ? n = 5m + 3nWhat is the value of 1 ? 2
Given: m ? n = 5m + 3n
What is the value of 1 ? 2
2
Given: m ? n = 5m + 3nWhat is the value of 1 ? (2 ? -3)
Given: m ? n = 5m + 3n
What is the value of 1 ? (2 ? -3)
1
Given: a // b = (a + b) - 2abWhat is the value of 1 // 1?
Given: a // b = (a + b) - 2ab
What is the value of 1 // 1?
2
Given a // b = (a + b) - 2ab,What is the value of (1 // - 1) // 0 ?
Given a // b = (a + b) - 2ab,
What is the value of (1 // - 1) // 0 ?
2
A binary operation is NOT only limited to the four basic mathematical operations. Therefore, we can create more once we define it properly.
A binary operation is NOT only limited to the four basic mathematical operations. Therefore, we can create more once we define it properly.