[b]WHERE DID I GO WRONG?[/b]

[b]Question:[/b]

Find the intersection of each pair of lines. If they do not meet, determine whether they are parallel and distinct or skew.

n)

[(x - 3)/4] = [y - 2] = [z - 2]

[(x - 2)/-3] = [(y + 1)/2] = [(z - 2)/-1]

----------------

[b]My Attempt:[/b]

d_1 = (4,1,1)
d_2 = (-3,2,-1)

Therefore, d_1 is not parallel to d_2

(1) 3 + 4t = 2 - 3s -> 4t + 3s = -1
(2) 2 + t = -1 + 2s -> t - 2s = -3
(3) 2 + t = 2 - s -> t + s = 0

Find "s", using substitution, sub (3) into (2).
s = 1

Find "t" using substitution, sub "s" into (3).
t = -1

Verify (3) using "t" and "s":
LS:
= 4(-1) + 3(1)
= -4 + 3
= -1
RS:
= -1

Therefore, LS = RS

POI:

x:
3 = 2 - 3s
-1/3 = s

y:
2 = -1 + 2s
3/2 = s

z:
2 = 2 - s
0 = s

Therefore, [b]POI = (-1/3 , 3/2 , 0)[/b]

----------------

[b]Textbook Answer:[/b]
[b](-1,1,1)[/b]

The problem lies in your verification

You used the 2nd and 3rd equation to find s and t
You have to verify in the equation that was not used, and that would be the first

in the first
LS = 4t+3s
= 4-3
= -1
RS = =1 which is NOT the left side

So they do not meet, and since they are not parallel they must be skew lines

nbpwol gicnbkx fvajopcye cfgpedlbv bfharivpg uqhr rixnvul

To find the intersection of the lines and determine whether they are parallel, distinct, or skew, you need to solve the system of equations formed by the given equations.

Given equations:
1) (x - 3)/4 = (y - 2) = (z - 2)
2) (x - 2)/-3 = (y + 1)/2 = (z - 2)/-1

To solve the system of equations, you can use substitution or elimination method. Let's use the substitution method.

Step 1: Solve equation 3 for one variable.
3) t + s = 0
t = -s

Step 2: Substitute t = -s into equation 2.
(x - 2)/-3 = (y + 1)/2 = (z - 2)/-1
(2 + s - 2)/-3 = (y + 1)/2 = (z - 2)/-1
s/-3 = (y + 1)/2 = (z - 2)/-1

Step 3: Solve equation 1 for another variable.
(x - 3)/4 = (y - 2) = (z - 2)
(y - 2) = (z - 2)
y = z

Step 4: Substitute y = z into equation 1.
(x - 3)/4 = (z - 2)
x - 3 = 4(z - 2)
x = 4z - 5

Step 5: Substitute the expressions found for x and y into equation 2.
s/-3 = (z - 2)/-1

Step 6: Solve for variable s.
s/-3 = (z - 2)/-1
s = (3/2)(z - 2)

Step 7: Plug the value of s into equation 3 and solve for t.
t + (3/2)(z - 2) = 0
t = -3/2(z - 2)
t = -3/2z + 3

So, the parameterized equations for the lines are:
x = 4z - 5
y = z
z = z

Now, we can find the point of intersection by equating the values of the parameter z for both lines:
4z - 5 = z
3z = 5
z = 5/3

Substitute the value of z back into the parameterized equations to find the values of x and y:
x = 4(5/3) - 5 = -5/3
y = 5/3

Therefore, the point of intersection (POI) is (-5/3, 5/3, 5/3).

To compare this with the textbook answer, we can see that the textbook answer is (-1, 1, 1). It seems that there was an error in your calculations. Please check your calculations and make sure you have followed the steps correctly.