MYP 3 · Maths
NUMBER
Absolute value
QUESTION 1 [3 marks] — Criterion A
Medium
Evaluate each expression, showing full working:
a.
$|-15| + |8|$
[1] Show Solution
$$15+8=23$$
b.
$|-6| \times |-7| - |4|$
[1] Show Solution
$$6\times7-4 = 42-4=38$$
c.
$|12 - 20| + |20 - 12|$
[1] Show Solution
$$|-8|+|8| = 8+8=16$$
QUESTION 2 [6 marks] — Criterion A
Medium
A factory's quality control accepts a component if its measured length is within $0.5$ mm of the target length of $120$ mm.
a.
Write an absolute value inequality describing the acceptable range of measured lengths $x$.
[2] Show Solution
$$|x - 120| \le 0.5$$
b.
State the minimum and maximum acceptable lengths.
[2] Show Solution
Minimum: $119.5$ mm. Maximum: $120.5$ mm.
c.
A component measures $120.7$ mm. Is it accepted? Show your reasoning using the absolute value expression.
[2] Show Solution
$|120.7-120|=0.7$. Since $0.7 > 0.5$, the component is rejected.
QUESTION 3 [6 marks] — Criterion B
Medium
Investigate whether $|a+b| = |a| + |b|$ is always true.
a.
Test this with $a=5, b=3$ (both positive), then with $a=-5, b=-3$ (both negative).
[2] Show Solution
$a=5,b=3$: $|5+3|=8$ and $|5|+|3|=8$ — equal. $a=-5,b=-3$: $|-8|=8$ and $|-5|+|-3|=8$ — equal.
b.
Now test with $a=5, b=-3$ (different signs).
[2] Show Solution
$|5+(-3)|=|2|=2$. $|5|+|-3|=5+3=8$. These are NOT equal ($2 \ne 8$).
c.
State when the equation $|a+b|=|a|+|b|$ holds true, and when it does not.
[2] Show Solution
It holds true when $a$ and $b$ have the same sign (both positive or both negative). It does not hold when $a$ and $b$ have opposite signs.
QUESTION 4 [5 marks] — Criterion C
Medium
A classmate simplifies $|x - 7|$ as $x - 7$ for all values of $x$.
a.
Test the classmate's simplification using $x=10$ and $x=3$. Is it correct in both cases?
[2] Show Solution
$x=10$: actual $|10-7|=3$, classmate's version gives $10-7=3$ — matches. $x=3$: actual $|3-7|=|-4|=4$, classmate's version gives $3-7=-4$ — does NOT match.
b.
Explain the error in the classmate's reasoning, and state the correct piecewise definition of $|x-7|$.
[3] Show Solution
The classmate forgot that absolute value always gives a non-negative result — when $x-7$ is negative (i.e. $x<7$), the absolute value flips its sign. Correct definition: $|x-7| = x-7$ when $x\ge7$, and $|x-7|=7-x$ when $x<7$.
QUESTION 5 [6 marks] — Criterion D
Medium
A hiking trail follows a straight path. A checkpoint is located at position 0 km. A hiker's position (in km, where negative means behind the checkpoint) is recorded every hour: $-3, -1, 2, 4, 1$.
a.
Find the hiker's distance from the checkpoint (using absolute value) at each recorded time.
[3] Show Solution
$|-3|=3$, $|-1|=1$, $|2|=2$, $|4|=4$, $|1|=1$ km, respectively.
b.
Find the total distance the hiker travelled between consecutive recordings (i.e. the sum of $|$change in position$|$ each hour).
[3] Show Solution
Changes: $-1-(-3)=2$, $2-(-1)=3$, $4-2=2$, $1-4=-3$. Total distance $=|2|+|3|+|2|+|-3|=2+3+2+3=10$ km.
QUESTION 6 [6 marks] — Criterion A
Hard
An engineering tolerance specification requires a machined part's diameter to satisfy $|d - 50| \le 0.3$ mm, where $d$ is the measured diameter and 50mm is the target.
a.
Find the minimum and maximum acceptable diameters.
[2] Show Solution
$$49.7 \text{ mm} \le d \le 50.3 \text{ mm}$$
b.
A batch of 6 parts is measured: $49.8, 50.4, 49.6, 50.1, 50.35, 49.9$ mm. Determine which parts are accepted and which are rejected, showing the absolute-value check for the two BORDERLINE cases (closest to the tolerance limits).
[4] Show Solution
Checking all: $49.8$?, $50.4$? ($|50.4-50|=0.4>0.3$), $49.6$? ($|49.6-50|=0.4>0.3$), $50.1$?, $50.35$? ($|50.35-50|=0.35>0.3$), $49.9$?. Rejected: $50.4, 49.6, 50.35$. Accepted: $49.8, 50.1, 49.9$.
QUESTION 7 [8 marks] — Criterion B
Hard
Investigate the equation $|x-3|+|x+2|=9$, which involves TWO absolute value expressions.
a.
Test $x=6$ in the equation. Does it satisfy it?
[2] Show Solution
$|6-3|+|6+2|=3+8=11\ne9$. Does not satisfy.
b.
Test $x=5$ and $x=-4$. Do either of these satisfy the equation?
[3] Show Solution
$x=5$: $|5-3|+|5+2|=2+7=9$ ?. $x=-4$: $|-4-3|+|-4+2|=7+2=9$ ?. Both satisfy!
c.
Based on your findings, and thinking about $|x-3|$ as 'distance from 3' and $|x+2|$ as 'distance from $-2$', explain geometrically (in terms of distances on a number line) why BOTH $x=5$ and $x=-4$ work, and conjecture whether there might be a whole RANGE of solutions, not just these two isolated values.
[3] Show Solution
$|x-3|+|x+2|$ represents the SUM of distances from $x$ to the two fixed points 3 and $-2$ (which are themselves 5 units apart). For any $x$ BETWEEN $-2$ and 3, this sum of distances equals exactly 5 (the distance between the two fixed points) — but we need it to equal 9, which is MORE than 5, so $x$ must lie OUTSIDE the interval $[-2,3]$. In fact, checking further would reveal an entire continuous RANGE of solutions exists on each side (not just the two isolated points found), since moving further from either fixed point increases the total distance sum smoothly.
QUESTION 8 [5 marks] — Criterion C
Hard
A student solving $|x|=-5$ writes '$x=5$ or $x=-5$' (treating it the same as $|x|=5$).
a.
Explain, using the DEFINITION of absolute value (that it represents a distance, which cannot be negative), why $|x|=-5$ actually has NO solutions at all.
[3] Show Solution
By definition, $|x|$ represents the distance of $x$ from zero on a number line — and a distance can NEVER be negative (the smallest possible value of $|x|$ is 0, when $x=0$ itself). Since $-5$ is negative, there is NO value of $x$ for which $|x|$ could ever equal $-5$; the equation has no solution.
b.
Contrast this with $|x|=5$, which DOES have solutions. State them, and explain the key difference between the two equations that makes one solvable and the other not.
[2] Show Solution
$|x|=5$ has solutions $x=5$ and $x=-5$ (both are exactly 5 units from zero). The key difference: $5$ is a valid (non-negative) value for a distance, while $-5$ is not — this is precisely why $|x|=5$ is solvable but $|x|=-5$ is not.
QUESTION 9 [5 marks] — Criterion D
Hard
A drone's horizontal position relative to a base station is tracked in metres (negative = west, positive = east). Over a flight, its recorded positions at 5 checkpoints were: $-40, 25, -15, 60, -10$.
a.
Find the drone's DISTANCE from the base station (using absolute value) at each checkpoint.
[2] Show Solution
$40, 25, 15, 60, 10$ metres respectively.
b.
Safety regulations require the drone to stay within 50m of the base station at ALL times during flight. Based on your distances, identify any checkpoint(s) where the regulation was violated, and calculate by how much.
[3] Show Solution
Checkpoint 4 (position $60$) violates the regulation, since its distance (60m) exceeds the 50m limit, by $60-50=10$ metres. All other checkpoints (40, 25, 15, 10m) are within the safe range.
QUESTION 10 [6 marks] — Criterion A
Hard
An engineering tolerance specification requires a machined part's diameter to satisfy $|d - 50| \le 0.3$ mm, where $d$ is the measured diameter and 50mm is the target.
a.
Find the minimum and maximum acceptable diameters.
[2] Show Solution
$$49.7 \text{ mm} \le d \le 50.3 \text{ mm}$$
b.
A batch of 6 parts is measured: $49.8, 50.4, 49.6, 50.1, 50.35, 49.9$ mm. Determine which parts are accepted and which are rejected, showing the absolute-value check for the two BORDERLINE cases (closest to the tolerance limits).
[4] Show Solution
Checking all: $49.8$?, $50.4$? ($|50.4-50|=0.4>0.3$), $49.6$? ($|49.6-50|=0.4>0.3$), $50.1$?, $50.35$? ($|50.35-50|=0.35>0.3$), $49.9$?. Rejected: $50.4, 49.6, 50.35$. Accepted: $49.8, 50.1, 49.9$.
QUESTION 11 [8 marks] — Criterion B
Hard
Investigate the equation $|x-3|+|x+2|=9$, which involves TWO absolute value expressions.
a.
Test $x=6$ in the equation. Does it satisfy it?
[2] Show Solution
$|6-3|+|6+2|=3+8=11\ne9$. Does not satisfy.
b.
Test $x=5$ and $x=-4$. Do either of these satisfy the equation?
[3] Show Solution
$x=5$: $|5-3|+|5+2|=2+7=9$ ?. $x=-4$: $|-4-3|+|-4+2|=7+2=9$ ?. Both satisfy!
c.
Based on your findings, and thinking about $|x-3|$ as 'distance from 3' and $|x+2|$ as 'distance from $-2$', explain geometrically (in terms of distances on a number line) why BOTH $x=5$ and $x=-4$ work, and conjecture whether there might be a whole RANGE of solutions, not just these two isolated values.
[3] Show Solution
$|x-3|+|x+2|$ represents the SUM of distances from $x$ to the two fixed points 3 and $-2$ (which are themselves 5 units apart). For any $x$ BETWEEN $-2$ and 3, this sum of distances equals exactly 5 (the distance between the two fixed points) — but we need it to equal 9, which is MORE than 5, so $x$ must lie OUTSIDE the interval $[-2,3]$. In fact, checking further would reveal an entire continuous RANGE of solutions exists on each side (not just the two isolated points found), since moving further from either fixed point increases the total distance sum smoothly.
QUESTION 12 [5 marks] — Criterion C
Hard
A student solving $|x|=-5$ writes '$x=5$ or $x=-5$' (treating it the same as $|x|=5$).
a.
Explain, using the DEFINITION of absolute value (that it represents a distance, which cannot be negative), why $|x|=-5$ actually has NO solutions at all.
[3] Show Solution
By definition, $|x|$ represents the distance of $x$ from zero on a number line — and a distance can NEVER be negative (the smallest possible value of $|x|$ is 0, when $x=0$ itself). Since $-5$ is negative, there is NO value of $x$ for which $|x|$ could ever equal $-5$; the equation has no solution.
b.
Contrast this with $|x|=5$, which DOES have solutions. State them, and explain the key difference between the two equations that makes one solvable and the other not.
[2] Show Solution
$|x|=5$ has solutions $x=5$ and $x=-5$ (both are exactly 5 units from zero). The key difference: $5$ is a valid (non-negative) value for a distance, while $-5$ is not — this is precisely why $|x|=5$ is solvable but $|x|=-5$ is not.
QUESTION 13 [5 marks] — Criterion D
Hard
A drone's horizontal position relative to a base station is tracked in metres (negative = west, positive = east). Over a flight, its recorded positions at 5 checkpoints were: $-40, 25, -15, 60, -10$.
a.
Find the drone's DISTANCE from the base station (using absolute value) at each checkpoint.
[2] Show Solution
$40, 25, 15, 60, 10$ metres respectively.
b.
Safety regulations require the drone to stay within 50m of the base station at ALL times during flight. Based on your distances, identify any checkpoint(s) where the regulation was violated, and calculate by how much.
[3] Show Solution
Checkpoint 4 (position $60$) violates the regulation, since its distance (60m) exceeds the 50m limit, by $60-50=10$ metres. All other checkpoints (40, 25, 15, 10m) are within the safe range.