* Linear/graphing question - Thanks

  • Thread starter Thread starter nukeman
  • Start date Start date
  • Tags Tags
    Thanks
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
nukeman
Messages
651
Reaction score
0

Homework Statement



L: 2x - y = 5
M: x + y = 4

So I got:

L: y = 2x - 5
M: y = -x + 4

L has a slope of 2 and M has a slope of -1



Homework Equations




****Now it says find the point of intersection on the graph. How do I plug those points on a graph? Any help would be GREAT!



The Attempt at a Solution

 
Physics news on Phys.org
nukeman said:

Homework Statement



L: 2x - y = 5
M: x + y = 4

So I got:

L: y = 2x - 5
M: y = -x + 4

L has a slope of 2 and M has a slope of -1



Homework Equations




****Now it says find the point of intersection on the graph. How do I plug those points on a graph? Any help would be GREAT!



The Attempt at a Solution


Good job. Now you have two equations and two unknowns (the x and y values that would be where the two lines meet). Have you studied how to solve systems of equations?

Hint -- subtract the 2nd equation from the first one...
 
berkeman said:
Good job. Now you have two equations and two unknowns (the x and y values that would be where the two lines meet). Have you studied how to solve systems of equations?

Hint -- subtract the 2nd equation from the first one...

Um, no we have not. Thats basically all it says in this certain practice question in our textbook.

Can u help me out on what to do next?

Thanks, appreciate the help :)
 
nukeman said:
Um, no we have not. Thats basically all it says in this certain practice question in our textbook.

Can u help me out on what to do next?

Thanks, appreciate the help :)

Well, I gave you a hint already on how to solve those two equations simultaneously. You want to manipulate the equations so that you can eliminate one of the two variables, and that let's you get a number for the other one. So you listed your two equations:

L: y = 2x - 5
M: y = -x + 4

Now just subtract the lower equation from the upper one. Like this:
Code:
  (y = 2x - 5)
- (y = -x + 4)
--------------

Negate each term in the 2nd line (distribute the "-" sign through), and add the two lines. The +y and -y cancel to give you 0 on the left of the resulting equation, and you will end up with some x term and some constant term on the right. That let's you solve for x, and then you plug that value of x back into either of your first equations to find the value of y. You can check your x,y answer in both equations L and M to be sure that both equations are satisfied by that x,y point on the graphs. That is where the two lines cross, with a common x,y point.
 
nukeman said:
Um, no we have not. Thats basically all it says in this certain practice question in our textbook.

Can u help me out on what to do next?

Thanks, appreciate the help :)

How about graphing? Have you learned how to graph an equation of a line in slope-intercept form (y = mx + b)? If so, carefully graph the two lines on graph paper and see where they intersect.

Or, if you have to solve the equations algebraically, the method shown above is solving by elimination. There's also a method known as solving by substitution. Start by setting one of the equations for one of the variables (already done in your case. Then substitute the equation you first manipulated into the other one for that variable. In your case, this means setting the two right sides equal:
2x - 5 = -x + 4
and solve for x. Then substitute the value for x in either of the original equation to solve for y.