Contents  |  ‹ Previous  |  Next ›  |  Download EPUB  |  PDF

Appendix A
Linear Equations

This chapter is adapted from Applied Finite Mathematics by Rupinder Sekhon and Roberta Bloom, available at https://math.libretexts.org/Bookshelves/Applied_Mathematics/Applied_Finite_Mathematics_(Sekhon_and_Bloom), licensed under CC BY 4.0. Content has been modified and remixed for this book.

Learning Outcomes

Chapter Overview

In this chapter1, we focus on linear equations, their graphical representations, finding slopes, determining line equations from given information, and solving systems of linear equations. We also examine applications of these concepts in real-world scenarios, such as cost modeling, demand-supply equilibrium, and break-even analysis.

A.1 Graphing a Linear Equation

Learning Outcomes

Equations whose graphs are straight lines are called linear equations. Examples include:

2x 3y = 6,3x = 4y 7,y = 2x 5,2y = 3,x 2 = 0.

A line is determined by two points. To graph a linear equation, we often choose values for one variable and solve for the other.

Example A.1: Graphing a Line

Graph the line: y = 3x + 2.

Solution: Choose convenient x-values:

x = 1y = 3(1) + 2 = 1(1,1)
x = 0y = 3(0) + 2 = 2(0,2)
x = 1y = 3(1) + 2 = 5(1,5)

Plot these points and draw the line.

Two-dimensional plot of the line y = 3x + 2 on x-y axes with a gridded background. Three labelled points (-1,-1), (0,2), and (1,5) lie on a blue line of slope 3 with y-intercept 2.

Figure A.1: Two-dimensional plot of the line y = 3x + 2 on x-y axes with a gridded background.

Example A.2: Graphing Another Line

Graph the line: 2x + y = 4.

Solution: Choose points:

x = 12(1) + y = 4y = 6(1,6)
x = 0y = 4(0,4)
y = 22x + 2 = 4x = 1(1,2)

Plotting these points gives:

Two-dimensional plot of the line 2x + y = 4 on gridded x-y axes. A blue line passes through three labelled points (-1,6), (0,4), and (1,2), illustrating slope -2 and y-intercept 4.

Figure A.2: Two-dimensional plot of the line 2x + y = 4 on gridded x-y axes.

Intercepts

The x-intercept occurs where y = 0, and the y-intercept occurs where x = 0.

Example A.3: Finding Intercepts

Find the intercepts of the line 2x 3y = 6 and graph it.

Solution: For the x-intercept, set y = 0:

2x 3(0) = 6x = 3(3,0).

For the y-intercept, set x = 0:

2(0) 3y = 6y = 2(0,2).

Plot these intercepts and draw the line.

PIC

Figure A.3: A line through the intercepts (0,-2) and (3,0).

Parametric Form

Lines can also be given in parametric form, e.g. x = 3 + 2t,y = 1 + t.

Example A.4: Parametric Equations

Graph the line x = 3 + 2t,y = 1 + t.

Solution: Let t = 0,1,2:

t = 0(x,y) = (3,1),t = 1(5,2),t = 2(7,3).

Plot these points and draw the line.

PIC

Figure A.4: A line through the points (3,1), (5,2), and (7,3).

Horizontal and Vertical Lines

x = a is a vertical line passing through (a,0),y = b is a horizontal line passing through (0,b).

Example A.5: Horizontal and Vertical Lines

Graph x = 2 and y = 3.

Solution: The line x = 2 is vertical through (2,0). The line y = 3 is horizontal through (0,3).

Two-dimensional plot of the horizontal line y = 3 on gridded x-y axes. The blue line is drawn parallel to the x-axis through the labelled y-intercept (0,3).

Figure A.5: Two-dimensional plot of the horizontal line y = 3 on gridded x-y axes.
Two-dimensional plot of the vertical line x = -2 on gridded x-y axes. The blue line is drawn parallel to the y-axis through the labelled x-intercept (-2,0).
Figure A.6: Two-dimensional plot of the vertical line x = -2 on gridded x-y axes.

A.2 Slope of a Line

Learning Outcomes

The slope m of a line passing through (x1,y1) and (x2,y2) is:

m = y2 y1 x2 x1.

Example A.6: Finding Slope

Find the slope of the line through (2,3) and (4,1).

Solution:

m = 1 3 4 (2) = 4 6 = 2 3.

Two-dimensional plot illustrating the slope of the line through (-2,3) and (4,-1) on x-y axes. A blue line connects the two labelled points; green arrows mark a vertical drop of -4 and a horizontal run of 6, giving slope -2/3.

Figure A.7: Two-dimensional plot illustrating the slope of the line through (-2,3) and (4,-1) on x-y axes.

Vertical lines have undefined slope; horizontal lines have slope 0.

Example A.7: Vertical and Horizontal Slopes

a) For points (2,3) and (2,1):

m = 1 3 2 2 = 4 0  (undefined), vertical line.

b) For points (1,4) and (3,4):

m = 4 (4) 3 (1) = 0 4 = 0 (horizontal line).

Example A.8: Graphing a Line from a Point and Slope

Graph the line passing through (1,2) with slope 3 4.

Solution: Starting from (1,2), a slope of 3 4 means down 3, right 4 to get another point (5,1). Plot and draw the line.

Two-dimensional plot of the line through (1,2) with slope -3/4 on gridded x-y axes. A blue line passes through the labelled points (1,2) and (5,-1); green arrows indicate a vertical change of -3 and horizontal change of 4.

Figure A.8: Two-dimensional plot of the line through (1,2) with slope -3/4 on gridded x-y axes.

If a line is written as y = mx + b, the coefficient m is the slope and b is the y-intercept.

A.3 Determining the Equation of a Line

Learning Outcomes

Forms of a Line

Slope-Intercept: y = mx+b,Point-Slope: yy1 = m(xx1),Standard: Ax+By = C.

Example A.9: Equation Given Slope and Intercept

Find the equation of a line with slope m = 5 and y-intercept b = 3.

Solution: y = 5x + 3.

Example A.10: Equation Given a Point and Slope

Find the equation of the line passing through (2,7) with slope 3.

Solution:

y = 3x + b,7 = 3(2) + b,b = 1y = 3x + 1.

Example A.11: Equation Given Two Points

Find the equation of the line passing through (1,2) and (1,8).

Solution:

m = 8 2 1 (1) = 6 2 = 3,y = 3x + b.

Use one point:

2 = 3(1) + bb = 5,so y = 3x + 5.

Example A.12: Using Intercepts

Find the equation of the line with x-intercept 3 and y-intercept 4.

Solution: Intercepts give points (3,0) and (0,4):

m = 4 0 0 3 = 4 3,y = 4 3x + 4.

A.4 Applications of Linear Equations

Learning Outcomes

Linear equations commonly model cost, revenue, and population changes.

Example A.13: Cost Function

A taxi charges $0.50 per mile plus a $5 flat fee.

Solution: Let x = miles, y = cost:

y = 0.50x + 5.

At x = 20: y = 0.50(20) + 5 = 15.

Example A.14: Cost from Two Points

It costs $750 to make 25 items and $1000 to make 50 items. Assume linearity.

Solution: Points (25,750) and (50,1000):

m = 1000 750 50 25 = 10,y = 10x + b.

Using (25,750):

750 = 10(25) + bb = 500,y = 10x + 500.

Cost of 100 items: y = 10(100) + 500 = 1500.

Example A.15: Temperature Conversion

Freezing point of water: (C,F) = (0,32); boiling point: (100,212).

Solution:

m = 212 32 100 0 = 180 100 = 1.8,F = 1.8C + 32.

For C = 30: F = 1.8(30) + 32 = 86.

A.5 More Applications: Systems of Linear Equations

Learning Outcomes

Solving Systems of Equations

The intersection of two lines can be found by setting their equations equal or by using the elimination method.

Example A.16: Solving a System

Solve:

2x + y = 7,3x y = 3.

Solution: Add them:

2x + y = 7,3x y = 35x = 10x = 2.

Substitute x = 2 into 2x + y = 74 + y = 7y = 3.

Solution: (2,3).

Supply, Demand, and Equilibrium

The equilibrium price occurs where supply equals demand.

Example A.17: Equilibrium Point

Supply: y = 3.5x 14, Demand: y = 2.5x + 34.

Solution: Set equal:

3.5x 14 = 2.5x + 346x = 48x = 8.

At x = 8: y = 3.5(8) 14 = 14 or y = 2.5(8) + 34 = 14.

Equilibrium: Price = $8, Quantity = 14 items.

Two-dimensional plot of an equilibrium point. The blue upward supply line y = 3.5x - 14 and the red downward demand line y = -2.5x + 34 intersect at the labelled green point (8,14), with dashed lines dropping to Quantity = 8 and Price = 14.

Figure A.9: Two-dimensional plot of an equilibrium point.

Break-Even Point

For cost C and revenue R, the break-even point is where C = R.

Example A.18: Break-Even Analysis

R = 5x, C = 3x + 12.

Solution:

5x = 3x + 122x = 12x = 6.

At x = 6, R = C = 30.

Break-even at (6,30).

Two-dimensional plot of a break-even point. The blue revenue line R = 5x and the red cost line C = 3x + 12 intersect at the labelled green point (6,30), with dashed lines marking Quantity = 6 and Cost/Revenue = 30.

Figure A.10: Two-dimensional plot of a break-even point.

Chapter Review

This chapter introduced the fundamental concepts of linear equations, their graphs, slopes, forms of equations, and their real-world applications. You can now model scenarios involving costs, pricing, and market equilibrium using linear models and solve these models for key insights.

© 2026 Robert Hildebrand and contributors · Licensed CC BY-SA 4.0 · Sources and attribution · Book home