How to find y intercept of two points - Glenn Dobbs, Zeke Bratkowski, Tommy Wade, Ken Stabler, Steve DeBerg and Ty Detmer are tied for the NFL record for the most interceptions thrown in one game. Each quarterback has th...

 
15 Mar 2022 ... Question: To find an equation for a line between two points, you need two things. 1. The y-intercept of the graph. 2. The slope of the line.. How long does it take to learn javascript

28 Dec 2015 ... http://bit.ly/tarversub Subscribe to join the best students on the planet!! ----Have Instagram? DM me your math problems!Ian Pulizzotto. 5 years ago. The forms y=mx+b and y=mx+a are essentially the same, except for the naming of the constant term. The form y=mx+b means slope m and y-intercept b; similarly, the form y=mx+a means slope m and y-intercept a. The form y=m (x-a) is essentially different from the other two forms, and means slope m and x-intercept ...Find the \(x\)-intercept of the equation \(y=-3x – 4\). Solution: To find the \(x\)-intercept, set \(y=0\): \(y ... GED Math Workbook Comprehensive Math Practices and Solutions The Ultimate Test Prep Book with Two Full-Length Practice Tests $ 29. ... GED Math Made Easy Study Guide to Ace Your Test with Key Points, Examples, and ...Simplifying, we get y − b = mx, or y = mx + b. This is called the Slope-Intercept Formula. Two Points Determine a Line. To use the Point-Slope ...To graph a linear equation by plotting points, you can use the intercepts as two of your three points. Find the two intercepts, and then a third point to ensure ...We can rewrite an equation in point-slope form to be in slope-intercept form y=mx+b, to highlight the same line's slope and y-intercept. Questions Tips & ...Oct 6, 2021 · To summarize, any linear equation can be graphed by finding two points and connecting them with a line drawn with a straightedge. Two important and useful points are the \(x\)- and \(y\)-intercepts; find these points by substituting \(y = 0\) and \(x = 0\), respectively. This method for finding intercepts will be used throughout our study of ... Feb 10, 2023 · Now write your answer in coordinate form, with the x-value and y-value of the intersection points. If you have two answers, make sure you match the correct x-value to each y-value. Example: When we plugged in =, we got =, so one intersection is at (2, 9). In Understand Slope of a Line, we graphed a line using the slope and a point. When we are given an equation in slope–intercept form, we can use the \ (y\)-intercept as the point, and then count out the slope from there. Let’s practice finding the values of the slope and \ (y\)-intercept from the equation of a line.So, we need to calculate it. Remember, "b" in the form: "y=mx+b" is the y-intercept. We're going to use this formula ...If the line L intercepts the y-axis at the point (0, b) and has slope m, then the equation of the line is. y = mx + b. This form of the equation of a line is called the slope-intercept form. …These two equations are of the form Ax+By=C.Ax+By=C. We substituted y=0y=0 to find the x- intercept and x=0x=0 to find the y-intercept, and then found a third point by choosing another value for x or y. Equation #5 is written in slope–intercept form. After identifying the slope and y-intercept from the equation we used them to graph the line. Here are the steps to find the y intercept of a function y = f (x), we just substitute x = 0 in it. solve for y. represent the y-intercept as the point (0, y). Here are some examples of y intercepts. The y-intercept of y = 5x 2 + 2 is, (0, 2) because when we substitute x = 0, we get y = 5 (0) 2 + 2 = 2. So if we simplify this a little bit, we get 8 is equal to-- let's see, 5 times 17 is 50, plus 35 is 85-- is 85/13 plus b. Then to solve for b, we just subtract 85/13 from both sides. So we have 8 minus 85/13. 85/13 Is equal to b. And now we just have to subtract these two numbers. Step 1: Find the slope (m). Use the formula to find the slope between the two points. Once you know the slope, plug it in for m in y = mx + b. This gives you y = 3x + b. Step 2: Find the y-intercept (b). Pick one of the points on the line and use the x and y values to find b. It does not matter which point you choose.To find the equation of this line, follow three steps: Figure 1. Step 1. Find the slope using the slope formula: m = y 2 − y 1 x 2 − x 1. m = y 2 − y 1 x 2 − x 1 Slope formula m = 13 − ( − 3) − 5 − 3 Substitute values of x & y m = 16 − 8 Simplify numerator and denominator m = − 2 Simplify the fraction. The slope is -2 for ...The explosive device sent to CNN in New York was intercepted in the mailroom. Along with government agencies, US corporations have been on high alert since 9/11. The explosive devi...How To: Given two points on a line and a third point, write the equation of the perpendicular line that passes through the point. Determine the slope of the line passing through the points. Find the negative reciprocal of the slope. Use slope-intercept form or point-slope form to write the equation by substituting the known values. Simplify.The y-intercept is the point at which the graph crosses the y-axis. To find the x-intercept of a line, substitute 0 for y into the equation and solve for x. To ...Jan 18, 2024 · How do I find the slope-intercept line equation from two points? To compute the equation of the line passing through points (x1, y1) and (x2, y2): Compute the slope …8 July 2019 ... By this I mean if you look at any graph, for the point a line touches the y-axis, the x-value of a coordinate is always = 0. Knowing this, if ...To find the equation of a line given two points: Label one point as (𝑥 1, y 1) and the other point as (𝑥 2, y 2 ). Calculate the slope using m = (y2 – y1) ÷ (𝑥2 – 𝑥1). Substitute m and …Dec 21, 2023 · 3. Combine INTERCEPT and SLOPE Functions for Showing Intersection in Excel Graph. The combination of the INTERCEPT and SLOPE functions will give us the ordinate and the abscissa of the intersection point between two lines. The INTERCEPT function will estimate the distance of the intersection of the lines on the y-axis. Using the formula y=mx+b I have written the below code to solve the point of intersection for two infinite lines without the use of any dependencies such as numpy. I am specifically looking to achieve a dependency free solution. Unfortunately, It consistently returns the wrong result when solving for the Y intercept of each line, and ...To find where y=1/2x+5 and the original line y=-2x intersect, set them equal to each other. Let y in both of the equations equal the same value. You are doing this because at the two lines' point of intersection, both lines will share the same x and y value. So, let y=1/2x+5 equal y=-2x. That means. -2x = 1/2x+5.28 Dec 2015 ... http://bit.ly/tarversub Subscribe to join the best students on the planet!! ----Have Instagram? DM me your math problems!Using the formula y=mx+b I have written the below code to solve the point of intersection for two infinite lines without the use of any dependencies such as numpy. I am specifically looking to achieve a dependency free solution. Unfortunately, It consistently returns the wrong result when solving for the Y intercept of each line, and ...To find the equation of line in slope-intercept form when two points (x₁, y₁) and (x₂, y₂) on a line are given, Find the slope using m = (y₂ - y₁) / (x₂ - x₁). Substitute it in the equation y = mx + b. Substitute any one of the given points to … · Algebra 1 > Forms of linear equations > Intro to slope-intercept form. Slope and y-intercept from equation. Google Classroom. About. Transcript. In an equation in slope-intercept form (y=mx+b) the slope is m and the y-intercept is b. We can also …Finding Intercepts From an Equation. X Intercept: where the graph of an equation crosses the x-axis. Y Intercept: where the graph of an equation crosses the y-axis. To find the intercepts: When you want the x intercepts (x,0): Set y=0 then solve for x. When you want the y intercepts (0,y):The points of the intecepts are (2,0) and (0,5). to find the equation of the line, you need to put it into slope-intercept form which is y=mx+b, where m is the slope and b is the y intercept. to find the slope you do 5-0 where you subtract the second y (5) from the first y (0). you put that over 0-2, where you subtract the first x (2) from the second x (0). your …To find the equation of this line, follow three steps: Figure 1. Step 1. Find the slope using the slope formula: m = y 2 − y 1 x 2 − x 1. m = y 2 − y 1 x 2 − x 1 Slope formula m = 13 − ( − 3) − 5 − 3 Substitute values of x & y m = 16 − 8 Simplify numerator and denominator m = − 2 Simplify the fraction. The slope is -2 for ...Explore math with our beautiful, free online graphing calculator. Graph functions, plot points, visualize algebraic equations, add sliders, animate graphs, and more.Mar 29, 2022 · Solution: Substitute \ (x=0\) and solve for \ (y\): \ (y=0^2-2 (0)-3\) \ (y=-3\) So, the \ (y\)-intercept is \ (-3\) or \ ( (0,-3)\). How To Find The X and Y Intercepts of a Line. …To find the equation of a line given two points: Label one point as (𝑥 1, y 1) and the other point as (𝑥 2, y 2 ). Calculate the slope using m = (y2 – y1) ÷ (𝑥2 – 𝑥1). Substitute m and either (𝑥 1, y 1) or (𝑥 2, y 2) into y = m𝑥 + c. Solve the resulting equation for c.Air defense systems may be as dangerous to civilians as the missiles they are intended to intercept. The Ukrainian Boeing 737 that crashed in Tehran on Jan. 7 was accidentally down...To find the y-intercept, find where the line hits the y-axis. To find the x-intercept (which wasn't mentioned in the text), find where the line hits the x-axis. To find the slope, find …Sep 6, 2020 · Last updated on February 2nd, 2022. The y-intercept of an equation is a point where the graph of the equation intersects the Y-axis. There are a few different ways to find the y-intercept with 2 points. Here is how you can find the Y-intercept with the equation from 2 points using the slope-intercept form. y-intercept\:y=\frac{x^2+x+1}{x} y-intercept\:f(x)=x^3 ; y-intercept\:f(x)=\ln(x-5) y-intercept\:f(x)=\frac{1}{x^2} y-intercept\:y=\frac{x}{x^2-6x+8} y-intercept\:f(x)=\sqrt{x+3} y …To find where y=1/2x+5 and the original line y=-2x intersect, set them equal to each other. Let y in both of the equations equal the same value. You are doing this because at the two lines' point of intersection, both lines will share the same x and y value. So, let y=1/2x+5 equal y=-2x. That means. -2x = 1/2x+5. Finding Intercepts From an Equation. X Intercept: where the graph of an equation crosses the x-axis. Y Intercept: where the graph of an equation crosses the y-axis. To find the intercepts: When you want the x intercepts (x,0): Set y=0 then solve for x. When you want the y intercepts (0,y): Explore math with our beautiful, free online graphing calculator. Graph functions, plot points, visualize algebraic equations, add sliders, animate graphs, and more. To find the equation of a line given two points: Label one point as (𝑥 1, y 1) and the other point as (𝑥 2, y 2 ). Calculate the slope using m = (y2 – y1) ÷ (𝑥2 – 𝑥1). Substitute m and either (𝑥 1, y 1) or (𝑥 2, y 2) into y = m𝑥 + c. Solve the resulting equation for c. We substituted y = 0 y = 0 to find the x-intercept and x = 0 x = 0 to find the y-intercept, and then found a third point by choosing another value for x x or y y. Equations #5 and #6 are written in slope–intercept form. After identifying the slope and y-intercept from the equation we used them to graph the line. This leads to the following ...Dec 21, 2023 · 3. Combine INTERCEPT and SLOPE Functions for Showing Intersection in Excel Graph. The combination of the INTERCEPT and SLOPE functions will give us the ordinate and the abscissa of the intersection point between two lines. The INTERCEPT function will estimate the distance of the intersection of the lines on the y-axis. 3. Combine INTERCEPT and SLOPE Functions for Showing Intersection in Excel Graph. The combination of the INTERCEPT and SLOPE functions will give us the ordinate and the abscissa of the intersection point between two lines. The INTERCEPT function will estimate the distance of the intersection of the lines on the y-axis. These points are called x-intercepts and y-intercepts, respectively. What is the formula for slope and y-intercept? The slope-intercept form of a linear equation is y = mx + b, where m is the slope of the line and b is the y-intercept. Substituting the slope and y-intercept into the slope-intercept form of a line gives \[y=2x+4\] Given a graph of linear function, find the equation to describe the function. Identify the y-intercept of an equation. Choose two points to determine the slope. Substitute the y-intercept and slope into the slope-intercept form of a line.From there, we can solve for b, and see that b = 0: 2 = 2 + b. 2 - 2 = 2 + b - 2. 0 = b. Since b is 0, our completed equation looks like this: y = 2x + 0. To find the intercepts of this equation, we just substitute a 0 in the right place. To … To find the y -intercept, we need to "zoom in" on the table to find where x = 0 . The point ( 0, − 10.5) is our y -intercept. Want to learn more about finding intercepts from tables? Check out this video. Example: Intercepts from an equation. We're asked to determine the intercepts of the graph described by the following linear equation: 3 --> y = mx + b =. y = 3x + b. 3. Plug the points of the midpoint into the line. You already know that the midpoint of the points (2, 5) and (8, 3) is (5, 4). Since the perpendicular bisector runs through the midpoint of the two lines, you can plug the coordinates of the midpoint into the equation of the line. Starting from the [latex]y[/latex]-intercept, find another point using the slope. Slope contains the direction how you go from one point to another. The numerator tells you how many steps to go up or down (rise) while the denominator tells you how many units to move left or right (run). Slope formula: two points on a line ; Slope-intercept formula: y = mx + b. the slope and y-intercept of a line ; Point-slope formula: y - y1 = m(x - x1). the ...I am working on a project for my seventh grade math class and I was wondering how would I calculate the Y-Intercept of a graph with two points knowing the position of the two points. Here is what I have: Option Explicit Dim X1, X2, Y1, Y2, Y, X, S X1=InputBox("Enter X1") Y1=InputBox("Enter Y1") X2=InputBox("Enter X2") Y2=InputBox ...How To: Given two points on a line and a third point, write the equation of the perpendicular line that passes through the point. Determine the slope of the line passing through the points. Find the negative reciprocal of the slope. Use slope-intercept form or point-slope form to write the equation by substituting the known values. Simplify.Step 1: Find the slope (m). Use the formula to find the slope between the two points. Once you know the slope, plug it in for m in y = mx + b. This gives you y = 3x + b. Step 2: Find the y-intercept (b). Pick one of the points on the line and use the x and y values to find b. It does not matter which point you choose.Ian Pulizzotto. 5 years ago. The forms y=mx+b and y=mx+a are essentially the same, except for the naming of the constant term. The form y=mx+b means slope m and y-intercept b; similarly, the form y=mx+a means slope m and y-intercept a. The form y=m (x-a) is essentially different from the other two forms, and means slope m and x-intercept ...Here are the steps to find the y intercept of a function y = f (x), we just substitute x = 0 in it. solve for y. represent the y-intercept as the point (0, y). Here are some examples of y intercepts. The y-intercept of y = 5x 2 + 2 is, (0, 2) because when we substitute x = 0, we get y = 5 (0) 2 + 2 = 2.first calculator finds the line equation in slope-intercept form, that is, y=ax+b. It also outputs slope and intercept parameters and displays the line on a ...waterboy5281, I suppose you are right, that there is typically a trade-off between efficiency and precision, given the same algorithm. However, a better algorithm is often both faster and more precise. @mcdowella, I like the idea of finding the approximate position of the intersection via the "nearest data point" method, and then using this information to …Feb 19, 2024 · 1. Pick two points on the line. Draw dots on the graph to represent these points, and note their coordinates. Remember when graphing points to list the x …24 May 2023 ... We represent the equation of a straight line using the formula: ax+by=c, where x and y are variables. The two-point form of a line is used to ...Algebra. Slope and Y-Intercept Calculator. Step 1: Enter the linear equation you want to find the slope and y-intercept for into the editor. The slope and y-intercept calculator takes a …The y-intercept is the point at which the graph crosses the y-axis. To find the x-intercept of a line, substitute 0 for y into the equation and solve for x. To ...The two points it gives are time = 0 at 1200 meters and time = 4 hours 1700 meters, so the points are (0, 1200) and (4, 1700) so let's go ahead and find the slope. now the y intercept. the y intercept is when x = 0. But hey, we know the point where x = 0, so we know the y intercept. b = 1200. Hope this helps!The straight line through two points will have an equation in the form \(y = mx + c\) We can find the value of m, the gradient of the line, by forming a right-angled triangle using the coordinates ...Find the slope (m). · Find the y-intercept (b). · Replace m and b with the slope and y-intercept (respectively) in y=mx+b.Here are the steps to find the y intercept of a function y = f (x), we just substitute x = 0 in it. solve for y. represent the y-intercept as the point (0, y). Here are some examples of y intercepts. The y-intercept of y = 5x 2 + 2 is, (0, 2) because when we substitute x = 0, we get y = 5 (0) 2 + 2 = 2.Here are the steps to find the y intercept of a function y = f (x), we just substitute x = 0 in it. solve for y. represent the y-intercept as the point (0, y). Here are some examples of y intercepts. The y-intercept of y = 5x 2 + 2 is, (0, 2) because when we substitute x = 0, we get y = 5 (0) 2 + 2 = 2.Learn how to find the slope-intercept equation of a line from two points on that line. If you haven't read it yet, you might want to start with our introduction to slope-intercept form. …Well, the situation in which the tub has drained completely, that means the there's no water left in the tub. So that means that our y-value, our water value is down at zero. And that happens on the graph right over there. And this point where the graph intersects the x-axis, that's known as the x-intercept. And in this context, it says, hey ...To find the y-intercept using two points, we first need to calculate the slope (m). Consider two points on the line, for example, (3, 5) and (6, 11). The slope is calculated using the formula: For the points (3, 5) and (6, 11), the slope m is calculated as: Once the slope is determined, the next step is to find the y-intercept, b.Feb 10, 2023 · Now write your answer in coordinate form, with the x-value and y-value of the intersection points. If you have two answers, make sure you match the correct x-value to each y-value. Example: When we plugged in =, we got =, so one intersection is at (2, 9). Feb 6, 2024 · Graph of the line for y = mx + b; Point Slope Form y - y 1 = m(x - x 1) Slope Intercept Form y = mx + b; Standard Form Ax + By = C; y-intercept, when x = 0; x-intercept, when y = 0; You will also be provided with a custom link to the Midpoint Calculator that will solve and show the work to find the midpoint and distance for your given two points. A quadratic function is a polynomial function of degree two. The graph of a quadratic function is a parabola. The general form of a quadratic function is f(x) = ax2 + bx + c where a, b, and c are real numbers and a ≠ 0. The standard form of …Slope = y1 − y2 x1 − x2 = m. By putting the x and y values for the two points into the slope equation the value for m can be found. The equation of a line in the slope intercept form is. y = mx + b. After finding m using the slope equation substitute one set of point values for y and x. This leaves b as the only unknown.Mar 1, 2022 · Slope-intercept equation given slope and y-intercept (example) Instead of being given two points, we may need to know how to find slope-intercept form with slope and the y-intercept. In this example, we will use a slope of -4 and a y-intercept of \frac{1}{5}. Remember, the slope is represented by m and the y-intercept is represented by b. Since we will be graphing these functions on the x, y coordinate axes, we can express the lines this way: y = 2x + 3. y = -0.5x + 7. Note that these two lines are in slope-intercept form. These two lines look this way: Now, where the two lines cross is called their point of intersection. Certainly this point has (x, y) coordinates.The explosive device sent to CNN in New York was intercepted in the mailroom. Along with government agencies, US corporations have been on high alert since 9/11. The explosive devi... AboutTranscript. Learn how to write an equation in slope-intercept form (y=mx+b) for the line with a slope of -3/4 that goes through the point (0,8). We identify the slope (m) and y-intercept (b) to create our equation y = (-3/4)*x + 8. Created by Sal Khan and Monterey Institute for Technology and Education. So if we simplify this a little bit, we get 8 is equal to-- let's see, 5 times 17 is 50, plus 35 is 85-- is 85/13 plus b. Then to solve for b, we just subtract 85/13 from both sides. So we have 8 minus 85/13. 85/13 Is equal to b. And now we just have to subtract these two numbers. The function intercepts points are the points at which the function crosses the x-axis or the y-axis. These points are called x-intercepts and y-intercepts, respectively. What is the formula for slope and y-intercept? The slope-intercept form of a linear equation is y = mx + b, where m is the slope of the line and b is the y-intercept. ...16 Jan 2023 ... Then, use one of the points to calculate the y-intercept, b = y₁ - mx₁. Finally, the slope intercept equation is y = mx + b. Answered by ...Substitute y=0 into the equation to find the 𝑥-intercept. Connect these two intercepts with a straight line. For example, graph the linear function of y – 4𝑥 = 8. ... To find the y intercept from 2 points: Find the gradient of the line by dividing the difference in the y coordinates by the difference in x coordinates.AboutTranscript. The standard form for linear equations in two variables is Ax+By=C. For example, 2x+3y=5 is a linear equation in standard form. When an equation is given in this form, it's pretty easy to find both intercepts (x and y). This form is also very …

Now I have the slope and two points. I know I can find the equation (by solving first for "b") if I have a point and the slope; that's what I did in the previous example. Here, I have two points, which I used to find the slope. Now I need to pick one of the points (it doesn't matter which one), and use it to solve for b. Using the point (−2 .... Energy drinks brands

how to find y intercept of two points

The graph of a quadratic function is a parabola. The general form of a quadratic function is f(x) = ax2 + bx + c with real number parameters a, b, and c and a ≠ 0. The standard form or vertex form of a quadratic function is f(x) = a(x − h)2 + k with real number parameters a, h, and k and a ≠ 0.How Do You Find the X- and Y-Intercepts of a Line in Slope-Intercept Form? To find the x-intercept of a given linear equation, plug in 0 for 'y' and solve for 'x'. To find the y-intercept, plug 0 in for 'x' and solve for 'y'. In this tutorial, you'll see how to find the x-intercept and the y-intercept for a given linear equation. Check it out! To find where y=1/2x+5 and the original line y=-2x intersect, set them equal to each other. Let y in both of the equations equal the same value. You are doing this because at the two lines' point of intersection, both lines will share the same x and y value. So, let y=1/2x+5 equal y=-2x. That means. -2x = 1/2x+5. To find the x-intercept we generally just use the same formula 'y=mx+b'. The reason that 'b' is the y-intercept is because at the 'y-axis, x=0'. By this I mean if you look at any graph, for the point a line touches the y-axis, the x-value of a coordinate is always = 0. Knowing this, if you substitute 0 in for x in the formula you get: Step 3: Find the Y-Value of Intersection. Next, type the following formula into cell H3 to find the y-value of intersection: =SLOPE(B3:B6,A3:A6)*H2+INTERCEPT(B3:B6,A3:A6) The following screenshot shows how to use this formula in practice: The y-value of intersection turns out to be 3. Send us Feedback. Free y=mx+b calculator - find the slope intercept form of a line given two points, a function or the intercept step-by-step. In Understand Slope of a Line, we graphed a line using the slope and a point. When we are given an equation in slope–intercept form, we can use the \ (y\)-intercept as the point, and then count out the slope from there. Let’s practice finding the values of the slope and \ (y\)-intercept from the equation of a line.Explore math with our beautiful, free online graphing calculator. Graph functions, plot points, visualize algebraic equations, add sliders, animate graphs, and more.Sep 14, 2023 · Because \(b=11\), the \(y\)-intercept is 11. 2. Find the \(y\)-intercept of a linear function using two points from a table or graph. Using a table or a graph, identify two points shown. First, record the coordinates (\(x,y\)) for each point. Using this information, find the rise and run to identify the slope. Calculate the rise by finding the ... y = 2×1 + 1 = 3. Check for yourself that x=1 and y=3 is actually on the line. ... Every point on the line has x coordinate 1.5, that is why its equation is ... Now Play With The Graph ! You can see the effect of different values of m (the slope) and b (the y intercept) at Explore the Straight Line Graph . Other Forms. We have been looking at ...To begin, we graph our first parabola by plotting points. Given a quadratic equation of the form y = ax2 + bx + c, x is the independent variable and y is the dependent variable. Choose some values for x and then determine the corresponding y -values. Then plot the points and sketch the graph. Example 9.5.1.For any given graph there can be two intercepts - x-intercept and y-intercept. To use the y intercept calculator, enter the values in the given input boxes. ... Find the y-intercept for given equation 1.3x + 0.6y - 2.4 = 0 and verify it using the online y intercept calculator. Solution: Given equation: 1.3x + 0.5y - 2.4 = 0.Algebra. Slope and Y-Intercept Calculator. Step 1: Enter the linear equation you want to find the slope and y-intercept for into the editor. The slope and y-intercept calculator takes a …Here's how to find the two x-values for lines that intersect at two points: Example (factoring): We ended up with the equation. ( x − 2 ) ( x + 3 ) = 0 {\displaystyle (x-2) (x+3)=0} If either of the factors in parentheses equal 0, the equation is true. One solution is. x − 2 = 0 {\displaystyle x-2=0} →.Jan 18, 2024 · How do I find the slope-intercept line equation from two points? To compute the equation of the line passing through points (x1, y1) and (x2, y2): Compute the slope …1 Mar 2022 ... In this case, the line crosses the y y y-axis at the point ( 0 , − 2 ) (0,-2) (0,−2), so the y y y-intercept is − 2 -2 −2. Graphing the line ....

Popular Topics