For this specific problem, I somehow keep coming up with the wrong answer. Can someone help me?
For the problem, I need to solve for $g$.
$$12g = 12 \left(\frac{2}{3g} - 1\right) + 11$$
Here is how I am trying to solve it:
$$12 \cdot \frac{2}{3g} = 8g$$
$$12 \cdot -1 = -12$$
$$12g = 8g - 12 + 11$$
(Then I subtract $8g$ from $12g$ and $8g$)
$4g = -12 + 11$
(Then I add $12$ to $-12$ and $11$)
$$4g = 23$$
(Then I divide $4$ from $4g$ and $23$)
$$g = 5.75$$
So, shouldn't $g$ equal $5.75$? But when I plug it in the equation to check my answer, both answers do not match. Where am I going wrong?