Ten > Indices
Asked by Atith Adhikari · 2 years ago

Solve: 2x + 2x+1 + 2x+2 + 2x+3 + 2x+4 = 62

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

Solution

Given

$\rm 2^{x} + 2^{x + 1} + 2^{x + 2} + 2^{x + 4} = 62$

By using the law of indices, $\rm a^{m + n} = a^{m} \cdot a^{n}$, we get,

$\rm or, 2^{x} + 2^{x} \cdot 2^{1} + 2^{x} \cdot 2^{2} + 2^{x} \cdot 2^{4} = 62$

$\rm or, 2^{x} \cdot ( 1 + 2 + 2^{2} + 2^{4} ) = 62$

$\rm or, 2^{x} \cdot ( 1 + 2 + 4 + 16 ) = 62$

$\rm or, 2^{x} \cdot 23 = 62$

Dividing both sides of the equation by 23, we get,

$\rm or, 2^{x} \cdot \frac{23}{23} = \frac{62}{23}$

$\rm or, 2^{x} = 2$

$\rm or, 2^{x} = 2^{1}$

The bases of the terms on both sides of the equation are the same, so we equate their powers.

$\rm \therefore x = 1$

Hence, the required value of x is 1.

0