Answer:
E (3,-1) D (-2, -2) G (-1, 3) F (3, 2)
Step-by-step explanation:
90 degrees = (y, -x)
that means you take the ordered pair you want to rotate and plug the x and y into the new spots.
for example, point E is at (1,3) so the point rotated 90 degrees is (3,-1)
Firstly make the f(x) = x and x = y:
x = y^2
Then solve for y:
√x = y
Hopefully this helps and let me know if you have more questions!
Answer:
A(h) = h²/2 - 6*h + 10
Step-by-step explanation:
The garden is rectangular, and area of a rectangle is:
A(r) = L*w
Where L is the length and w is the width of the rectangle
Now if we call "h" the length of the house, we have the following expressions
L = h - 2 and
w = h/2 - 5
The expression for the area f the ectangle as a function of the length of the house is:
A(h) = ( h - 2 )* ( h/2 -5 )
A(h) = h²/2 - 5*h - h + 10
A(h) = h²/2 - 6*h + 10
Answer:
16x^2 -8x +1
Step-by-step explanation:
The square of a binomial expands as ...
(a +b)^2 = a^2 +2ab +b^2
So, you need to look for a trinomial with first and last terms that are perfect squares and a middle term that is double the product of the roots of those terms.
This pattern matches ...
16x^2 -8x +1 = (4x -1)^2