MYP 3 · Maths

EQUATIONS

Solutions of an equation

QUESTION 1 [2 marks] — Criterion A Medium
Consider the equation $3x+5=20$.
a. Test whether $x=5$ is a solution, by substituting it into the equation.
[1]
Show Solution
$3(5)+5=15+5=20$ ? — yes, $x=5$ is a solution.
b. Test whether $x=6$ is a solution.
[1]
Show Solution
$3(6)+5=18+5=23\ne20$ — no, $x=6$ is NOT a solution.
QUESTION 2 [4 marks] — Criterion A Medium
For the equation $2x-7=x+3$, three students propose $x=8$, $x=10$, and $x=12$ as possible solutions.
a. Test all three proposed values, showing full working for each.
[3]
Show Solution
$x=8$: LHS$=2(8)-7=9$, RHS$=8+3=11$. Not equal. $x=10$: LHS$=2(10)-7=13$, RHS$=10+3=13$. Equal! $x=12$: LHS$=2(12)-7=17$, RHS$=12+3=15$. Not equal.
b. State which value is the correct solution.
[1]
Show Solution
$x=10$
QUESTION 3 [6 marks] — Criterion B Medium
Investigate whether an equation can have MORE than one solution, using $x^2=9$.
a. Test $x=3$ and $x=-3$ in the equation $x^2=9$.
[2]
Show Solution
$x=3$: $3^2=9$ ?. $x=-3$: $(-3)^2=9$ ?. Both work!
b. Now test $x=3$ and $x=-3$ in the equation $2x=6$ (a different, LINEAR equation).
[2]
Show Solution
$x=3$: $2(3)=6$ ?. $x=-3$: $2(-3)=-6\ne6$ ?. Only $x=3$ works.
c. Based on this investigation, explain why some equations (like $x^2=9$) have multiple solutions, while simple linear equations (like $2x=6$) typically have only one.
[2]
Show Solution
Squaring 'hides' the sign of the original number (since both a positive and its negative give the same square), so equations involving $x^2$ can have two solutions. Linear equations (just $x$, no power) don't have this sign-hiding effect, so they generally have exactly one solution.
QUESTION 4 [4 marks] — Criterion C Medium
A student says 'if I can find ONE value that works in an equation, there might be others too, so I should always keep guessing more values just in case.'
a. Explain why this approach (guessing and checking) is an inefficient and unreliable way to SOLVE an equation, even if it can verify a solution.
[2]
Show Solution
Guessing and checking might miss the correct solution entirely if you don't happen to try the right number, and for equations with non-integer or unusual solutions, you could guess forever without finding it — it doesn't scale well and gives no certainty you've found ALL solutions.
b. Explain why proper algebraic methods (like maintaining balance, covered elsewhere in this topic) are more reliable.
[2]
Show Solution
Algebraic methods systematically isolate the variable through valid, reversible steps, guaranteeing you find the EXACT solution(s) without guessing — and the number of solutions an equation can have is determined by its structure (e.g. linear equations have exactly one), so you know when you're done.
QUESTION 5 [4 marks] — Criterion D Medium
A vending machine sells items for $x$ dollars each. A customer buys 4 items and receives \$2 change from a \$20 note, meaning $4x+2=20$.
a. Test whether $x=4.50$ is the correct price per item.
[2]
Show Solution
$4(4.50)+2=18+2=20$ ? — yes, $x=4.50$ satisfies the equation.
b. Explain, in context, why a solution like $x=-3$ would not make sense for this real-world equation, even if it satisfied the algebra.
[2]
Show Solution
A negative price per item makes no real-world sense — you cannot pay a negative amount of money for a product. Even if $x=-3$ solved the equation mathematically (in this case it doesn't, but hypothetically), it would need to be rejected as an invalid answer in this real context.
QUESTION 6 [5 marks] — Criterion A Hard
For the equation $3x^2-5x-2=0$, three values are proposed as solutions: $x=2$, $x=-\frac{1}{3}$, $x=1$.
a. Test all three proposed values, showing full working, and identify which (if any) are genuine solutions.
[5]
Show Solution
$x=2$: $3(4)-5(2)-2=12-10-2=0$ ? solution. $x=-\frac{1}{3}$: $3(\frac{1}{9})-5(-\frac{1}{3})-2=\frac{1}{3}+\frac{5}{3}-2=2-2=0$ ? solution. $x=1$: $3-5-2=-4\ne0$ ? not a solution. TWO of the three proposed values ($x=2$ and $x=-\frac{1}{3}$) are genuine solutions.
QUESTION 7 [8 marks] — Criterion B Hard
Investigate whether an equation can have DIFFERENT NUMBERS of solutions depending on its structure, comparing $x+5=12$, $x^2=16$, and $x^2+1=0$ (over the real numbers).
a. Solve each equation, stating how many real solutions each has.
[4]
Show Solution
$x+5=12$: $x=7$ — exactly ONE solution. $x^2=16$: $x=4$ or $x=-4$ — exactly TWO solutions. $x^2+1=0$: $x^2=-1$, which has NO real solution (since a real number squared can never be negative) — ZERO real solutions.
b. Explain, in general terms, why a LINEAR equation (like the first) always has exactly one solution, while a QUADRATIC equation (like the second and third) can have 0, 1, or 2 real solutions depending on its specific structure.
[4]
Show Solution
A linear equation like $x+5=12$ involves $x$ to the power 1 only, so solving it always isolates $x$ to a single unique value via straightforward inverse operations. A quadratic equation involves $x^2$, which introduces the possibility of TWO different values of $x$ giving the same square (like $4^2=(-4)^2=16$) — but depending on the specific numbers involved, a quadratic might have two solutions (like $x^2=16$), exactly one repeated solution (a special case), or NO real solutions at all (like $x^2=-1$, since no real number squares to a negative).
QUESTION 8 [6 marks] — Criterion B Medium
Investigate whether EVERY value that makes an equation's LEFT side equal a certain number will also make an equivalent, REARRANGED version of the equation true.
a. Confirm $x=5$ is a solution to $2x-3=7$.
[2]
Show Solution
$2(5)-3=10-3=7$ ?.
b. Rearrange $2x-3=7$ into the form $2x=10$ (adding 3 to both sides), then confirm $x=5$ ALSO satisfies THIS rearranged equation, and explain why any valid, balanced rearrangement of an equation must always share the exact same solution(s) as the original.
[4]
Show Solution
$2(5)=10$ ?, confirming $x=5$ satisfies the rearranged form too. This must ALWAYS be true because a valid rearrangement only involves performing the SAME operation on both sides of the equation (maintaining balance) — this never changes which values of $x$ make the two sides equal, it only changes how the equation LOOKS, not what it fundamentally represents.
QUESTION 9 [4 marks] — Criterion C Medium
A student tests $x=4$ in the equation $\dfrac{2x+6}{x-1}=\dfrac{14}{3}$ by cross-multiplying INCORRECTLY as '$3(2x+6)=14(x-1)$ becomes $3(14)=14(3)$' (substituting too early, before finishing the cross-multiplication setup).
a. Explain the correct order of steps for testing a proposed solution in an equation involving fractions: should you substitute FIRST and then simplify each side, or attempt to rearrange the general equation using the specific number partway through? Demonstrate the CORRECT way to test $x=4$.
[4]
Show Solution
The safest, clearest approach is to substitute $x=4$ FIRST into the original equation, then simplify each side SEPARATELY and compare. Testing $x=4$: LHS $=\dfrac{2(4)+6}{4-1}=\dfrac{14}{3}$. RHS $=\dfrac{14}{3}$. Since LHS = RHS, $x=4$ IS a valid solution — substituting first and simplifying each side independently avoids the confusion of mixing algebraic rearrangement with a specific numerical test value.
QUESTION 10 [7 marks] — Criterion D Medium
A rectangular garden's area (in m²) is given by $A=x(x+8)$, where $x$ is the width. The garden's owner wants to know if a width of $x=6$m gives an area of at least 80m².
a. Test $x=6$ in the area formula, and determine whether it meets the 80m² requirement.
[3]
Show Solution
$A=6(6+8)=6(14)=84$ m². Since $84\ge80$, YES, $x=6$m meets the requirement.
b. The owner also wants to know if $x=5$m would work. Test this value, and if it does NOT meet the requirement, find (by testing nearby whole-number values) the SMALLEST whole-number width that DOES satisfy the 80m² requirement.
[4]
Show Solution
$x=5$: $A=5(13)=65$m² — does NOT meet 80m². Testing further: $x=5.5$: not whole number, skip. Since $x=5$ gives 65 (too small) and $x=6$ gives 84 (sufficient), the smallest WHOLE-number width meeting the requirement is $x=6$m.