Linear Equations Practice Questions

  1. Solve the following equation:
\(3x + 7 = 22\)
  1. 3
  2. 5
  3. 7
  4. 10
Show Answer
The correct answer is B!

Isolate \(x\) by performing the same operation on both sides. First, subtract 7 from both sides:

\(3x = 15\)

Then divide both sides by 3:

\(x = 5\)

Verify: \(3(5) + 7 = 15 + 7 = 22\) ✓

Report bug or error

 

  1. Solve the following equation:
\(2(x – 3) + 4 = 3x – 1\)
  1. −1
  2. 1
  3. 3
  4. −3
Show Answer
The correct answer is A!

First, distribute the 2 on the left side:

\(2x – 6 + 4 = 3x – 1\)

Combine like terms on the left:

\(2x – 2 = 3x – 1\)

Subtract \(2x\) from both sides:

\(-2 = x – 1\)

Add 1 to both sides:

\(x = -1\)

Verify: \(2(-1 – 3) + 4 = 2(-4) + 4 = -4\) and \(3(-1) – 1 = -4\) ✓

Report bug or error

 

  1. What is the slope of the line that passes through the points \((1, 3)\) and \((4, 9)\)?
  1. 2
  2. 3
  3. \(\large{\frac{1}{2}}\)
  4. 6
Show Answer
The correct answer is A!

The slope between two points \((x_1, y_1)\) and \((x_2, y_2)\) is:

\(m = \dfrac{y_2 – y_1}{x_2 – x_1}\)

Substitute the given points:

\(m = \dfrac{9 – 3}{4 – 1} = \dfrac{6}{3} = 2\)

Choice D gives only the change in \(y\) (6) without dividing by the change in \(x\). Choice C flips the fraction, computing \(\frac{\Delta x}{\Delta y}\) instead of \(\frac{\Delta y}{\Delta x}\).

Report bug or error

 

  1. What are the slope and \(y\)-intercept of the following line?
\(y = -2x + 5\)
  1. Slope = −2, \(y\)-intercept = \((0, 5)\)
  2. Slope = 2, \(y\)-intercept = \((0, 5)\)
  3. Slope = 5, \(y\)-intercept = \((0, -2)\)
  4. Slope = −2, \(y\)-intercept = \((5, 0)\)
Show Answer
The correct answer is A!

This equation is already in slope-intercept form: \(y = mx + b\), where \(m\) is the slope and \(b\) is the \(y\)-intercept.

Comparing \(y = -2x + 5\) with \(y = mx + b\):

  • Slope: \(m = -2\)
  • \(y\)-intercept: \(b = 5\), which is the point \((0, 5)\)

Choice C swaps the slope and intercept. Choice D gives \((5, 0)\), which is the \(x\)-intercept, not the \(y\)-intercept.

Report bug or error

 

  1. Convert the following equation to slope-intercept form:
\(2x + 3y = 12\)
  1. \(y = -\large{\frac{2}{3}}x + 4\)
  2. \(y = \large{\frac{2}{3}}x + 4\)
  3. \(y = -\large{\frac{2}{3}}x + 12\)
  4. \(y = -2x + 12\)
Show Answer
The correct answer is A!

To convert to slope-intercept form \((y = mx + b)\), isolate \(y\). Subtract \(2x\) from both sides:

\(3y = -2x + 12\)

Divide every term by 3:

\(y = -\dfrac{2}{3}x + 4\)

Choice C forgets to divide the constant term (12) by 3. Choice D forgets to divide the \(x\)-coefficient by 3. When dividing both sides by a number, every term must be divided.

Report bug or error

 

  1. Write the equation of the line that passes through the point \((2, 1)\) with a slope of −3.
  1. \(y = -3x + 7\)
  2. \(y = -3x – 5\)
  3. \(y = -3x + 1\)
  4. \(y = 3x + 7\)
Show Answer
The correct answer is A!

Use point-slope form:

\(y – y_1 = m(x – x_1)\)

Substitute \(m = -3\) and the point \((2, 1)\):

\(y – 1 = -3(x – 2)\)

Distribute and solve for \(y\):

\(y – 1 = -3x + 6\)

\(y = -3x + 7\)

Verify: when \(x = 2\), \(y = -3(2) + 7 = 1\) ✓

Report bug or error

 

  1. Write the equation of the line that passes through the points \((1, 5)\) and \((3, 11)\).
  1. \(y = 3x + 2\)
  2. \(y = 3x – 2\)
  3. \(y = 2x + 3\)
  4. \(y = 6x – 1\)
Show Answer
The correct answer is A!

First, find the slope:

\(m = \dfrac{11 – 5}{3 – 1} = \dfrac{6}{2} = 3\)

Now use point-slope form with \(m = 3\) and either point. Using \((1, 5)\):

\(y – 5 = 3(x – 1)\)

\(y – 5 = 3x – 3\)

\(y = 3x + 2\)

Verify with the other point: \(y = 3(3) + 2 = 11\) ✓

Report bug or error

 

  1. What is the \(x\)-intercept of the following line?
\(4x – 2y = 8\)
  1. \((2, 0)\)
  2. \((0, -4)\)
  3. \((8, 0)\)
  4. \((0, 2)\)
Show Answer
The correct answer is A!

The \(x\)-intercept is the point where the line crosses the \(x\)-axis, which means \(y = 0\). Substitute \(y = 0\) into the equation:

\(4x – 2(0) = 8\)

\(4x = 8 \implies x = 2\)

The \(x\)-intercept is \((2, 0)\).

Choice B gives the \(y\)-intercept (set \(x = 0\) to get \(y = -4\)). Remember: for the \(x\)-intercept, set \(y = 0\); for the \(y\)-intercept, set \(x = 0\).

Report bug or error

 

  1. Write the equation of the line that is parallel to \(y = 4x – 1\) and passes through the point \((1, 2)\).
  1. \(y = 4x – 2\)
  2. \(y = 4x + 2\)
  3. \(y = -4x + 6\)
  4. \(y = \frac{1}{4}x + 2\)
Show Answer
The correct answer is A!

Parallel lines have the same slope. The given line has slope 4, so the parallel line also has slope 4.

Use point-slope form with \(m = 4\) and the point \((1, 2)\):

\(y – 2 = 4(x – 1)\)

\(y – 2 = 4x – 4\)

\(y = 4x – 2\)

Choice C uses the opposite sign for the slope (−4), and choice D uses the reciprocal of the slope, which would apply to perpendicular lines, not parallel.

Report bug or error

 

  1. Write the equation of the line that is perpendicular to \(y = 2x + 3\) and passes through the point \((4, 1)\).
  1. \(y = -\large{\frac{1}{2}}x + 3\)
  2. \(y = \large{\frac{1}{2}}x – 1\)
  3. \(y = -2x + 9\)
  4. \(y = 2x – 7\)
Show Answer
The correct answer is A!

Perpendicular lines have slopes that are negative reciprocals of each other. The given line has slope 2, so the perpendicular slope is \(-\frac{1}{2}\).

Use point-slope form with \(m = -\frac{1}{2}\) and the point \((4, 1)\):

\(y – 1 = -\dfrac{1}{2}(x – 4)\)

\(y – 1 = -\dfrac{1}{2}x + 2\)

\(y = -\dfrac{1}{2}x + 3\)

Choice B uses the reciprocal but forgets to negate it. Choice C uses the negative of the slope (−2) rather than the negative reciprocal.

Report bug or error

 

  1. Solve the following equation:
\(\dfrac{x}{2} + \dfrac{x}{3} = 5\)
  1. 3
  2. 5
  3. 6
  4. 10
Show Answer
The correct answer is C!

To clear the fractions, multiply every term by the LCD of 6:

\(6 \cdot \dfrac{x}{2} + 6 \cdot \dfrac{x}{3} = 6 \cdot 5\)

\(3x + 2x = 30\)

\(5x = 30\)

\(x = 6\)

Verify: \(\frac{6}{2} + \frac{6}{3} = 3 + 2 = 5\) ✓

Report bug or error

 

  1. Which of the following lines has the greatest slope?
  1. \(y = 3x – 1\)
  2. \(2x + y = 5\)
  3. \(y – 2 = 4(x – 1)\)
  4. \(y = x + 4\)
Show Answer
The correct answer is C!

Extract the slope from each equation:

  • Choice A: \(y = 3x – 1\) → slope = 3
  • Choice B: \(2x + y = 5 \implies y = -2x + 5\) → slope = −2
  • Choice C: \(y – 2 = 4(x – 1)\) → slope = 4
  • Choice D: \(y = x + 4\) → slope = 1

Comparing 3, −2, 4, and 1, the greatest slope is 4 (choice C). Note that you don’t need to fully convert every equation; just identify the coefficient of \(x\).

Report bug or error

 

  1. What is the equation of the horizontal line that passes through the point \((3, -7)\)?
  1. \(y = -7\)
  2. \(x = 3\)
  3. \(y = 3\)
  4. \(x = -7\)
Show Answer
The correct answer is A!

A horizontal line has a slope of 0 and is parallel to the \(x\)-axis. Every point on a horizontal line shares the same \(y\)-coordinate. Since the line passes through \((3, -7)\), the equation is:

\(y = -7\)

Choice B gives a vertical line through \(x = 3\), not a horizontal line. Remember:

  • Horizontal lines: \(y = k\) (slope = 0)
  • Vertical lines: \(x = k\) (slope is undefined)

Report bug or error

 

  1. A plumber charges $50 for a service call plus $30 per hour of labor. How much will a 4-hour job cost?
  1. $120
  2. $150
  3. $170
  4. $200
Show Answer
The correct answer is C!

This situation is modeled by a linear equation where the service call fee is the \(y\)-intercept (the starting cost) and the hourly rate is the slope (cost per hour):

\(C(h) = 30h + 50\)

Substitute \(h = 4\) hours:

\(C(4) = 30(4) + 50 = 120 + 50 = 170\)

The total cost is $170. Choice A computes only the labor cost (\(30 \times 4 = 120\)) and forgets the $50 service call fee.

Report bug or error

 

  1. Line A passes through \((0, 4)\) and \((2, 0)\). Line B passes through \((1, 1)\) and \((3, 2)\). What is the relationship between Line A and Line B?
  1. Parallel
  2. Perpendicular
  3. Neither parallel nor perpendicular
  4. They are the same line.
Show Answer
The correct answer is B!

Find the slope of each line:

Line A: \(m_A = \frac{0 – 4}{2 – 0} = \frac{-4}{2} = -2\)

Line B: \(m_B = \frac{2 – 1}{3 – 1} = \frac{1}{2}\)

Since the slopes are negative reciprocals and their product is −1, the lines are perpendicular.

Report bug or error