What Kind of Reality Check Do I Need Quiz
Q&A for How to Find the Equation of a Line
Coming soon
Search
-
QuestionHow do I find an intercept of a line?DonaganTop AnswererUsing the equation, set x equal to zero and solve for y to find the y-intercept, or set y equal to zero and solve for x to find the x-intercept.
-
QuestionWhat should I do with a negative y?Community AnswerYou multiply the whole equation by -1 to remove the negative sign. For example, if the question is: -y=-5x+1, you would then change the question to: -y*(-1) = (-5x+1)*(-1), and then get: y=5x-1.
-
QuestionWhat about given a slope and an intercept in y?DonaganTop AnswererExpress the equation in standard form, y = mx + b, where m is the slope, and b is the y-intercept.
-
QuestionThe teacher wants me to write the equation of a line. If the gradient is 3 and the y intercept is -5, is the equation y = 3x + -5?DonaganTop AnswererYes, y = 3x - 5.
-
QuestionWhat if my parallel line is the y-axis?DonaganTop AnswererThat means the line you're looking for would be defined as x = b: the line is vertical, m is "undefined" (infinity), and b is the x-intercept.
-
QuestionHow do I find whether a point (coordinate) falls on a line?DonaganTop AnswererTake the x- and y-coordinates of the point, and insert them into the equation of the line. If the equation holds true with those x and y values inserted, the point is on the line.
-
QuestionHow do I find a parallel line?DonaganTop AnswererAssuming a given straight line in the form of y = mx + b, any parallel line would have the same form with the same "m" but a different "b."
-
QuestionHow would I solve a system with only one given point?DonaganTop AnswererA "system" consists of at least two different equations (and thus at least two lines on a graph). As the above article explains, two pieces of information are required in order to define a line: a point and a slope. To "solve a system with only one given point," the point would have to be the intersection of the lines, and you would then need each line's slope.
-
QuestionWhat about one point and no slope?DonaganTop AnswererAs the above article explains, two pieces of information are required in order to define a straight line: the line's slope and a point on the line. If you don't know the slope, you could have an infinite number of lines passing through a given point.
-
QuestionHow do I find the vertices of right angled triangles using slopes?Community AnswerAll right-angled triangles have two vertices of 45 degrees and one of 90 degrees.
-
QuestionWhat is the equation of the line with slope -2 and passing through (5,4)?I_l1ke_gam3sCommunity AnswerThe slope (m) is -2. You're given values for x and y (5 and 4). Plug all those values into y = mx + b, and you'll find b. So 4 = -2(5) + b. Then 4 = -10 + b, and 14 = b. So the equation you're looking for is y = -2x + 14.
-
QuestionHow do you get the equation of a line with one coordinate only?DonaganTop AnswererIt's not possible. Assuming "one coordinate" means "one point" (and thus you know only one point through which the line passes), there could be an infinite number of lines passing through that one point.
-
QuestionHow to find the equation of a line with a slope of -1 and passing throuh (-2,4)?DonaganTop AnswererA slope of -1 means that the line loses one unit on the y-axis for every unit it gains on the x-axis. Thus, as this line moves (gains) from -2 to zero on the x-axis, it moves (loses) from 4 to 2 on the y-axis. Thus, its y-intercept is 2. Using the standard form y = mx + b, m (the slope) is given as (-1), and b (the y-intercept) is found to be 2. The equation is therefore y = (-1)x + (2) = -x + 2 = 2 - x.
-
QuestionIf you have to find an equation for a horizontal line that passes through one point, how would you write out that equation?DonaganTop AnswererAny horizontal line will be represented by an equation in which y is equal to a constant (for example, y = 4). The constant will be the y-coordinate of the point through which the line passes. For example, if the horizontal line passes through the point (3,2), the equation will be y = 2.
-
QuestionHow do you find the slope?DonaganTop Answerer
-
QuestionHow to find the equation of a line when points are given?DonaganTop AnswererUse Method 2 above.
-
QuestionPoints A(p,6), B(-3,q) and C(r,8) are on line whose equation is y=-2x+3. How do I find coordinates for A,B,C?DonaganTop AnswererFor each of the points A, B and C, plug the known coordinate into the equation and solve for the unknown coordinate. For example, for point A, y is 6, so solve for x: 6 = -2x + 3. Then 3 = -2x, and x = -3/2. So A is (-3/2, 6). Do the same for B (where x is already known) and C (where y is already known).
-
QuestionWrite down the equation of the line paralle to y=3x_4 and passes through the point (0,2)?DonaganTop AnswererThe line will have a slope of +3, because it's parallel to y = 3x - 4, and it will intercept the y-axis at +2, because it passes through (0,2). Therefore, the equation of the line is y = 3x + 2.
-
QuestionWhat is the answer to: find the equation of the line that passes through the point (3,6) with gradient 2?DonaganTop AnswererA straight line passing through (3,6) with a gradient of 2 will pass through the origin (0,0). That's because every point on the line is 2 units above the x-axis for every 1 unit it is to the right of the y-axis. (Thus, it passes through (3,6).) Therefore, the y-intercept is 0, and the equation of the line is y = 2x + 0 or y = 2x.
-
QuestionA straight line passes through the points (4,3) and (-2,6). What is the equation of the line?Community AnswerTo find the slope, use the formula m = (y2 - y1) / (x2 - x1). So the slope is (6 - 3) / (-2 - 4) = 3 / -6 = -1/2. The slope-intercept formula is y = mx + b. So y = (-½)x + b. To find b, plug either of the x/y coordinates given in the question into this last slope-intercept equation. 3 = (-½)(4) + b. Then 3 = -2 + b, and 5 = b. So the equation of the line is y = (-½)x + 5. (If you don't like the look of that equation, you could express it as y = 5 - (x/2), or 2y = 10 - x.)
-
QuestionHow do I find the equation of the line that is parallel to y = 6 - 2x and passes through (-1, 2)?Jasmine SnowdropCommunity AnswerAny line parallel to a line ax + by + c = 0 is of the form ax + by + k = 0. Substitute the point given in the second equation to determine k.
-
QuestionWhat number in the equation helps you determine where the line will cross the y-axis?DonaganTop AnswererIn the case of the linear equation y = mx + b, b is the y-intercept. In other cases where y equals some expression in x, set x equal to 0, and y will be equal to the y-intercept.
-
QuestionIf the mid point of the line AB is (4,3)and am given the coordinates of B as (6,5) what are the coordinates of A?DonaganTop AnswererA is twice as far from B as the midpoint is. On the x-axis, the midpoint is 6 - 4 = 2 units from B, so A is 4 units from B. That means that A's x-coordinate is 6 - 4 = 2. On the y-axis, the midpoint is 5 - 3 = 2 units from B, so A is also 4 units from B on that axis. That means that A's y-coordinate is 5 - 4 = 1. So the A coordinates are (2,1).
-
QuestionHow do I construct a circle?DonaganTop AnswererAssuming a compass is unavailable or not large enough, use a string, rope or chain. Set one end of it at a convenient point for the center, and set a pencil, chalk or stylus at a convenient radius along the string, etc. Draw the circle around the point.
-
QuestionCan the slope, when finding the equation of a line, be negative?Community AnswerYes it can. For example the equation: y=-2x+3, where -2 is the slope and 3 is the y intercept. If you graph this, it forms a negative line.
-
QuestionHow would I find a line's equation if I know one point on the line and have the equation for another parallel line?Community AnswerYou would take the slope from that line and use the above example to use the given point and the slope to figure out which point would be the slope the line would go through.
-
QuestionHow do I find the equation of a line if the x-coordinates are the same, but the y is different?DonaganTop AnswererIf you mean that you are given two points on the line, and the x-coordinates of the points are the same, while the y-coordinates are not the same, you're describing a vertical line (parallel to the y-axis). The equation of the line is x = a, where "a" is the x-coordinate of the two given points (and every other point on the line).
-
QuestionHow do I find the equation of a line given the slope and an equation tangent to it?DonaganTop AnswererOnly straight lines have a single slope. Straight lines, however, do not have tangents.
-
QuestionHow do I find the equation of a line passing through (-2,1) parallel to the equation x=9?DonaganTop Answererx=9 is a vertical line (parallel to the y-axis). So the equation you're looking for is of a line that's also vertical, meaning that the equation will take the form of x=a ("a" being the line's distance from the y-axis). Since this line passes through (-2,1), it's a vertical line two units to the left of the y-axis. Its equation is x = -2.
-
QuestionHow do I find the coordinates of the point where the line y = x + 2 cuts (crosses) the y-axis?DonaganTop AnswererAll points on the y-axis have an x value of 0. So 0 Is the x-coordinate. To find the y-coordinate, let x be zero in the equation y = x + 2. On this line when x is zero, y is 2. So the point you're looking for is (0,2).
Ask a Question
200 characters left
Include your email address to get a message when this question is answered.
Submit