SOLUTION: I don't understand how to solve a certain type of exponential function. The textbook is not explaining the full steps. The textbook example: line 1 {{{ 3(3^2x) - 28(3^x) + 9

Algebra ->  Equations -> SOLUTION: I don't understand how to solve a certain type of exponential function. The textbook is not explaining the full steps. The textbook example: line 1 {{{ 3(3^2x) - 28(3^x) + 9       Log On


   



Question 1098789: I don't understand how to solve a certain type of exponential function. The textbook is not explaining the full steps. The textbook example:

line 1 +3%283%5E2x%29+-+28%283%5Ex%29+%2B+9+=+0+

line2 +3%28%283%5Ex%292%29+-+28%283%5Ex%29+%2B+9=0+

line 3 +3z%5E2+-+28z+%2B+9+=+0+


line 4 +3z%5E2+-+27z+-+z+%2B+9+=+0+

line 5 3z%28z+-+9%29+-+%28z+-+9%29+=+0+

From here the equation gets factored down until the final answer is x= -1 or x = 2. I understand that part and I follow the first three lines. I get that z is substituted for +3%5Ex+

I don't follow what is happening in lines 4 and 5. Could someone please explain in detail those two lines?

Found 2 solutions by ikleyn, greenestamps:
Answer by ikleyn(52777) About Me  (Show Source):
You can put this solution on YOUR website!
.
Check your line 1.    


I think that it must be 


3%2A%283%5E%282x%29%29+-+28%2A3%5Ex+%2B+9 = 0.   (In plain text format form  it is  3*(3^(2x)) - 28*3^x + 9 = 0.)


If it is so, then it is a quadratic equation relative 3%5Ex.


For many solved problems of this type (your samples) see the lesson
    - Solving exponential equations
in this site.


Also,  you have this free of charge online textbook in ALGEBRA-I in this site
    - ALGEBRA-I - YOUR ONLINE TEXTBOOK.

The referred lesson is the part of this online textbook under the topic "Exponential equations".


Save the link to this online textbook together with its description

Free of charge online textbook in ALGEBRA-I
https://www.algebra.com/algebra/homework/quadratic/lessons/ALGEBRA-I-YOUR-ONLINE-TEXTBOOK.lesson

to your archive and use it when it is needed.


-------------
Comment from student: No. Equation is written as in the textbook. It is a lesson not on quadratic equations but on exponential equations. Thank you for the link.
-------------


My response. Below is the plot of the function in the lft side of your 1-st line.




Plot y = 3(3^2x) - 28(3^x) + 9 = 3%283%5E2x%29+-+28%283%5Ex%29+%2B+9



There is NO ANY SENSE to argue with me.



Answer by greenestamps(13198) About Me  (Show Source):
You can put this solution on YOUR website!

You don't show the first two lines correctly in your message to us... but apparently you understand what they are supposed to say.

You show line 1 as

+3%283%5E2x%29+-+28%283%5Ex%29+%2B+9+=+0+;
it should be
+3%283%5E%282x%29%29+-+28%283%5Ex%29+%2B+9+=+0+

And you show line 2 as

+3%28%283%5Ex%292%29+-+28%283%5Ex%29+%2B+9=0+; it should be
+3%28%283%5Ex%29%5E2%29+-+28%283%5Ex%29+%2B+9=0+

Then you understand that a substitution z=3%5Ex was made to help avoid some possible confusion, leaving us with the equation 3z%5E2-28z%2B9=0

Understanding that part of the problem is much harder than understanding the rest of the solution. Apparently you are not familiar with (or don't recognize) this method for factoring a quadratic....

With this method of factoring, you multiply the leading coefficient and the constant...3%2A9=27; then you look for two numbers whose product is that number 27 and whose sum is -28, the coefficient of the linear term.

Those two numbers are -27 and -1; you then break up the middle term into two terms with those coefficients, to get what you show as line 4:
+3z%5E2+-+27z+-+z+%2B+9+=+0+

Now you factor by grouping. You factor a common factor of 3z out of the first two terms: 3z%5E2-27z+=+3z%28z-9%29, and you factor a common factor of -1 out of the last two terms: -z%2B9+=+-1%28z-9%29

That gives you your line 5: 3z%28z+-+9%29+-+1%28z+-+9%29+=+0+

And finally you factor out the common linear factor (z-9) to get
%283z-1%29%28z-9%29+=+0

(I suspect that is what the "line 6" from the textbook was that you didn't show us. They just used a particular factoring method that you didn't recognize. You probably could have gone straight from 3z%5E2-28z%2B9=0 to %283z-1%29%28z-9%29+=+0 by some other factoring method that you know.)

Now you finish solving this for z: z = 1/3 or z = 9.

Then replacing z with 3^x and solving, you get your two answers:
3%5Ex+=+1%2F3+=+3%5E%28-1%29 --> x = -1; and
3%5Ex+=+9+=+3%5E2 --> x = 2