$\frac{1}{1 + a^{(n-m)}} + \frac{1}{1 + a^{(m-n)}} = $ $x$
Aptitude
Surds and Indices
Difficulty: Medium
Choose an option
-
A0
-
B$\frac{1}{2}$
-
C1
-
D$a^{m+n}$
Answer
Correct Answer: 1
Explanation
Concept & Logic
This question tests your understanding of negative exponents. The key insight is realizing that $a^{(n-m)}$ and $a^{(m-n)}$ are reciprocals of each other.
According to the laws of indices:
$$x^{-y} = \frac{1}{x^y}$$
Therefore, $a^{(m-n)} = a^{-(n-m)} = \frac{1}{a^{(n-m)}}$
Step-by-step Solution
To make the algebraic manipulation easier to read, let's substitute the complex exponent with a simpler variable.
Let $y = a^{(n-m)}$.
This means $a^{(m-n)} = \frac{1}{y}$.
Rewrite the original expression using $y$:
$$x = \frac{1}{1 + y} + \frac{1}{1 + \frac{1}{y}}$$
Now, simplify the second term by finding a common denominator in its bottom half:
$$1 + \frac{1}{y} = \frac{y + 1}{y}$$
So the second fraction becomes:
$$\frac{1}{\frac{y + 1}{y}} = \frac{y}{y + 1}$$
Substitute this simplified second term back into the main equation:
$$x = \frac{1}{1 + y} + \frac{y}{1 + y}$$
Since the denominators are now perfectly identical, simply add the numerators:
$$x = \frac{1 + y}{1 + y}$$
$$x = 1$$
Exam Strategy & Shortcut
**Value Putting Method:** Whenever an algebraic expression must result in a constant or another generalized expression, you can assume convenient values for the variables.
Let $m = 1$ and $n = 1$.
The expression becomes: $\frac{1}{1 + a^0} + \frac{1}{1 + a^0}$
Since $a^0 = 1$, this simplifies instantly to: $\frac{1}{1 + 1} + \frac{1}{1 + 1} = \frac{1}{2} + \frac{1}{2} = 1$.
This takes less than 5 seconds!
Common Pitfall
Attempting to cross-multiply the original ugly fractions right out of the gate will result in a massive algebraic mess. Always look for structural relationships (like reciprocals) before performing brute-force operations.
Final Answer
**Therefore, the correct answer is 1.**