Ten > Indices
Asked by Atith Adhikari · 2 years ago

Solve: 32x+1 = 92x-1

visibility 0
chat_bubble_outline 1
Atith Adhikari Atith Adhikari · 2 years ago
Verified

Solution

Given,

$\rm 3^{2x + 1} = 9^{2x - 1}$

$\rm or, 3^{2x + 1} = (3^2)^{2x  -1}$

Using the law of indices: $\rm (a^b)^c = a^{bc}$ 

$\rm or, 3^{2x + 1} = 3^{2(2x  -1)}$

The base of the terms in the left-hand and right-hand sides of the equations are the same; hence, we equate their exponents.

$\rm or, 2x + 1 = 2(2x - 1)$

$\rm or, 2x + 1 = 4x - 2$

$\rm or, 2x - 2x + 1 = 4x - 2x - 2$

$\rm or, 1 = 2x - 2$

$\rm or, 1 + 2 = 2x - 2 + 2$

$\rm or, 3 = 2x$

$\rm \therefore x = \frac{3}{2}$

Hence, the required value of x = $\frac{3}{2}$ .

0