P1=4x-z-3, p2=x+2y+z
a) The two planes P1 and P2 will intersect in a line. Find the
Cartesian coordinate of the point at which the two planes P1 and P2
intersect and x = 0
b) find the vector equation of a line which is the intersection
of the two planes P1 and P2.
Let X, Y ⊂ Z and x, y ∈ Z Let A = (X\{x}) ∪ {x}.
a) Prove or disprove: A ⊆ X
b) Prove or disprove: X ⊆ A
c) Prove or disprove: P(X ∪ Y ) ⊆ P(X) ∪ P(Y ) ∪ P(X ∩ Y )
d) Prove or disprove: P(X) ∪ P(Y ) ∪ P(X ∩ Y ) ⊆ P(X ∪ Y )
Consider the planes P1 : x + 2y − 3z = 3 and P2 : 4x + y + z =
6.
(a) Find a set of parametric equations for the line of
intersection of the P1 and P2.
(b) Find an equation in the standard for the plane that is
perpendicular to the line of intersection of P1 and P2 (the one you
found in part (a)) and contains the point A(3, −1, 2).
Let G = Z x Z and H = {(a, b) in Z x Z | 8 divides a+b}
a. Prove directly that H is a normal subgroup in G (use the fact
that closed under composition and inverses)
b. Prove that G/H is isomorphic to Z8.
c. What is the index of [G : H]?
2. Given the System of Equations:
3x+2y+z+20w= 6
x+2y+z+10w=0
x+y+z+6w=2
2x+2y+z+15w=3
a) Use your calculator to solve, leaving solution in parametric
form
b) Find the specific solution when y = 6
c) Perform, BY HAND, a full check of this particular
solution
The curried version of let f (x,y,z) = (x,(y,z)) is
let f (x,(y,z)) = (x,(y,z))
Just f (because f is already curried)
let f x y z = (x,(y,z))
let f x y z = x (y z)