Math 1 Quiz: Triangle Inequality
11 questions · exam conditions
0:00
Triangle InequalityQuestion 1 of 11

A student incorrectly states: "If three lengths abca \leq b \leq c satisfy a+b>ca + b > c, then they form a triangle." Which of the following represents the most likely reasoning error behind this incorrect statement?

The student forgot that all sides must be positive
The student only checked one of the three triangle inequality conditions
The student confused necessary and sufficient conditions
The student incorrectly assumed that cc must be the longest side
← Back to quizzes

Math 1 Quiz

Math 1 Quiz: Triangle Inequality

Practice Triangle Inequality in Math 1 with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Triangle Inequality, giving you a quick way to practice the rules, question types, and explanations that matter most for Math 1.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

A student incorrectly states: "If three lengths abca \leq b \leq c satisfy a+b>ca + b > c, then they form a triangle." Which of the following represents the most likely reasoning error behind this incorrect statement?

  1. The student forgot that all sides must be positive
  2. The student only checked one of the three triangle inequality conditions (correct answer)
  3. The student confused necessary and sufficient conditions
  4. The student incorrectly assumed that cc must be the longest side
Explanation: The triangle inequality theorem states that for any triangle with sides aa, bb, and cc, all three conditions must hold: a+b>ca + b > c, a+c>ba + c > b, and b+c>ab + c > a. When abca \leq b \leq c, the condition a+b>ca + b > c is indeed the most restrictive (since cc is the largest side), but the other two conditions a+c>ba + c > b and b+c>ab + c > a are not automatically satisfied just because a+b>ca + b > c holds. The student's error is checking only one of the three required triangle inequality conditions. While this one condition is the most likely to be violated when cc is the longest side, it's not sufficient by itself to guarantee that the three lengths form a triangle.

Question 2

Three towns A, B, and C are connected by straight roads. The distance from A to B is 15 km, and from B to C is 8 km. If a new road is built directly from A to C, and the three roads form a triangle, what is the range of possible lengths for the new road?

  1. 0<AC<230 < AC < 23
  2. 7AC237 ≤ AC ≤ 23
  3. 8<AC<158 < AC < 15
  4. 7<AC<237 < AC < 23 (correct answer)
Explanation: When you see three points forming a triangle with two known side lengths, you're dealing with the triangle inequality theorem. This fundamental geometric principle states that the sum of any two sides of a triangle must be greater than the third side, and the difference of any two sides must be less than the third side. With AB=15AB = 15 km and BC=8BC = 8 km, you need to find the possible values for ACAC. The triangle inequality gives you two key constraints: First: AB+BC>ACAB + BC > AC, so 15+8>AC15 + 8 > AC, which means AC<23AC < 23 Second: AC+BC>ABAC + BC > AB, so AC+8>15AC + 8 > 15, which means AC>7AC > 7 Therefore, 7<AC<237 < AC < 23. Looking at the wrong answers: Choice A (0<AC<230 < AC < 23) ignores the lower bound completely—you can't have a triangle where one side is extremely small compared to the others. Choice B (7AC237 ≤ AC ≤ 23) incorrectly includes the boundary values. If AC=7AC = 7, then you'd have 7+8=157 + 8 = 15, which creates a straight line, not a triangle. Similarly, if AC=23AC = 23, you get 15+8=2315 + 8 = 23, again forming a straight line. Choice C (8<AC<158 < AC < 15) severely restricts the range and misses many valid triangle configurations. The correct answer is D: 7<AC<237 < AC < 23. Study tip: For triangle inequality problems, always check that the sum of any two sides exceeds the third, and remember that equality conditions create degenerate triangles (straight lines), so use strict inequalities for true triangles.

Question 3

A triangle has two sides of lengths 7 and 12. If the third side has an integer length, how many possible triangles can be formed?

  1. 17 triangles (correct answer)
  2. 18 triangles
  3. 19 triangles
  4. 20 triangles
Explanation: Let the third side have length ss. By the triangle inequality: (1) 7+12>s7 + 12 > s gives s<19s < 19. (2) 7+s>127 + s > 12 gives s>5s > 5. (3) 12+s>712 + s > 7 gives s>5s > -5 (always satisfied for positive ss). Combining: 5<s<195 < s < 19. Since ss must be a positive integer, s{6,7,8,9,10,11,12,13,14,15,16,17,18}s \in \{6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18\}. Counting these values: there are 17 possible integer lengths.

Question 4

Three towns A, B, and C are located such that the distance from A to B is 1515 km, the distance from B to C is 88 km, and the distance from A to C is dd km. If the three towns do NOT form a triangle (i.e., they are collinear), what are the possible values of dd?

  1. d=7d = 7 or d=23d = 23 (correct answer)
  2. d=8d = 8 or d=15d = 15
  3. 7<d<237 < d < 23
  4. d7d \leq 7 or d23d \geq 23
Explanation: For three points to be collinear (not form a triangle), the triangle inequality must become an equality. This happens when one distance equals the sum of the other two. We have three cases: (1) d=15+8=23d = 15 + 8 = 23 (C is beyond B from A), (2) 15=d+815 = d + 8, so d=7d = 7 (C is between A and B), (3) 8=15+d8 = 15 + d, so d=7d = -7 (impossible since distance is positive). Therefore, d=7d = 7 or d=23d = 23. Choice C gives the range where they DO form a triangle, choice D gives where they don't form a triangle but includes impossible values, and choice B gives incorrect specific values.

Question 5

A triangle has sides with lengths in the ratio 3:4:x3:4:x. For what values of xx can this triangle exist?

  1. 1<x<71 < x < 7 (correct answer)
  2. 0<x<70 < x < 7
  3. x>1x > 1
  4. x>0x > 0
Explanation: Let the sides have lengths 3k3k, 4k4k, and xkxk for some positive constant kk. Since k>0k > 0, we can divide all triangle inequalities by kk to get inequalities in terms of the ratios 33, 44, and xx. The triangle inequalities become: (1) 3+4>x3 + 4 > x, so x<7x < 7. (2) 3+x>43 + x > 4, so x>1x > 1. (3) 4+x>34 + x > 3, so x>1x > -1. Since xx represents a ratio of lengths, x>0x > 0. Combining these constraints: x>0x > 0, x>1x > 1, and x<7x < 7, we get 1<x<71 < x < 7. Choice B incorrectly allows x1x \leq 1, choice C misses the upper bound, and choice D misses both the lower bound x>1x > 1 and upper bound.

Question 6

Triangle ABC has sides of lengths aa, bb, and cc. If a+b=15a + b = 15 and c=8c = 8, what is the range of possible values for side aa?

  1. 0<a<150 < a < 15
  2. 3.5<a<11.53.5 < a < 11.5 (correct answer)
  3. 4<a<114 < a < 11
  4. 7<a<87 < a < 8
Explanation: Given a+b=15a + b = 15 and c=8c = 8, we have b=15ab = 15 - a. For a valid triangle, three conditions must hold: (1) a+b>ca + b > c gives a+(15a)>8a + (15-a) > 8, which simplifies to 15>815 > 8 (always true). (2) a+c>ba + c > b gives a+8>15aa + 8 > 15 - a, which simplifies to 2a>72a > 7, so a>3.5a > 3.5. (3) b+c>ab + c > a gives (15a)+8>a(15-a) + 8 > a, which simplifies to 23>2a23 > 2a, so a<11.5a < 11.5. We also need a>0a > 0 and b=15a>0b = 15 - a > 0, giving 0<a<150 < a < 15. Combining all constraints: 3.5<a<11.53.5 < a < 11.5.

Question 7

A triangle has sides with lengths in the ratio 3:4:k3:4:k where kk is a positive real number. What is the range of possible values for kk?

  1. k>0k > 0
  2. 0<k<70 < k < 7
  3. 1<k<71 < k < 7 (correct answer)
  4. 1<k<61 < k < 6
Explanation: Let the sides have lengths 3t3t, 4t4t, and ktkt where t>0t > 0. By the triangle inequality: (1) 3t+4t>kt3t + 4t > kt gives 7t>kt7t > kt, so k<7k < 7. (2) 3t+kt>4t3t + kt > 4t gives kt>tkt > t, so k>1k > 1. (3) 4t+kt>3t4t + kt > 3t gives kt>tkt > -t, so k>1k > -1 (automatically satisfied since k>0k > 0). Therefore, 1<k<71 < k < 7.

Question 8

The sides of triangle PQR have lengths aa, a+da+d, and a+2da+2d where a>0a > 0 and d>0d > 0. Which condition must be satisfied for these to form a valid triangle?

  1. d<ad < a (correct answer)
  2. d<2ad < 2a
  3. d<a2d < \frac{a}{2}
  4. d<3ad < 3a
Explanation: The sides are aa, a+da+d, and a+2da+2d with a,d>0a, d > 0. Since a+2da+2d is the longest side, the critical triangle inequality is a+(a+d)>a+2da + (a+d) > a+2d, which simplifies to 2a+d>a+2d2a + d > a + 2d, giving a>da > d, or equivalently d<ad < a. The other inequalities: a+(a+2d)>a+da + (a+2d) > a+d gives 2a+2d>a+d2a + 2d > a + d, so a+d>0a + d > 0 (always true), and (a+d)+(a+2d)>a(a+d) + (a+2d) > a gives 2a+3d>a2a + 3d > a, so a+3d>0a + 3d > 0 (always true). Therefore, the condition is d<ad < a.

Question 9

In a triangle, the longest side is twice the length of the shortest side. If the shortest side has length ss and the middle side has length mm, what constraints must mm satisfy?

  1. s2<m<3s2\frac{s}{2} < m < \frac{3s}{2}
  2. sm2ss \leq m \leq 2s
  3. s<m<3ss < m < 3s
  4. s<m<2ss < m < 2s (correct answer)
Explanation: When you see a triangle problem involving side lengths, you need to apply the triangle inequality theorem, which states that the sum of any two sides must be greater than the third side. Given that the shortest side has length ss, the middle side has length mm, and the longest side has length 2s2s, you must check all three triangle inequality conditions: First, s+m>2ss + m > 2s, which simplifies to m>sm > s. Second, s+2s>ms + 2s > m, giving us m<3sm < 3s. Third, m+2s>sm + 2s > s, which is automatically satisfied since all lengths are positive. From the first two conditions, we get s<m<3ss < m < 3s. However, since we're told that mm is the middle side length, it must be between the shortest and longest sides: s<m<2ss < m < 2s. Looking at the answer choices: Choice A gives s2<m<3s2\frac{s}{2} < m < \frac{3s}{2}, but this allows mm to be less than ss, violating our requirement that mm is the middle length. Choice B includes m=sm = s and m=2sm = 2s, but these would make sides equal, contradicting the distinct shortest, middle, and longest designations. Choice C gives s<m<3ss < m < 3s, which satisfies the triangle inequality but doesn't ensure mm is actually the middle side length—it could be longer than 2s2s. Choice D correctly captures both the triangle inequality constraints and ensures mm is truly the middle side. Study tip: Always check that your constraints match the given relationships between sides, not just the triangle inequality.

Question 10

Three sticks have lengths aa, bb, and cc where abca \leq b \leq c. If a+b=c+2a + b = c + 2, which of the following best describes when these sticks can form a triangle?

  1. Always, since a+b>ca + b > c is automatically satisfied by the given condition
  2. Never, since the triangle inequality a+b>ca + b > c can never be satisfied when a+b=c+2a + b = c + 2
  3. Only when a>2a > 2, ensuring all triangle inequalities are satisfied
  4. Always when all lengths are positive, since a+b>ca + b > c and the other inequalities follow from abca \leq b \leq c (correct answer)
Explanation: Given a+b=c+2a + b = c + 2 and abca \leq b \leq c, we need to check all three triangle inequalities. First, a+b>ca + b > c becomes (c+2)>c(c + 2) > c, which simplifies to 2>02 > 0, always true. Second, a+c>ba + c > b: since cbc \geq b, we have a+ca+b>ba + c \geq a + b > b (the last inequality holds when a>0a > 0). Third, b+c>ab + c > a: since bab \geq a and c>0c > 0, we have b+ca+c>ab + c \geq a + c > a. Therefore, when all lengths are positive, all triangle inequalities are satisfied. Choice A is incomplete reasoning, B incorrectly concludes never, and C adds an unnecessary condition on a>2a > 2.

Question 11

A triangle has integer side lengths. Two of the sides have lengths 77 and 1212. How many possible integer values are there for the length of the third side?

  1. 1111 possible values
  2. 1313 possible values (correct answer)
  3. 1717 possible values
  4. 1818 possible values
Explanation: Let the third side have length cc. By triangle inequality: (1) 7+12>c7 + 12 > c, so c<19c < 19. (2) 7+c>127 + c > 12, so c>5c > 5. (3) 12+c>712 + c > 7, so c>5c > -5 (automatically satisfied for positive cc). Therefore, 5<c<195 < c < 19. Since cc must be a positive integer, we have c{6,7,8,9,10,11,12,13,14,15,16,17,18}c \in \{6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18\}. Counting these values gives us 186+1=1318 - 6 + 1 = 13 possible integer values for the third side.