Explore topic-wise InterviewSolutions in Current Affairs.

This section includes 7 InterviewSolutions, each offering curated multiple-choice questions to sharpen your Current Affairs knowledge and support exam preparation. Choose a topic below to get started.

1.

Check the commutativity and associativity of each of the following binary operations: ‘*’ on Z defined by a*b = a + b + ab for all a,b∈Z.

Answer»

Given that * is a binary operation on Z defined by a*b = a + b + ab for all a,b∈Z. 

We know that commutative property is p*q = q*p, where * is a binary operation. 

Let’s check the commutativity of given binary operation: 

⇒ a*b = a + b + ab 

⇒ b*a = b + a + ba 

⇒ b*a = a + b + ab 

⇒ b*a = a*b 

∴ Commutative property holds for given binary operation ‘*’ on ‘Z’. 

We know that associative property is (p*q)*r = p*(q*r) 

Let’s check the associativity of given binary operation: 

⇒ (a*b)*c = (a + b + ab)*c 

⇒ (a*b)*c = (a + b + ab + c + ((a + b + ab)×c)) 

⇒ (a*b)*c = a + b + c + ab + ac + ac + abc ...... (1) 

⇒ a*(b*c) = a*(b + c + bc) 

⇒ a*(b*c) = (a + b + c + bc + (a×(b + c + bc))) 

⇒ a*(b*c) = a + b + c + ab + bc + ac + abc ...... (2) 

From (1) and (2) we can clearly say that associativity holds for the binary operation ‘*’ on ‘Z’.

2.

Show that * on Z+ defined by a *b = |a –b| is not a binary operation.

Answer»

To prove: * is not a binary operation 

Given: a and b are defined on positive integer set 

And a*b = |a - b| 

⇒ a*b = (a - b), when a>b 

= b - a when b>a 

= 0 when a = b 

But 0 is neither positive nor negative. 

So 0 does not belong to Z+

So a*b = |a - b| does not belong to Z+ for all values of a and b 

So * is not a binary operation.

Hence proved

3.

Show that the binary operation * on Z defined by a*b = 3a + 7b is not commutative.

Answer»

Given that * is a binary operation on Z defined by a*b = 3a + 7b for all a,b∈Z

We know that commutative property is p*q = q*p, where * is a binary operation. 

Let’s check the commutativity of given binary operation: 

⇒ a*b = 3a + 7b 

⇒ b*a = 3b + 7a 

⇒ b*a≠a*b 

∴ Commutative property doesn’t holds for given binary operation ‘*’ on ‘Z’.

4.

If * be the binary operation on the set Z of all integers defined by a * b (a + 3b2), find 2 * 4

Answer»

To find: 2*4 

Given: a*b = a + 3b2 

⇒ 2*4 = (2 + 3 × 42 ) = 2 + 48 = 50

5.

Let * be a binary operation on N given by a *b = 1 cm of a and b. Find the value of20 * 16. Is * (i) commutative, (ii) associative?

Answer»

To find: LCM of 20 and 16 

Prime factorizing 20 and 16 we get. 

20 = 22 × 5 16 = 24 

⇒ LCM of 20 and 16 = 24 × 5 = 80 

(i) To find LCM highest power of each prime factor has been taken from both the numbers and multiplied. 

So it is irrelevant in which order the number are taken as their prime factors will remain the same. 

So LCM(a,b) = LCM(b,a) 

So * is commutative 

(ii) Let us assume that * is associative 

⇒ LCM[LCM(a,b),c] = LCM[a,LCM(b,c)] 

Let the prime factors of a be p1,p2 

Let the prime factors of b be p2,p3 

Let the prime factors of c be p3,p

Let the higher factor of pi be qi for i = 1,2,3,4 

LCM (a,b) = p1 q1 x p2q2 x p3 q3 

LCM[LCM(a,b),c] = p1q1 x p2q2 x p3q3 x p4q4 

LCM (b,c) = p2q2 x p3q3 x p4q4 

LCM[a,LCM(b,c)] = p1q1 x p2q2 x p3q3 x p4q4  

* is associative

6.

Let A be any set containing more than one element. Let ‘*’ be a binary operation on A defined by a*b = b for all a,b∈A. Is ‘*’ commutative or associative on A?

Answer»

Given that * is a binary operation on set A defined by a*b = b for all a,b∈A.

We know that commutative property is p*q = q*p, where * is a binary operation. 

Let’s check the commutativity of given binary operation: 

⇒ a*b = b 

⇒ b*a = a 

⇒ b*a≠a*b 

∴ The commutative property does not hold for given binary operation ‘*’ on ‘A’. 

We know that associative property is (p*q)*r = p*(q*r) 

Let’s check the associativity of given binary operation: 

⇒ (a*b)*c = (b)*c 

⇒ (a*b)*c = b*c 

⇒ (a*b)*c = c ...... (1) 

⇒ a*(b*c) = a*(c) 

⇒ a*(b*c) = a*c 

⇒ a*(b*c) = c ...... (2) 

From (1) and (2) we can clearly say that associativity holds for the binary operation ‘*’ on ‘A’.

7.

Let be a binary operation on the set Q of all rational numbers given as a * b = (2a - b)2 for all a, b ∈ Q. Find 3 * 5 and 5 * 3. Is 3 * 5 = 5 * 3?

Answer»

To find: 3*5 and 5*3 

Given: a*b = (2a - b)2 

⇒ 3*5 = (6 - 5)2 = 1 

Now 5*3 = (10 - 3)2 = 49 

⇒ 3*5 is not equal to 5*3

8.

Let * be a binary operation on the set I of all integers, defined by a * b = 3a + 4b - 2. Find the value of 4 * 5.

Answer»

To find: 4*5 

a*b = 3a + 4b - 2 

Here a = 4 and b = 5 

⇒ 4*5 = 3 × 4 + 4 × 5 - 2 = 12 + 20 - 2 = 30 

⇒ 4*5 = 30

9.

On the set Z of integers, if the binary operation * is defined by a*b = a + b + 2, then find the identity element.

Answer»

Given that binary operation ‘*’ is valid for set ‘Z’ of integers defined by a*b = a + b for all a,b∈Z. 

Let us assume a∈Z and the identity element that we need to compute be e∈Z. 

We know that he Identity property is defined as follows: 

⇒ a*e = e*a = a 

⇒ a + e + 2 = a 

⇒ e + 2 = a – a 

⇒ e = – 2 

∴ The required Identity element w.r.t * is – 2.

10.

If the binary operation * on the set Z is defined by a*b = a + b – 5, then find the identity element with respect to *.

Answer»

Given that binary operation ‘*’ is valid for set ‘Z’ defined by a*b = a + b – 5 for all a,b∈Z. 

Let us assume a∈Z and the identity element that we need to compute be e∈Z. 

We know that he Identity property is defined as follows: 

⇒ a*e = e*a = a 

⇒ a + e – 5 = a 

⇒ e – 5 = a – a 

⇒ e = 5 

∴ The required Identity element w.r.t * is 5.

11.

The binary operation * on R is defined by a * b = 2a + b. Find (2 * 3) * 4.

Answer»

To find: (2*3)*4 

Given: a*b = 2a + b 

⇒ 2*3 = 2 × 2 + 3 = 7 

Now 7*4 = 2 × 7 + 4 = 14 + 4 = 18 

⇒ (2*3)*4 = 18

12.

Let Q0 be the set of all nonzero rational numbers. Let * be a binary operation on Q0, defined by a * b = ab/4 for all a, b ∈ Q0.(i) Show that * is commutative and associative.(ii) Find the identity element in Qo.(iii) Find the inverse of an element a in Q0.

Answer»

It is given that a * b = ab/4

(i) For a, b, c ∈ Q0

We know that

a * b = ab/4 = ba/4 = b * a

(a * b) * c = ab/ 4 * c = [ab/4 * c]/ 4 = (ab) c/ 16

a * (b * c) = a * bc/4 = [a(bc/4)]/ 4 = a (bc)/16

Here, (ab) c = a (bc)

Therefore, (a * b) * c = a * (b * c)

(ii) Consider e as the identity element and a ∈ Q0

Here, a * e = a

So we get

ae/4 = a where e = 4

Hence, 4 is the identity element in Q.

(iii) Consider a ∈ Q0 which is inverse b

a * b = e

So we get

ab/4 = 4

Here, b = 16/a ∈ Q0

Hence, a ∈ Q0 has 16/a as inverse.

13.

Let *: R × R → R be a binary operation given by a * b = a + 4b2. Then, compute( - 5) * (2 * 0).

Answer»

To find: ( - 5)*(2*0) 

Given: a*b = a + 4b

⇒ (2*0) = 2 + 4 × 02 = 2 

Now ( - 5)*2 = - 5 + 4 × 22 = - 5 + 16 = 11

14.

Write the identity element for the binary operation * on the set R0 of all non-zero real numbers by the rule a * b = ab/2 for all a, b ∈ R0.

Answer»

The given binary operation is a*b = ab/2

And from the definition of identity element e, 

a*e = a ........(i) 

We have, 

a*e = ae/2……….(ii) 

Thus from (i) & (ii) ,

ae/2 = a 

or, e/2 = 1 

∴ e = 2 

Hence the identity element for this binary operation is 2.

15.

Let * be a binary operation on the set of all nonzero real numbers, defined by \(a*b=\frac{ab}{5}\) Find the value of x given that 2 * (x * 5) = 10.

Answer»

To find: value of x 

Given: a*b = \(\frac{ab}{5}\)

⇒ x*5 = \(\frac{5x}{5}\) = x 

Now (2*x) = \(\frac{2x}{5}\)

\(\frac{2x}{5}\) = 10⇒ x = 25

16.

Let * be a binary operation on the set of all nonzero real numbers, defined by a * b = ab/5. Find the value of x given that 2 * (x * 5) = 10.

Answer»

It is given that a * b = ab/5

So we know that 2 * (x * 5) = 10

We get

2 * ([x × 5]/ 5) = 10

On further calculation

2 * x = 10

So (2 × x)/ 5 = 10

We get x = 25