Given:
A(3,0)
B(1,-2)
C(3,-5)
D(7,-1)
1) reflect across x=-4
essentially calculate the difference between the x=-4 line and Px and "add" it in the other direction to x=-4
A(-4-(3-(-4)),0)=A(-11,0)
B(-4-(1-(-4)),-2)=B(-9,-2)
C(-4-(3-(-4),-5))=C(11,-5)
D(-4-(7-(-4)),-1)=D(-15,-1)
2) translate (x,y)->(x-6,y+8)
A(-3,8)
B(-5,6)
C(-3,3)
D(1,7)
3) clockwise 90° rotation around (0,0), flip the x&y coordinates and then decide the signs they should have based on the quadrant they should be in
A(0,-3)
B(-2,-1)
C(-5,-3)
D(-1,-7)
D) Dilation at (0,0) with scale 2/3, essentially multiply all coordinates with the scale, the simple case of dilation, because the center point is at the origin (0,0)
A((2/3)*3,(2/3)*0)=A(2,0)
B((2/3)*1,(2/3)*-2)=B(2/3,-4/3)
C((2/3)*3,(2/3)*-5)=C(2,-10/3)
D((2/3)*7,(2/3)*-1)=D(14/3,-2/3)
The answer to #5 is 171
The answer to #6 is -344
I am sure this is a personal question, what do you think you would see if you would be able to travel within the multiverse, no one can answer that for you its your opinion :)
Answer:
answer = 21
Step-by-step explanation:
2n - 2 = 40
2n - 2 + 2 = 40 + 2
2n = 42
2n/2 = 42/2
n = 21
Y-y1=m(x-x1)
find slope
(y2-y1)/(x2-x1)
so
(-4,-1)
(3,-3)
slope=(-3-(-1))/(3-(-4))=(-3+1)/(3+4)=-2/7
y-(-1)=-2/7(x-(-4))
y+1=-2/7(x+4)