PDA

View Full Version : finding intersections


bob4000
Sep27-04, 06:29 AM
i need some help with the following:

i know how to calculate the intersections when an equation like 3x+4y=33, y=x-1. but what do i do when y=x-1 becomes 2y=x-1; all of this using the substitution method. thnx

Muzza
Sep27-04, 06:38 AM
If 2y = x - 1 then y = (x - 1)/2 = 0.5x - 0.5.

bob4000
Sep27-04, 06:42 AM
thts what thought but it doesnt seem to correlate with the answers in the textbook. i'll try again. thnx all the same

pig
Sep27-04, 06:42 AM
i need some help with the following:

i know how to calculate the intersections when an equation like 3x+4y=33, y=x-1. but what do i do when y=x-1 becomes 2y=x-1; all of this using the substitution method. thnx

There are two simple ways to substitute.

First, you can add 1 to both sides of the second equation:
2y + 1 = x - 1 + 1
2y + 1 = x
So now you can substitute 2y+1 instead of x in the first equation.

Another way would be to multiply both sides with 1/2:
2y * 1/2 = (x - 1) * 1/2
y = (x-1)/2
Now you can substitute (x-1)/2 instead of y.

Remember, you are allowed to add the same number to both sides, and to multiply both sides with the same number.

bob4000
Sep27-04, 06:46 AM
i jus thought tht it wud be a little bit more complicated, but thnx all the same, jus needed to make sure i was on the right track.