<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://staging.moocwiki.org/index.php?action=history&amp;feed=atom&amp;title=English%3ASlope-Intercept_and_Point-Slope_Forms</id>
	<title>English:Slope-Intercept and Point-Slope Forms - Versionsgeschichte</title>
	<link rel="self" type="application/atom+xml" href="https://staging.moocwiki.org/index.php?action=history&amp;feed=atom&amp;title=English%3ASlope-Intercept_and_Point-Slope_Forms"/>
	<link rel="alternate" type="text/html" href="https://staging.moocwiki.org/index.php?title=English:Slope-Intercept_and_Point-Slope_Forms&amp;action=history"/>
	<updated>2026-08-28T16:59:28Z</updated>
	<subtitle>Versionsgeschichte dieser Seite in MOOCsWiki Staging</subtitle>
	<generator>MediaWiki 1.45.4</generator>
	<entry>
		<id>https://staging.moocwiki.org/index.php?title=English:Slope-Intercept_and_Point-Slope_Forms&amp;diff=47295&amp;oldid=prev</id>
		<title>Glanz: aiMOOC über GPT aiMOOC Action erstellt</title>
		<link rel="alternate" type="text/html" href="https://staging.moocwiki.org/index.php?title=English:Slope-Intercept_and_Point-Slope_Forms&amp;diff=47295&amp;oldid=prev"/>
		<updated>2026-08-27T19:12:50Z</updated>

		<summary type="html">&lt;p&gt;aiMOOC über GPT aiMOOC Action erstellt&lt;/p&gt;
&lt;p&gt;&lt;b&gt;Neue Seite&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{T}}&lt;br /&gt;
[[Category:English]]&lt;br /&gt;
[[Category:Slope-Intercept and Point-Slope Forms]]&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Introduction =&lt;br /&gt;
&lt;br /&gt;
A straight line can describe a constant rate of change: distance traveled at a steady speed, a fixed hourly wage plus a starting fee, or a quantity that increases by the same amount each step. In algebra, two especially useful ways to write the equation of a nonvertical line are &amp;#039;&amp;#039;&amp;#039;slope-intercept form&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;point-slope form&amp;#039;&amp;#039;&amp;#039;. In this course, you will learn what each form tells you, when each form is convenient, how to move between them, and how to use them to model and interpret situations.&lt;br /&gt;
&lt;br /&gt;
This aiMOOC is designed for &amp;#039;&amp;#039;&amp;#039;Grades 9–10&amp;#039;&amp;#039;&amp;#039;. You should already be comfortable with [[English:Cartesian coordinate system|coordinates]], signed numbers, distributing multiplication over parentheses, and solving simple linear equations.&lt;br /&gt;
&lt;br /&gt;
[[File:Graph describing a linear function.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Learning Goals ==&lt;br /&gt;
&lt;br /&gt;
By the end of the course, you can explain [[English:Slope|slope]] as a rate of change, identify a y-intercept, write and graph equations in both forms, convert between the forms, find a line from a point and slope or from two points, and choose a form that fits a mathematical or real-world problem. You will also justify your steps and check whether an equation matches given information.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Foundations: Coordinates, Slope, and Intercepts =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== The Coordinate Plane ==&lt;br /&gt;
&lt;br /&gt;
A point is written as &amp;#039;&amp;#039;&amp;#039;(x, y)&amp;#039;&amp;#039;&amp;#039;. The x-coordinate tells you the horizontal position, and the y-coordinate tells you the vertical position. A line is the graph of a linear equation when its rate of change is constant.&lt;br /&gt;
&lt;br /&gt;
[[File:Cartesian-coordinate-system.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Slope as a Rate of Change ==&lt;br /&gt;
&lt;br /&gt;
For two different points &amp;#039;&amp;#039;&amp;#039;(x1, y1)&amp;#039;&amp;#039;&amp;#039; and &amp;#039;&amp;#039;&amp;#039;(x2, y2)&amp;#039;&amp;#039;&amp;#039; on a nonvertical line, the slope is&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;m = (y2 - y1) / (x2 - x1)&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
You can remember this as &amp;#039;&amp;#039;&amp;#039;rise over run&amp;#039;&amp;#039;&amp;#039;: vertical change divided by horizontal change. If m is positive, the line rises from left to right. If m is negative, the line falls from left to right. If m = 0, the line is horizontal. A vertical line has an undefined slope because its horizontal change is zero, so it cannot be written in slope-intercept or ordinary point-slope form with a finite value of m.&lt;br /&gt;
&lt;br /&gt;
[[File:Wiki slope in 2d.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Example:&amp;#039;&amp;#039;&amp;#039; Through the points (2, 3) and (6, 11), the slope is (11 - 3) / (6 - 2) = 8 / 4 = 2. This means that for every increase of 1 in x, y increases by 2.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== The y-Intercept ==&lt;br /&gt;
&lt;br /&gt;
The &amp;#039;&amp;#039;&amp;#039;y-intercept&amp;#039;&amp;#039;&amp;#039; is the y-value where a nonvertical line crosses the y-axis. Every point on the y-axis has x = 0. Therefore, if an equation is written as y = mx + b, setting x = 0 gives y = b. The line crosses the y-axis at &amp;#039;&amp;#039;&amp;#039;(0, b)&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Slope-Intercept Form =&lt;br /&gt;
&lt;br /&gt;
The slope-intercept form of a line is&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;y = mx + b&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
where &amp;#039;&amp;#039;&amp;#039;m&amp;#039;&amp;#039;&amp;#039; is the slope and &amp;#039;&amp;#039;&amp;#039;b&amp;#039;&amp;#039;&amp;#039; is the y-intercept. This form is especially useful when you want to read the slope and y-intercept directly, graph efficiently, or describe an initial value together with a constant rate of change.&lt;br /&gt;
&lt;br /&gt;
[[File:Line equation qtl7.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=IL3UCuXrUzE|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Reading an Equation ==&lt;br /&gt;
&lt;br /&gt;
Consider &amp;#039;&amp;#039;&amp;#039;y = 3x - 4&amp;#039;&amp;#039;&amp;#039;. The slope is 3 and the y-intercept is -4, so the graph passes through (0, -4). From that point, a slope of 3 can be interpreted as rise 3 and run 1. Another point is therefore (1, -1).&lt;br /&gt;
&lt;br /&gt;
[[File:Visualising a Line (y = 3x - 4).png|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
The same line can also be checked algebraically. Substitute x = 1: y = 3(1) - 4 = -1, so (1, -1) lies on the line.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Graphing from Slope-Intercept Form ==&lt;br /&gt;
&lt;br /&gt;
To graph &amp;#039;&amp;#039;&amp;#039;y = mx + b&amp;#039;&amp;#039;&amp;#039;, first plot the y-intercept (0, b). Then use the slope as a ratio of vertical change to horizontal change. Draw a straight line through the points. Check one additional point in the equation to reduce graphing errors.&lt;br /&gt;
&lt;br /&gt;
The next two diagrams separate the roles of m and b. In the first, several lines have the same y-intercept but different slopes. In the second, several lines have the same slope but different y-intercepts.&lt;br /&gt;
&lt;br /&gt;
[[File:Linear functions 03.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
[[File:Linear functions 02.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=1VS8Ie0RFVs|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Worked Example: From Standard Form to Slope-Intercept Form ==&lt;br /&gt;
&lt;br /&gt;
Suppose &amp;#039;&amp;#039;&amp;#039;2x + y = 7&amp;#039;&amp;#039;&amp;#039;. Solve for y:&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;y = -2x + 7&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
Now the slope is -2 and the y-intercept is 7. The graph contains (0, 7), and a slope of -2 means you can move right 1 and down 2 to get another point, (1, 5).&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Point-Slope Form =&lt;br /&gt;
&lt;br /&gt;
Point-slope form is&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;y - y1 = m(x - x1)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
where &amp;#039;&amp;#039;&amp;#039;m&amp;#039;&amp;#039;&amp;#039; is the slope and &amp;#039;&amp;#039;&amp;#039;(x1, y1)&amp;#039;&amp;#039;&amp;#039; is any known point on the line. This form is especially useful when a problem gives you one point and the slope, or when you have found the slope from two points and want to write an equation immediately.&lt;br /&gt;
&lt;br /&gt;
[[File:Line equation qtl10.svg|500px|frameless|center]]&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=yAwHC3OyY7c|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Why the Formula Works ==&lt;br /&gt;
&lt;br /&gt;
Take any point (x, y) on the same line as the known point (x1, y1). By the definition of slope,&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;m = (y - y1) / (x - x1)&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
Multiplying both sides by x - x1 gives&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;y - y1 = m(x - x1)&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
Point-slope form is therefore the slope formula rearranged so that it describes every point on the line.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Worked Example: A Point and a Slope ==&lt;br /&gt;
&lt;br /&gt;
A line has slope 4 and passes through (3, -2). Substitute m = 4, x1 = 3, and y1 = -2:&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;y - (-2) = 4(x - 3)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
which is&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;y + 2 = 4(x - 3)&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
This is already a correct equation of the line. If slope-intercept form is needed, distribute and solve for y:&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;y + 2 = 4x - 12&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;y = 4x - 14&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
Check the given point: substituting x = 3 gives y = 12 - 14 = -2, as required.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=yoHs1h5qtuQ|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Finding an Equation from Two Points =&lt;br /&gt;
&lt;br /&gt;
When two points are given, first calculate the slope. Then use either point in point-slope form. Afterward, convert to slope-intercept form if the problem asks for it or if you want to read the y-intercept directly.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Example:&amp;#039;&amp;#039;&amp;#039; Find the equation through (-1, 5) and (3, -3).&lt;br /&gt;
&lt;br /&gt;
The slope is&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;m = (-3 - 5) / (3 - (-1)) = -8 / 4 = -2&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
Using (-1, 5) in point-slope form gives&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;y - 5 = -2(x + 1)&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
Distribute and solve for y:&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;y - 5 = -2x - 2&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;y = -2x + 3&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
Check the second point: when x = 3, y = -6 + 3 = -3. The equation matches both points.&lt;br /&gt;
&lt;br /&gt;
{{#ev:youtube|https://www.youtube.com/watch?v=LtpXvUCrgrM|500|center}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Converting Between the Two Forms =&lt;br /&gt;
&lt;br /&gt;
Both forms can describe the same nonvertical line.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Point-slope to slope-intercept:&amp;#039;&amp;#039;&amp;#039; Start with y - y1 = m(x - x1), distribute m, and isolate y.&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Slope-intercept to point-slope:&amp;#039;&amp;#039;&amp;#039; Identify m, choose any known point on the line, and substitute that point into y - y1 = m(x - x1).&lt;br /&gt;
&lt;br /&gt;
For example, &amp;#039;&amp;#039;&amp;#039;y = 2x + 1&amp;#039;&amp;#039;&amp;#039; passes through (4, 9). Using the same slope and this point gives the equivalent point-slope equation &amp;#039;&amp;#039;&amp;#039;y - 9 = 2(x - 4)&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
A useful check is to simplify both equations. If they simplify to the same slope-intercept equation, they represent the same line.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Choosing the Best Form =&lt;br /&gt;
&lt;br /&gt;
Use &amp;#039;&amp;#039;&amp;#039;slope-intercept form&amp;#039;&amp;#039;&amp;#039; when you know or need the y-intercept, when graphing from an initial value is convenient, or when a context naturally describes a starting amount plus a constant rate.&lt;br /&gt;
&lt;br /&gt;
Use &amp;#039;&amp;#039;&amp;#039;point-slope form&amp;#039;&amp;#039;&amp;#039; when you know a slope and any point, especially if the known point is not on the y-axis. It often avoids an extra step because you do not have to find b first.&lt;br /&gt;
&lt;br /&gt;
If you are given two points, calculating the slope and then using point-slope form is usually efficient. You can convert afterward.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Modeling with Linear Equations =&lt;br /&gt;
&lt;br /&gt;
Suppose a bicycle rental costs a fixed fee of $8 plus $3 per hour. If x is the number of hours and y is the total cost in dollars, then&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;y = 3x + 8&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
The slope 3 represents the cost per additional hour, and the y-intercept 8 represents the cost at zero hours.&lt;br /&gt;
&lt;br /&gt;
Now suppose you only know that after 5 hours the cost is $23 and that the cost increases by $3 per hour. Point-slope form uses the given information directly:&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;y - 23 = 3(x - 5)&amp;#039;&amp;#039;&amp;#039;.&lt;br /&gt;
&lt;br /&gt;
Simplifying gives y = 3x + 8. The two forms express the same relationship, but each begins from different information.&lt;br /&gt;
&lt;br /&gt;
When building a model, always state what x and y represent and include units. Also ask whether a continuous straight-line model makes sense for the situation. Some quantities are only meaningful for whole-number inputs or within a limited range.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Parallel, Perpendicular, and Special Lines =&lt;br /&gt;
&lt;br /&gt;
Distinct nonvertical [[English:Parallel lines|parallel lines]] have the same slope but different y-intercepts. For example, y = 2x + 1 and y = 2x - 5 are parallel.&lt;br /&gt;
&lt;br /&gt;
Two nonvertical, nonhorizontal [[English:Perpendicular lines|perpendicular lines]] have slopes whose product is -1. For example, a line with slope 2 is perpendicular to a line with slope -1/2.&lt;br /&gt;
&lt;br /&gt;
Horizontal lines have slope 0 and equations such as y = 4. Vertical lines have equations such as x = -3. A vertical line has undefined slope, so it is not represented by y = mx + b or by point-slope form with a finite m.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Common Errors and How to Catch Them =&lt;br /&gt;
&lt;br /&gt;
A frequent point-slope error occurs with negative coordinates. If the point is (2, -5), then y - y1 becomes &amp;#039;&amp;#039;&amp;#039;y - (-5) = y + 5&amp;#039;&amp;#039;&amp;#039;. Another error is reversing the subtraction order in only one part of the slope formula. If you calculate y2 - y1, you must also calculate x2 - x1 in the same point order.&lt;br /&gt;
&lt;br /&gt;
In slope-intercept form, remember that b is the y-value at x = 0, not simply any number that appears in the equation before you isolate y. Always solve for y first if the equation is in another form.&lt;br /&gt;
&lt;br /&gt;
To check your work, substitute the known point or points into your final equation. If a given point does not satisfy the equation, revisit the slope calculation, sign changes, distribution, and algebra.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Interactive Tasks =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Quiz: Test Your Knowledge ==&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;In y = -3x + 7, what is the slope?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(negative three)&lt;br /&gt;
(!three)&lt;br /&gt;
(!seven)&lt;br /&gt;
(!negative seven)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;In y = 5x - 2, what is the y-intercept value?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(negative two)&lt;br /&gt;
(!two)&lt;br /&gt;
(!five)&lt;br /&gt;
(!negative five)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which equation is point-slope form for slope 4 through the point 2, 3?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(y minus 3 equals 4 times the quantity x minus 2)&lt;br /&gt;
(!y plus 3 equals 4 times the quantity x minus 2)&lt;br /&gt;
(!y minus 2 equals 3 times the quantity x minus 4)&lt;br /&gt;
(!y equals 4 times x plus 3)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What is the slope through the points 1, 2 and 5, 10?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(two)&lt;br /&gt;
(!negative two)&lt;br /&gt;
(!four)&lt;br /&gt;
(!eight)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which slope-intercept equation has slope -1 and y-intercept 6?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(y equals negative x plus 6)&lt;br /&gt;
(!y equals x minus 6)&lt;br /&gt;
(!y equals 6 times x minus 1)&lt;br /&gt;
(!y equals negative 6 times x plus 1)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What happens to y when x increases by 1 on a line with slope 3?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(y increases by 3)&lt;br /&gt;
(!y decreases by 3)&lt;br /&gt;
(!y increases by 1)&lt;br /&gt;
(!y stays constant)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which point is the y-intercept of y = 2x - 9?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(x zero and y negative nine)&lt;br /&gt;
(!x negative nine and y zero)&lt;br /&gt;
(!x zero and y two)&lt;br /&gt;
(!x two and y negative nine)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;What is the slope of a horizontal line?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(zero)&lt;br /&gt;
(!one)&lt;br /&gt;
(!undefined)&lt;br /&gt;
(!negative one)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Which operation begins the conversion of y - 4 = 2(x - 3) into slope-intercept form?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(distribute the slope)&lt;br /&gt;
(!square both sides)&lt;br /&gt;
(!take a square root)&lt;br /&gt;
(!divide by x)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{MC}}&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;A line has slope 2 and passes through 3, 8. What is its y-intercept value?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
(two)&lt;br /&gt;
(!three)&lt;br /&gt;
(!five)&lt;br /&gt;
(!eight)&lt;br /&gt;
&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Memory Game ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;memo-quiz&amp;quot;&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| Slope || Vertical change divided by horizontal change&lt;br /&gt;
|-&lt;br /&gt;
| Y-intercept || The value of y where a line crosses the vertical axis&lt;br /&gt;
|-&lt;br /&gt;
| Slope-intercept form || An equation written as y equals m x plus b&lt;br /&gt;
|-&lt;br /&gt;
| Point-slope form || An equation built from a slope and one known point&lt;br /&gt;
|-&lt;br /&gt;
| Parallel lines || Distinct coplanar lines with equal slopes in nonvertical cases&lt;br /&gt;
|-&lt;br /&gt;
| Perpendicular lines || Lines that meet at a right angle&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Drag and Drop ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;lueckentext-quiz&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
! Match the correct terms.&lt;br /&gt;
! Topic&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;y = mx + b&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Slope-intercept form&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;y - y1 = m(x - x1)&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Point-slope form&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;rise divided by run&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Slope&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;x = 0&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Location used to find the y-intercept&lt;br /&gt;
|-&lt;br /&gt;
| &amp;#039;&amp;#039;&amp;#039;substitute a known point&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
| Equation check&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
...&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Crossword Puzzle ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div class=&amp;quot;kreuzwort-quiz&amp;quot;&amp;gt;&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
| Gradient || What is another word often used for slope?&lt;br /&gt;
|-&lt;br /&gt;
| Intercept || What do you call a place where a graph crosses an axis?&lt;br /&gt;
|-&lt;br /&gt;
| Linear || What kind of relationship has a constant rate of change and graphs as a straight line?&lt;br /&gt;
|-&lt;br /&gt;
| Parallel || What describes distinct lines in a plane that have the same slope and never meet?&lt;br /&gt;
|-&lt;br /&gt;
| Convert || What verb means rewrite an equation in an equivalent form?&lt;br /&gt;
|-&lt;br /&gt;
| Coordinate || What is one numerical component of a point such as x or y?&lt;br /&gt;
|}&lt;br /&gt;
{{E}}&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== LearningApps ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;iframe&amp;gt; https://learningapps.org/index.php?s=Slope-Intercept+and+Point-Slope+Forms &amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
== Cloze Text ==&lt;br /&gt;
&lt;br /&gt;
&amp;lt;quiz display=simple&amp;gt;&lt;br /&gt;
{&amp;#039;&amp;#039;&amp;#039;Complete the text.&amp;#039;&amp;#039;&amp;#039;&amp;lt;br&amp;gt;&lt;br /&gt;
|type=&amp;quot;{}&amp;quot;}&lt;br /&gt;
A nonvertical line has a constant rate of change called its { slope }. In slope-intercept form, the coefficient m gives the { slope }. The constant b is the { y-intercept }. Point-slope form uses one known point and the line&amp;#039;s { slope }. To find a line through two points, first calculate their { rate of change }. When converting from point-slope form, distribute and then isolate { y }. A vertical line has an { undefined slope }. Substituting a known point into your final equation is a useful { check }.&lt;br /&gt;
&amp;lt;/quiz&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Open-Ended Tasks =&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Easy ===&lt;br /&gt;
# [[English:Slope sketch|Slope sketch]]: Draw three coordinate grids showing a positive, negative, and zero slope. Label two points on each line and explain how rise and run support your classification.&lt;br /&gt;
# [[English:Intercept hunt|Intercept hunt]]: Create five slope-intercept equations, identify each y-intercept, and graph the equations by hand or with a graphing tool.&lt;br /&gt;
# [[English:Point-slope explanation|Point-slope explanation]]: Write a short explanation for a classmate showing why y minus y1 equals m times x minus x1 uses a known point and a slope.&lt;br /&gt;
# [[English:Equation check|Equation check]]: Choose one line equation from this course, substitute two points, and write a short explanation of how substitution confirms that the points lie on the line.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Standard ===&lt;br /&gt;
# [[English:Two-point investigation|Two-point investigation]]: Create four pairs of points, calculate each slope, write each line in point-slope form, and then convert each equation to slope-intercept form.&lt;br /&gt;
# [[English:Linear cost model|Linear cost model]]: Invent a realistic pricing situation with a fixed fee and a constant rate. Define variables and units, build both equation forms, graph the model, and interpret the slope and intercept.&lt;br /&gt;
# [[English:Graph comparison poster|Graph comparison poster]]: Produce a one-page poster or digital image comparing lines with the same slope and different y-intercepts with lines that have the same y-intercept and different slopes.&lt;br /&gt;
# [[English:Peer interview on linear models|Peer interview on linear models]]: Interview a classmate about a situation that might change at a constant rate. Turn the description into a linear model and discuss where the model is useful or limited.&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
=== Advanced ===&lt;br /&gt;
# [[English:Error analysis video|Error analysis video]]: Record a short teaching video that presents and corrects three realistic errors involving signs, slope calculations, or converting between equation forms.&lt;br /&gt;
# [[English:Parallel and perpendicular design|Parallel and perpendicular design]]: Create a coordinate-plane design using at least four linear equations, including a parallel pair and a perpendicular pair. Explain how the slopes prove the relationships.&lt;br /&gt;
# [[English:Data-to-line experiment|Data-to-line experiment]]: Collect at least six measurements from a simple experiment or repeated observation, graph the data, decide whether a linear model is reasonable, and explain how slope and intercept relate to the context.&lt;br /&gt;
# [[English:Multiple representations project|Multiple representations project]]: Choose one linear relationship and present it as a verbal rule, table, graph, slope-intercept equation, and point-slope equation. Explain what information is easiest to see in each representation.&lt;br /&gt;
&lt;br /&gt;
{{:Open Task - Create a MOOC}}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Learning Assessment =&lt;br /&gt;
&lt;br /&gt;
# [[English:Form choice and justification|Form choice and justification]]: Given three different sets of information about a line, choose slope-intercept or point-slope form for each case and justify why your choice is efficient.&lt;br /&gt;
# [[English:Equivalent equations|Equivalent equations]]: Show algebraically that two differently written linear equations represent the same line, then verify the result with two points or a graph.&lt;br /&gt;
# [[English:Model interpretation|Model interpretation]]: Analyze a linear model from a real situation, explain the meanings and units of slope and y-intercept, and identify a domain where the model makes sense.&lt;br /&gt;
# [[English:Error diagnosis|Error diagnosis]]: Examine a worked solution containing a slope or sign error, locate the first incorrect step, correct it, and explain why the correction works.&lt;br /&gt;
# [[English:Transfer to geometry|Transfer to geometry]]: Write equations for a line through a given point and for a parallel or perpendicular line through another point, then justify the slope relationships.&lt;br /&gt;
# [[English:Two-point reasoning|Two-point reasoning]]: Derive an equation from two points, express it in both forms, and explain how you know both equations describe exactly the same line.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Evidence of Learning =&lt;br /&gt;
&lt;br /&gt;
Strong evidence of learning includes accurate knowledge of slope, y-intercept, slope-intercept form, point-slope form, and the conditions for horizontal and vertical lines. It also includes the skill to calculate slope from two points, graph a line, convert between forms, verify an equation by substitution, and explain each algebraic step.&lt;br /&gt;
&lt;br /&gt;
Your products can include annotated graphs, solved examples, a linear model with units, a comparison poster, a short explanation or video, and a project connecting verbal, tabular, graphical, and algebraic representations. Transfer is demonstrated when you choose a suitable form in a new context, interpret slope and intercept meaningfully, recognize limitations of a model, and use slope relationships in geometric reasoning.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= OERs on the Topic =&lt;br /&gt;
&lt;br /&gt;
The English Wikipedia article on [[English:Linear equation|linear equations]] gives broader background on equations whose graphs are straight lines.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;iframe&amp;gt; https://en.m.wikipedia.org/wiki/Linear_equation &amp;lt;/iframe&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= Linked Learning Areas =&lt;br /&gt;
&lt;br /&gt;
{| align=center&lt;br /&gt;
{{:D-Tab}}&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;[[English:Linear equations|Linear equations]]&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
# [[English:Cartesian coordinate system|Cartesian coordinate system]]&lt;br /&gt;
# [[English:Slope|Slope]]&lt;br /&gt;
# [[English:Linear function|Linear function]]&lt;br /&gt;
# [[English:Equation of a line|Equation of a line]]&lt;br /&gt;
# [[English:Parallel lines|Parallel lines]]&lt;br /&gt;
# [[English:Perpendicular lines|Perpendicular lines]]&lt;br /&gt;
# [[English:Systems of linear equations|Systems of linear equations]]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
{{BR}}&lt;br /&gt;
= aiMOOC Projects =&lt;br /&gt;
[[Category:English]]&lt;br /&gt;
[[Category:Slope-Intercept and Point-Slope Forms]]&lt;br /&gt;
[[Category:Mathematics]]&lt;br /&gt;
[[Category:Algebra]]&lt;br /&gt;
[[Category:Linear equations]]&lt;br /&gt;
[[Category:Grades 9-10]]&lt;br /&gt;
[[Category:AI_MOOC]]&lt;br /&gt;
[[Category:GPT aiMOOC]]&lt;br /&gt;
{{MT}}&lt;/div&gt;</summary>
		<author><name>Glanz</name></author>
	</entry>
</feed>