Skip to main content
Logo image

Section A.1 Chapter 1 Linear Models

Subsection A.1.1 Creating a Linear Model

Subsubsection A.1.1.1 Write a linear model

When we say "Express y in terms of x," we mean to write an equation that looks like
y=algebraic expression in x
We say that x is the input variable, and y is the output variable.
In particular, a linear model has the form
y=starting value+rate×x
Example A.1.1.
Steve bought a Blu-Ray player for $269 and a number of discs at $14 each. Write an expression for Steve’s total bill, B (before tax), in terms of the number of discs he bought, d.
Solution.
We want an equation of the form
B=starting value+rate×d
where Steve’s bill started with the Blu-Ray player or $269, and then increased by a number of discs at a rate of $14 each. Substituting those values, we have
B=269+14d
Example A.1.2.
At 6 am the temperature was 50, and it has been falling by 4 every hour. Write an equation for the temperature, T, after h hours.
Solution.
We want an equation of the form
T=starting value+rate×h
The temperature started at 50, and then decreased each hour at the rate of 4 per hour, so we subtract 4h from 50 to get
T=504h
Example A.1.3.
Kyli’s electricity company charges her $6 per month plus $0.10 per kilowatt hour (kWh) of energy she uses. Write an equation for Kyli’s electric bill, E, if she uses w kWh of electricity.
Solution.
Kyli’s bill starts a6 $6 and increases by $0.10 for each kWh, w. Thus,
E=6+0.10w
Checkpoint A.1.4.
Salewa saved $5000 to go to school full time. She spends $200 per week on living expenses. Write an equation for Salewa’s savings, S, after w weeks.
Answer.
S=5000200w
Checkpoint A.1.5.
As a student at City College, Delbert pays a $50 registration fee plus $15 for each unit he takes. Write an equation that gives Delbert’s tuition, T, if he takes u units.
Answer.
T=50+15u
Checkpoint A.1.6.
Greta’s math notebook has 100 pages, and she uses on average 6 pages per day for notes and homework. How many pages, P, will she have left after d days?
Answer.
P=1006d
Checkpoint A.1.7.
Asa has typed 220 words of his term paper, and is still typing at a rate of 20 words per minute. How many words, W, will Asa have typed after m more minutes?
Answer.
W=220+20m
Checkpoint A.1.8.
The temperature in Nome was 12 F at noon. It has been rising at a rate of 2 F per hour all day. Write an equation for the temperature, T, after h hours.
Answer.
T=12+2h
Checkpoint A.1.9.
Francine borrowed money from her mother, and she owes her $750 right now. She has been paying off the debt at a rate of $50 per month. Write an equation for Francine’s financial status, F, in terms of m, the number of months from now.
Answer.
F=750+50m

Subsubsection A.1.1.2 Plot points and graph a line

The simplest way to graph a line is to make a table and plot points. We will learn more efficient methods shortly.
Example A.1.10.
Make a table of values, plot the points, and graph the equation y=2x+6.
Solution.
Choose both positive and negative values for x. Calculate the y-value for each x-value by substituting the x-value into the equation.
x y 0000
3 12 y=2(3)+6=12
2 10 y=2(2)+6=10
1 8 y=2(1)+6=8
0 6 y=2(0)+6=6
1 4 y=2(1)+6=4
2 2 y=2(2)+6=2
3 0 y=2(3)+6=0
4 2 y=2(4)+6=2
Next, sketch a Cartesian coordinate system with appropriate scales on the x- and y-axes. Plot each of the points in the table of values and connect them with a straight line. The completed graph is shown at right.
line
Example A.1.11.
Byron borrowed $6000 from his uncle to help pay for his college education. Now that he has graduated and has a job, he is paying back the loan at $100 per month.
  1. Write an equation showing the amount of money, y, that Byron still owes his uncle after x months.
  2. Graph your equation.
Solution.
  1. y=6000100x
  2. x y 0000
    0 6000 y=6000100(0)=6000
    10 5000 y=6000100(10)=5000
    20 4000 y=6000100(20)=4000
Now choose appropriate scales for the axes. A good choice would be to scale the x-axis by 10’s and the y-axis by 1000’s.
line
Checkpoint A.1.12.
Graph  y=34x3.
x 8 4 0 4 6
y 0000 0000 0000 0000 0000
grid
Answer.
x 8 4 0 4 6
y 9 6 3 0 1.5
line
Checkpoint A.1.13.
Graph  y=3x+2.
x 2 1 0 2 4
y 0000 0000 0000 0000 0000
grid
Answer.
x 2 1 0 2 4
y 8 5 2 4 10
line
Checkpoint A.1.14.
Stuart invested $800 in a computer and now makes $5 a page typing research papers. Let x represent the number of pages Stuart has typed, and let y represent his profit.
  1. Write an equation for y in terms of x.
  2. Complete the table and graph your equation.
x y
0 0000
50 0000
100 0000
200 0000
grid
Answer.
  1. y=5x800
  2. x y
    0 800
    50 550
    100 300
    200 200
    line
Checkpoint A.1.15.
Ludmilla earns a commission of 5% of her real estate sales. Let x represent her sales in thousands of dollars, and let y represent the commission she earns from her sales, in thousands of dollars.
  1. Write an equation for y in terms of x.
  2. Complete the table and graph the equation.
x y
250 0000
600 0000
800 0000
1000 0000
grid
Answer.
  1. y=0.05x
  2. x y
    250 12.5
    600 30
    800 40
    1000 50
    line

Subsubsection A.1.1.3 Solve a linear equation

Recall that to solve an equation we want to "isolate" the variable on one side of the equals sign. We "undo" each operation performed on the variable by performing the opposite operation on both sides of the equation.
Example A.1.16.
Solve the equation   23x5=7
Solution.
23x5=7Add 5 to both sides.23x=12To divide both sides by 23,we:32(23x)=32(12)Multiply by the reciprocal of 23.x=18The solution is 18.
Example A.1.17.
Solve the equation   2x+7=4x3
Solution.
To begin, we must get both variable terms on the same side of the equation.
2x+7=4x3Subtract 2x from both sides.7=2x3Add 3 to both sides.10=2xDivide both sides by 2.5=xThe solution is 5.
Checkpoint A.1.18.
Solve the equation   10=13x7
Answer.
21
Checkpoint A.1.19.
Solve the equation   6p8=3p26
Answer.
2
Checkpoint A.1.20.
Solve the equation   12=7u+45
Hint: Start by clearing the fraction: multiply both sides by 5.
Answer.
8
Checkpoint A.1.21.
Solve the equation   0=13q+2517q+7
Hint: Start by combining like terms.
Answer.
8

Subsubsection A.1.1.4 Solve a linear inequality

The rules for solving an inequality are the same as those for solving an equation, with one important difference:
Solving a Linear Inequality.
If we multiply or divide both sides of a linear inequality by a negative number, we must reverse the direction of the inequality symbol.
Example A.1.22.
Solve   3x+1>7   and graph the solutions on a number line.
Solution.
3x+1>7  Subtract 1 from both sides.3x>6 Divide both sides by 3, and reverse the direction of the inequality.x<2
The solutions are all the numbers less than 2. The graph of the solutions is shown below.
line graph
Example A.1.23.
Solve   3<2x56   and graph the solutions on a number line.
Solution.
3<2x56Add 5 on all three sides of the inequality.2<2x11Divide each side by 2.1<x112Notice that we did not reverse the inequality.
The solutions are all the numbers greater than 1 but less than 5.5. The graph of the solutions is shown below.
number line
Recall that a solid dot on a number line indicates that the number is part of the solution; an open dot means that the number is not part of the solution.
Checkpoint A.1.24.
Solve the inequality   84x>2   and graph the solutions on a number line.
Answer.
x<52
number line
Checkpoint A.1.25.
Solve the inequality   64x3<2   and graph the solutions on a number line.
Answer.
22x>2
number line
Checkpoint A.1.26.
Solve the inequality   3x5<6x+7   and graph the solutions on a number line.
Answer.
x<43
number line
Checkpoint A.1.27.
Solve the inequality   6>45b>21   and graph the solutions on a number line.
Answer.
2<b<5
number line

Subsection A.1.2 Graphs and Equations

Subsubsection A.1.2.1 Verify a solution

We can always check a solution to an equation by verifying that it makes the equation true.
Example A.1.28.
Verify that x=5 is a solution of the equation
  x2+2x15=0
Solution.
We show that substituting 5 for x makes the equation true. When we substitute a negative number for a variable, we should enclose the number in parentheses.
x2+2x15=(5)2+2(5)15=251015=0
Because the expression does equal 0, we see that x=5 is a solution.
Example A.1.29.
Verify that x=3 is not a solution of the equation
  2x+103x=8
Solution.
We show that substituting 3 for x does not make the equation true.
2x+103x=2(3)+103(3)=4+9=2+9=118
The left side of the equation does not equal 8 when x=3, so x=3 is not a solution.
Checkpoint A.1.30.
Decide whether the given value is a solution of the equation.
x33x24x+2=10;    x=2
Answer.
Yes
Checkpoint A.1.31.
Decide whether the given value is a solution of the equation.
3x+5=10+x+7;    x=9
Answer.
No
Checkpoint A.1.32.
Decide whether the given value is a solution of the equation.
2x1x+1+2=x+1x1;    x=2
Answer.
Yes
Checkpoint A.1.33.
Decide whether the given value is a solution of the equation.
94x=5x+3;    x=6
Answer.
No

Subsubsection A.1.2.2 Solve linear equations and inequalities with parentheses

Strategy for solving linear equations.
  1. Simplify each side of the equation: apply the distributive law, combine like terms.
  2. Use addition and subtraction to get all the variable terms on one side of the equation, and all constsnt terms on the other side.
  3. Divide both sides by the coefficient of the variable.
Example A.1.34.
Solve   3(2a4)4(13a)
Solution.
First, we remove parentheses by applying the distributive law. Then we can combine like terms on each side of the equation.
Note that the minus sign in front of the parentheses on the right side of the equation applies to both terms inside the parentheses.
3(2a4)4(13a)Apply the distributive law.6a1241+3aSimplify the right side.6a123+3aSubtract 3a from both sides.3a123Add 12 to both sides.3a15Divide both sides by 3.a5
Example A.1.35.
Solve the inequality   256x>3x2(4x)
Solution.
We begin by the same way we solve an equation. For this example, we start by removing the parentheses.
256x>3x2(4x)Apply the distributive law.256x>3x8+2xCombine like terms.256x>5x8Subtract 5x from both sides.2511x>8Subtract 25 from both sides.11x>33Divide both sides by -11.x<3Don't forget to reverse the inequality symbol.
Recall that if we multiply or divide both sides of an inequality by a negative number, we must reverse the direction of the inequality symbol.
Checkpoint A.1.36.
Solve the inequality   4(x+2)+3(x2)2
Answer.
x12
Checkpoint A.1.37.
Solve the equation   4(23w)=93(2w1)
Answer.
12
Checkpoint A.1.38.
Solve the inequality   2(3h6)<5(h4)
Answer.
h<3
Checkpoint A.1.39.
Solve the equation   0.25(x+3)0.45(x3)=0.30
Answer.
9

Subsubsection A.1.2.3 Solutions of an equation in two variables

A solution of an equation in two variables x and y is written as an ordered pair, (x,y). For example, the solution (2,5) means that x=2 and y=5.
Example A.1.40.
Is (3,2) a solution of the equation   x2+4y2=25 ?
Solution.
We substitute x=3 and y=2 into the equation.
(3)2+4(2)2=9+4(4)=9+16=25
The ordered pair (3,2) satisfies the equation, so it is a solution.
Example A.1.41.
Which of the following ordered pairs are solutions of the equation whose graph is shown?
  1. (3,2)
  2. (5,0)
  3. (1,4)
  4. (1,6)
parabola
Solution.
The graph of an equation is just a picture of its solutions, so points that lie on the graph are solutions of the equation.
The points (3,2) and (1,6) lie on the graph, so they represent solutions of the equation. The points (5,0) and (1,4) do not lie on the graph, so they are not solutions of the equation.
Checkpoint A.1.42.
Find a solution of the equation with the given coordinate.
6x5y=3,    (2,?)
Answer.
(2,3)
Checkpoint A.1.43.
Find a solution of the equation with the given coordinate.
y=34x+8,    (?,1)
Answer.
(12,1)
Checkpoint A.1.44.
Find a solution of the equation with the given coordinate.
graph
Answer.
(16,4)
Checkpoint A.1.45.
Find a solution of the equation with the given coordinate.
graph
Answer.
(2,5)

Subsection A.1.3 Intercepts

Subsubsection A.1.3.1 Graph a linear equation by the intercept method

To graph a line by the intercept method, we find the x- and y-intercepts of the line and plot those points.
Example A.1.46.
Graph the equation 3x+2y=7 by the intercept method.
Solution.
First, we find the x- and y-intercepts of the graph. To find the y-intercept, we substitute 0 for x and solve for y:
3(0)+2y=7Simpify the left side.2y=7Divide both sides by 2.y=72=312
The y-intercept is the point (0,312). To find the x-intercept, we substitute 0 for y and solve for x:
3x+2(0)=7Simpify the left side.3x=7Divide both sides by 3.x=73=213
The x-intercept is the point (213,0).
A table with the two intercepts is shown below. We plot the intercepts and connect them with a straight line.
x y
0 312
213 0
line
Checkpoint A.1.47.
Graph the line y=43x+8 by the intercept method.
x y
                 
                 
8 by 8 grid
Answer.
line
Checkpoint A.1.48.
Graph the line x6+y8=1 by the intercept method.
x y
                 
                 
grid
Answer.
line

Subsubsection A.1.3.2 Interpret the intercepts

The values of the variables at the intercepts often tell us something important about a linear model
Example A.1.49.
The temperature, T, in Nome was 12 at noon and has been rising at a rate of 2 per hour all day.
  • Write and graph an equaton for T in terms of h, the number of hours after noon.
  • Find the intercepts of the graph and interpret their meaning in the context of the problem situation.
Solution.
An equation for T at time h is
T=12+2h
To find the T-intercept, we set h=0 and solve for T.
T=12+2(0)=12
Temperature in Nome
The T-intercept is (0,12). This point tells us that when h=0,T=12, or the temperature at noon was 12. To find the h-intercept, we set T=0 and solve for h.
0=12+2hAdd 12 to both sides.12=2hDivide both sides by 2.6=h
The h-intercept is the point (6,0). This point tells us that when h=6,T=0, or the temperature will reach zero degrees at six hours after noon, or 6 pm.
Checkpoint A.1.50.
Sheri bought a bottle of multivitamins for her family. The number of vitamins lt in the bottle after d days is given by
N=3005d
  1. Find the intercepts and use them to make a graph of the equation.
    d N
                     
                     
  2. Explain what each intercept tells us about the vitamins.
grid
Answer.
grid
  1. (0,300) There were 300 vitamins to start.
  2. (60,0) The vitamin bottle is empty after 60 days.
Checkpoint A.1.51.
Delbert bought some equipment and went into the dog-grooming business. His profit is increasing according to the equation
P=600+40d
where d is the number of dogs he has groomed.
  1. Find the intercepts and use them to make a graph of the equation.
    d P
                     
                     
  2. Explain what each intercept tells us about Delbert’s dog-grooming business.
grid
Answer.
grid
  • (0,600) To start, Delbert’s profit is $600. (He is $600 in debt.)
  • (15,0) Delbert breaks even after grooming 15 dogs.

Subsubsection A.1.3.3 Solve an equation for one of the variables

It is usually easier to study a model and draw its graph if it is in the form
y=starting value+rate×x
To put an equation into this form, we want to "isolate" the output variable on one side of the equation.
Example A.1.52.
Solve the equation 2x3y=8 for y.
Solution.
2x3y=8Subtract 2x from both sides.3y=82xDivide both sides by3.y=82x3Divide each term of the numerator by3.y=8323x
Example A.1.53.
Solve the equation A=h2(b+c) for b.
Solution.
It is nearly always best to clear fractions from an equation first, so we begin by multiplying both sides by 2.
2A=2(h2(b+c))Multiply both sides by 2.2A=h(b+c)Divide both sides by h.2Ah=b+cSubtract c from both sides.2Ahc=b
Checkpoint A.1.54.
Solve f=s+at for t
Answer.
t=fas
Checkpoint A.1.55.
Solve 2x4y=k for y
Answer.
y=14k+12x
Checkpoint A.1.56.
Solve P=2l+2w for l
Answer.
l=P2w
Checkpoint A.1.57.
Solve xa+yb=1 for x
Answer.
x=aayb

Subsection A.1.4 Slope

Subsubsection A.1.4.1 Use ratios for comparison

Slope is a type of ratio that compares vertical distance per unit of horizontal distance. We use ratios for comparison in other situations, for example, when shopping we might compute price per unit.
Example A.1.58.
You are choosing between two brands of iced tea. Which is a better bargain: a 28-ounce bottle of Teatime for $1.82, or a 36-ounce bottle of Leafdream for $2.25?
Solution.
Compute the ratio price per ounce for each brand.
Teatime:   182 cents28 ounces=6.5 cents per ounce
Leafdream:   225 cents36 ounces=6.25 cents per ounce
Leafdream is the better bargain.
Example A.1.59.
The trail to Lookout Point gains 780 feet in elevation over a distance of 1.3 miles. The trail to Knife Edge gains 950 feet in elevation over a distance of 1.6 miles. Which trail is steeper?
Solution.
Compute the ratio of elevation gain to horizontal distance traveled for each trail.
Lookout Point:   780 feet1.3 miles=600 feet per mile
Knife Edge:   950 feet1.6 miles=593.75 feet per mile
The Lookout Point trail is steeper.
Checkpoint A.1.60.
Rachel drove 292.4 miles on 8.6 gallons of gasoline. Reuben drove 390 miles on 12 gallons of gasoline. Who got the better gas mileage?
Hint: Compute the ratio miles per gallon.
Answer.
Rachel: 34 miles per gallon; Reuben: 32.5 miles per gallon
Checkpoint A.1.61.
Leslie drove 168 miles in 2.8 hours, and Mark drove 224 miles in 3.5 hours. Who drove at the greater average speed?
Hint: Compute the ratio miles per hour.
Answer.
Mark: 64 miles per hour; Leslie: 60 miles per hour

Subsubsection A.1.4.2 Calculate slope from a graph

We often think of slope as measuring the "steepness" of a graph, but the appearance of steepness is also affected by the scales on the axes.
Example A.1.62.
Calculate the slope of the line.
line on grid
Solution.
Choose two points on the line, and calculate the ratio of vertical change to horizontal change. Use the grid lines on the graph, but don’t forget to note the scales on the axes.
line marked with horizontal and vertical change between two points
The slope is the ratio ΔhΔt. The variable on the horizontal axis increases by 4 units, from 2 to 6, so Δt=4. The variable on the vertical axis increases by 8 grid lines, but each grid line represents 2 units, so Δh=16. Thus, the slope is ΔhΔt=164=4.
Example A.1.63.
Calculate the slope of the line.
line on grid
Solution.
Choose two points on the line, and calculate the ratio of vertical change to horizontal change. Use the grid lines on the graph, but don’t forget to note the scales on the axes.
line marked with horizontal and vertical change between two points
The slope is the ratio ΔVΔt. The horizontal variable, t, increases by 6 grid lines, but each grid line represents 2 units, so Δt=12. The vertical variable, V, decreases by 3 grid lines, or 6 units, so ΔV=6. Thus, ΔVΔt=612=12.
Checkpoint A.1.64.
Calculate the slope of the line.
Hint: Find two points that lie on the intersubsection of grid lines, so that it’s easy to read their coordinates. For example, you could use (2,300) and (8,600).
line on grid
Answer.
50
Checkpoint A.1.65.
Calculate the slope of the line.
Hint: Find two points that lie on the intersubsection of grid lines. For example, you could use (0,60) and (3,12).
line on grid
Answer.
24

Subsubsection A.1.4.3 Interpret the slope

Example A.1.66.
Audrey can drive 150 miles on 6 gallons of gas, and 225 miles on 9 gallons of gas.
graph
  1. Compute the slope of the graph, including units.
  2. Interpret the slope as a rate; what does it tell you about the problem?
Solution.
  1. ΔdΔg=22515096=25 miles1 gallon
  2. The car gets 25 miles per gallon in gas mileage
Checkpoint A.1.67.
The sales tax on a $15 purchase is 60 cents, and 80 cents on a $20 purchase.
line on grid
  1. Compute the slope of the graph, including units.
  2. Interpret the slope as a rate; what does it tell you about the problem?
Answer.
  1. 4 centsdollar
  2. The tax rate is 4 cents per dollar, or 4%
Checkpoint A.1.68.
Lynette is saving money for the down payment on a new car. The figure below shows the amount A she has saved, in dollars, w weeks after the first of the year.
graph of line
  1. Compute the slope of the graph, including units.
  2. What does the slope tell you about the problem?
Answer.
  1.  ΔAΔw=50  dollars/week
  2. Lynette is saving $50 per week.
Checkpoint A.1.69.
Jason is raising a rabbit for the county fair. The figure below shows the rabbit’s weight W when it was t weeks old.
graph of line
  1. Compute the rabbit’s rate of growth, including units.
  2. What does the slope tell you about the problem?
Answer.
  1.  ΔWΔt=1  pound/week
  2. The rabbit gained 1 pound per week in weight.

Subsection A.1.5 Equations of Lines

Subsubsection A.1.5.1 Slope-Intercept Form

Because the y-intercept (0,b) is the "starting value" of a linear model, and its rate of change is measured by its slope,m, the equation for a linear model
y=starting value+rate×x
can be expressed in symbols as
y=b+mx
Slope-Intercept Form.
If we write the equation of a linear function in the form,
f(x)=b+mx
then m is the slope of the line, and b is the y-intercept.
Example A.1.70.
The temperature inside a pottery drying oven starts at 70 degrees and is rising at a rate of 0.5 degrees per minute. Write a function for the temperature, H, inside the oven after t minutes.
Solution.
At t=0, the temperature is 70 degrees, so b=70.
The slope is given by the rate of increase of H, so m=0.5.
Thus, the function is
H=70+0.5t
Example A.1.71.
A perfect score on a driving test is 120 points, and you lose 4 points for each wrong answer. Write a function for your score, S, if you give n wrong answers.
Solution.
If n=0, your score is 120, so b=120.
Your score decreases by 4 points per wrong answer, so m=ΔSΔn=4.
The function is
S=1204n
Checkpoint A.1.72.
Monica has saved $7800 to live on while she attends college. She spends $600 a month. Write a function for the amount, S, in Monica’s savings account after t months.
Answer.
b=7800   and   m=400  , so   S=7800600t
Checkpoint A.1.73.
Jesse opened a new doughnut shop in an old store-front. He invested $2400 in remodeling and set-up, and he makes about $400 per week from the business. Write a function giving the shop’s financial standing, F, after w weeks.
Answer.
b=2400   and   m=400  , so   F=2400+400w

Subsubsection A.1.5.2 Calculate slope using a formula

Recall that the subscripts on the coordinates in  P1(x1,y1)  and  P2(x2,y2)  just mean "first point" and "second point".
Two-Point Formula for Slope.
The slope of the line joining points  P1(x1,y1)  and  P2(x2,y2)  is
m=ΔyΔx=y2y1x2x1      if    x2x1
Example A.1.74.
Compute the slope of the line joining (6,2) and (3,1).
Solution.
It doesn’t matter which point is P1 and which is P2, so we choose P1 to be (6,2). Then (x1,y1)=(6,2) and (x2,y2)=(3,1). Thus,
m=y2y1x2x1=123(6)=39=13
Caution A.1.75.
Make sure that you subtract both the x and y coordinates in the same order! That is, do NOT calculate
y2y1x1x2          Incorrect!
or your slope will have the wrong sign.
Checkpoint A.1.76.
Compute the slope of the line joining the points (5,2) and (8,7).
Answer.
53
Checkpoint A.1.77.
Compute the slope of the line joining the points (3,4) and (7,1).
Answer.
54

Subsubsection A.1.5.3 Point-Slope Form

If we don’t know the y-intercept of a line but we do know one other point and the slope, we can still find an equation for the line.
Point-Slope Formula.
To find an equation for the line of slope m passing through the point (x1,y1), use the point-slope formula
yy1xx1=m
yy1=m(xx1)
Example A.1.78.
Find an equation for the line that passes through (1,3) and has slope 2.
Solution.
We substitute x1=1, y1=3, and m=2 into the point-slope formula.
y3=2(x1)Apply the distributive law.y3=2x+2Add 3 to both sides.y=2x+5
Example A.1.79.
Find an equation for the line of slope 12 that passes through (3,2).
Solution.
We substitute x1=3, y1=2, and m=12 into the point-slope formula.
y(2)x(3)=12Simplify the left side.y+2x+3=12Cross-multiply.2(y+2)=1(x+3)Apply the distributive law.2y+4=x3Subtract 4 from both sides.2y=x7Divide both sides by 2.y=12x72
Checkpoint A.1.80.
Find an equation for the line of slope 4 that passes through (2,5).
Answer.
y=4x+3
Checkpoint A.1.81.
Find an equation for the line of slope 23 that passes through (6,1).
Answer.
y=23x+5

Subsubsection A.1.5.4 Graphing a linear equation by the point-slope method

If we know one point on a line and its slope, we can sketch its graph without having to make a table of values.
Example A.1.82.
Graph the line  y=34x2
Solution.
Step1: Begin by plotting the y-intercept, (0,2).
Step 2: We use the slope, ΔyΔx=34, to find another point on the line, as follows. Start at the point (0,2) and move 3 units up and 4 units to the right. Plot a second point here, at (4,1).
Step 3: Find a third point by writing the slope as ΔyΔx=34: from (0,2), move down 3 units and 4 units to the left. Plot a third point here, at (4,5).
line
Finally, draw a line through the three points.
Example A.1.83.
Graph the line of slope 12 that passes through (3,2).
Solution.
Step 1: Begin by plotting the point (3,2).
Step 2: Use the slope, ΔyΔx=12, to find another point on the line, as follows. Start at the point (3,2) and move 1 unit down and 2 units to the right. Plot a second point here, at (1,3).
Step 3: Find a third point by writing the slope as ΔyΔx=12: from (3,2), move 1 unit up and 2 units to the left. Plot a third point here, at (5,1).
line
Finally, draw a line through the three points.
Checkpoint A.1.84.
Graph the line  y=13x3
10 by 10 grid
Answer.
y = -x/3-3
Checkpoint A.1.85.
Graph the line with slope m=32 passing through (1,2).
grid
Answer.
through (-1,-2) slope 3/2
You have attempted 1 of 1 activities on this page.