At what point does the graph of the parametric equations y=3-2t, y=-2+5t intersect the graph of the parametric equations x = -1+3s,y=5-9s. The answer is the point of intersection (x,y).

Please help! I am really confused!

I am a bit confused myself, unless you have a typo.

I will assume you meant your first set to be
x = 3-2t, y = -2 + 5t

so -1+ 3s = 3 - 2t ---> 2t + 3s = 4 **
and
-2 + 5t = 5 - 9s ---> 5t + 9s = 7 ***

3 times ** ---> 6t + 9s = 12
subtract ***
t = 5
back in **
10 + 3s = 4
3s = -6
s = -2

then x = 3 -2t = 3 -10 = -7
y = -2+5t = -2 + 25 = 23

(x,y) = (-7, 23)

OR

If you meant it the way you typed it ....
from the first, since they are both equal to y
-2+5t = 3-2t
7t = 5
t = 5/7

-2 + 5t = 5 - 9s ---> 5t + 9s = 7
sub in t = 5/7
25/7 + 9s = 7
9s = 24/7
s = 8/21


since x = -1+3s
x = -1 + 8/7 = 1/7
y = 3-2t = 3-10/7 = 11/7

point would be ( 1/7, 11/7)

Sorry it was a typo it was the first one thanks a lot!!!

To find the point of intersection of the two parametric equations, we need to find the values of t and s for which the x and y values from both equations are equal.

Let's equate the y values from the two equations:

3 - 2t = 5 - 9s

To solve for t and s, we can isolate one variable and substitute it into the other equation. Let's isolate t in terms of s:

-2t = 5 - 9s - 3
-2t = 2 - 9s
t = (2 - 9s) / (-2)

Now, substitute this value of t into the x equation to find the value of x in terms of s:

x = -1 + 3s

Now that we have expressions for both x and y in terms of s, we can set them equal to each other:

-1 + 3s = (2 - 9s) / (-2)

To solve this equation, first cross-multiply:

-2(-1 + 3s) = 2 - 9s
2 - 6s = 2 - 9s

Next, we can simplify:

-6s + 9s = 0
3s = 0
s = 0

Now that we have the value of s, substitute it into either the x or y equation to find the corresponding value of t:

y = 3 - 2t
y = 3 - 2(0)
y = 3

Therefore, the point of intersection (x, y) is (0, 3).