Hey there! I'm happy to help!
First, we need to rotate our points 180° about the origin. To find the coordinates after such a rotation, we simply find the negative version of each number in the ordered pair, which can be written as (x,y)⇒(-x,-y).
Let's convert this below
A: (1,1)⇒(-1,-1)
B: (5,4)⇒(-5,-4)
C: (7,1)⇒(-7,-1)
D: (3,-2)⇒(-3,2)
Now, we need to translate these new points five units to the right and one unit down. This means we will add 5 to our x-value and subtract 1 from our y-value. This will look like (x,y)⇒(x+5,y-1). Let's do this below.
A: (-1,-1)⇒(4,-2)
B: (-5,-4)⇒(0,-5)
C: (-7,-1)⇒(-2,-2)
D: (-3,2)⇒(2,1)
Therefore, this new parallelogram has coordinates of A'(4,-2), B'(0,-5), C'(-2,-2), and D'(2,1)
Now you know how to find the coordinates of translated figures! Have a wonderful day! :D
The actual skate park's perimeter is 130 inches.
Explanation:
Step 1; Assume the initial garden has a width of y inches. It is given that the length is 25 inches. The perimeter of any given rectangle is twice the sum of the length and the width of the same rectangle. The initial perimeter is given as 80 inches.
Perimeter = 2 × (length of the rectange + width of the rectangle).
80 = 2 × (25 + y), 40 = 25 + y, y = 40 - 25 = 15
So the initial park has a width of 15 inches.
Step 2; Now we calculate the actual skate park's perimeter. The length is given as 50 inches and the width was found to be 15 inches.
Perimeter = 2 × (length of the rectange + width of the rectangle).
Perimeter = 2 × (50 + 15) = 2 × 65 = 130 inches.
So x + y = 45, and 4x + 5y = 195. Get y by itself. Subtract x from both sides in the first equation to get y = 45 -x, and subtract 4x from the second equation to get 5y = 195 - 4x. Divide by 5 to both sides to get y = 39 - 4/5x. 39 - 4/5x = 45 - x. Add x to both sides to get 39 - 1/5x = 45. Subtract 39 from both sides to get -1/5x = 6. Divide by -1/5 to get x = -30, or 30. In the first equation, do 30 + y = 45. Subtract 30 from both sides to get y = 15. Check. 4(30) + 15(5) = 195, or 120 + 75 = 195.
Answer:
The answer is D.) 27
Step-by-step explanation:
This problem forms a right triangle and with the 90ft wire being the hypotenuse, you subtract 63 from 90 and you get 27.
Hope I helped! :)
4x -3y + z = -10...............(1)
2x +y + 3z = 0...............(2)
-x +2y - 5z = 17...............(3)
First we multiply 3*(2) and add it to (1)
6x +3y +9z =0..................+(1)..................> 10x + 10z = -10......(4)
Then we multiply -2*(2) and add it to (3)
-4x -2y -6z =0 ...................+(3)................> -5x -11z = 17...........(5)
Multiply 2*(5) and add it to (4)
-10x -22z = 34...................+(4).................> -12 z = 24 ..............>>> z = -2
Substitute z in (4)............> 10x +10(-2) = -10.............................>>> x = 1
Substitute x and z in (2).....> 2(1) +y + 3(-2) = 0..................>>> y = 4
Solution (x,y,z) = (1,4,-2)