please help me with this problem
please show steps so i know for next time

=========================================================
Explanation:
You could use the AC method to factor this, but the quadratic formula is the most efficient route in my opinion. This will avoid any guess-and-check.
Compare the original equation to the form [tex]a\text{x}^2 + b\text{x} + c = 0[/tex]
We have a = 9, b = 6, and c = -8
Those values lead to...
[tex]\text{x} = \frac{-b\pm\sqrt{b^2-4ac}}{2a}\\\\\text{x} = \frac{-6\pm\sqrt{(6)^2-4(9)(-8)}}{2(9)}\\\\\text{x} = \frac{-6\pm\sqrt{324}}{18}\\\\\text{x} = \frac{-6\pm18}{18}\\\\\text{x} = \frac{-6+18}{18} \ \text{ or } \ \text{x} = \frac{-6-18}{18}\\\\\text{x} = \frac{12}{18} \ \text{ or } \ \text{x} = \frac{-24}{18}\\\\\boldsymbol{\text{x} = \frac{2}{3} \ \text{ or } \ \text{x} = -\frac{4}{3}}\\\\[/tex]
Side notes: