2^x+1 =9

how do i solve for this? thanks!

2^x + 1 = 9

2^x = 9 - 1
2^x = 8
then we rewrite 8 as power of 2:
2^x = 2^3
finally, since they have the same base (which is 2) we equate their exponents:
x = 3

hope this helps~ :)

sorry, the plus one is part of the exponent

2^(x+1) =9

is it possible to move the 1 to the otherside still?

Oh sorry. I thought it's outside. Nope, it can't be moved outside.

2^(x+1) = 9
2^(x+1) = 3^2
then we take the log of both sides:
(x+1)*(log 2) = 2*(log 3)
x + 1 = 2(log 3) / (log 2)
x = [2(log 3) / (log 2)] - 1
or we can also rewrite the 1 as (log 2)/(log 2), so
x = [2(log 3) - (log 2)] / (log 2)

hope this helps~ :)

To solve the equation 2^(x+1) = 9, you need to isolate the variable x. Here's a step-by-step explanation:

Step 1: Start by subtracting 1 from both sides of the equation to get rid of the exponent on the left side:
2^(x+1) - 1 = 9 - 1
2^(x+1) - 1 = 8

Step 2: Rewrite 8 as a power of 2. Since 2^3 = 8, we can express 8 as 2^3:
2^(x+1) - 1 = 2^3

Step 3: Now, set the exponents on both sides equal to each other:
x + 1 = 3

Step 4: Subtract 1 from both sides to solve for x:
x = 3 - 1
x = 2

So, the solution to the equation 2^(x+1) = 9 is x = 2.