Let's analyze James's work to find the mistake in his solution.
-
Finding the mistake: When James solved the equation -2(7x - 8) = 30, he likely made an error during the distribution or when moving terms around. The correct steps for solving this equation involve first distributing the -2 to both terms inside the parentheses. If he arrived at x = 23/7, it suggests he might have incorrectly calculated or isolated x.
-
How to correct the problem: To properly solve the equation, follow these steps:
a) Distribute -2 across the terms inside the parentheses: \[ -2(7x) + (-2)(-8) = 30 \implies -14x + 16 = 30 \]
b) Next, subtract 16 from both sides to isolate the term with x: \[ -14x = 30 - 16 \implies -14x = 14 \]
c) Now, divide both sides by -14 to solve for x: \[ x = \frac{14}{-14} \implies x = -1 \]
-
Correct final answer: The correct solution to the equation -2(7x - 8) = 30 is \( x = -1 \). Be careful during distribution and isolating variables, as those are common steps where mistakes can happen!