Preskoči na glavni sadržaj
Prijava
Sign up for FREE
arrow_back
Biblioteka

Binary Operations

star
star
star
star
star
Posljednje ažuriranje about 7 years ago
10
Napomena autora:

Binary Operations

2
1
2
1
1
1
2
1
2
2
Pitanje 1
1.

A binary operation combines two or more elements to give a result.

Pitanje 2
2.

Given: a 📷 b = 2a - b What is the value of 3 📷 4 ?

Pitanje 3
3.

Given: a 📷 b = 2a - b What is the value of (3 📷 4) 📷 2?

Pitanje 4
4.

Given: a Æ b = 4 + b - a What is the value of -2 Æ 2 ?

Pitanje 5
5.

The operations addition, subtraction and multiplication are binary operations. Division is NOT.

Pitanje 6
6.

Given: m ? n = 5m + 3n

What is the value of 1 ? 2

Pitanje 7
7.

Given: m ? n = 5m + 3n

What is the value of 1 ? (2 ? -3)

Pitanje 8
8.

Given: a // b = (a + b) - 2ab

What is the value of 1 // 1?

Pitanje 9
9.

Given a // b = (a + b) - 2ab,

What is the value of (1 // - 1) // 0 ?

Pitanje 10
10.

A binary operation is NOT only limited to the four basic mathematical operations. Therefore, we can create more once we define it properly.