Question:medium

Define the terms Vakra ragas and Varja raga with suitable examples.

Show Hint

A raga can be both Varja and Vakra, such as Sri Raga, which omits $G$ and $D$ in the ascent (Varja) and has a crooked, looping descent (Vakra).
Updated On: Jun 16, 2026
Show Solution

Solution and Explanation




Step 1: Understanding the Question:

The task is to simplify the given Boolean expression \(A + \bar{A}B\) by applying standard Boolean algebra laws.


Step 2: Key Formula or Approach:

We will apply the Distributive Law:
\[ X + YZ = (X + Y)(X + Z) \] Along with the Complement Law (\(X + \bar{X} = 1\)) and the Identity Law (\(1 \cdot Y = Y\)).


Step 3: Detailed Explanation:

Start with the original expression:
\[ A + \bar{A}B \] Using the Distributive Law, we can expand this as:
\[ A + \bar{A}B = (A + \bar{A})(A + B) \] According to the Complement Law, a variable ORed with its inverse equals 1 (\(A + \bar{A} = 1\)). Substituting this yields:
\[ (1)(A + B) \] By the Identity Law, multiplying by 1 does not change the expression, so we are left with:
\[ A + B \]

Step 4: Final Answer:

The correct choice is (B).
Was this answer helpful?
0