stephkhaira wrote:What is the value of x? 2^x - 2^(x-2) = 3*(2^13)
9
11
13
15
17
[spoiler]ans: 15[/spoiler]
This requires some factoring.
Aside: Some students are okay with straightforward factoring like these examples:
k^5 - k^3 = k^3(k^2 - 1)
m^19 - m^15 = m^15(m^4 - 1)
But they have problems when the exponents are variables, like this:
w^x + x^(x+5) = w^x(1 + w^5)
IMPORTANT: Notice that, each time, the greatest common factor of both terms is the term with the
smallest exponent.
So, in the expression 2^x - 2^(x-2), the term with the smallest exponent is 2^(x-2), so we can factor out 2^(x-2)
Okay, now onto the solution:
2^x - 2^(x-2) = 3(2^13)
2^(x-2)[2^2 - 1] = 3(2^13)
2^(x-2)[3] = 3(2^13)
So, 2^(x-2)= 2^13
x-2 = 13
[spoiler]x = 15[/spoiler]
Cheers,
Brent