It's C because for the perpendicular line, you need to construct cross points to draw it through.
- you start by drawing a random circle with F as the center, just as long as it intersects line DE
- Then you use the intersections of that circle to draw new circles starting at F.
- These new circles intersect at F and another point below DE.
- You draw the perpendicular line through F and the other point.
(-5, 2)(-9,9)
D = √( (x2 - x1)^2 + (y2 - y1)^2 )
D = √( (-9+5)^2 + (9 - 2)^2 )
D =√( (-4)^2 + (7)^2 )
D = √( 16 + 49 )
D = √65
D = 8
Answer:
Yes
Step-by-step explanation:
Just respond if you have a question
Given:
Volume of a cube = 27,000 in^3
(Note: A cube has equal sides)
The volume of a cube = a^3
So,
![\begin{gathered} 27000=a^3 \\ \sqrt[3]{27000}\text{ = a} \\ a\text{ = 30 in.} \end{gathered}](https://tex.z-dn.net/?f=%5Cbegin%7Bgathered%7D%2027000%3Da%5E3%20%5C%5C%20%5Csqrt%5B3%5D%7B27000%7D%5Ctext%7B%20%3D%20a%7D%20%5C%5C%20a%5Ctext%7B%20%3D%2030%20in.%7D%20%5Cend%7Bgathered%7D)
Therefore, the lenght of one side is 30 inches.
Step-by-step explanation:
Y= x - 2. Y = 3x + 5
Putting value of y
x - 2 = 3x + 5
-2 - 5 = 3x - x
-7 = 2x
-7/2 = x
Putting value of x
Y = 3(-7/2) + 5
Y = - 10.5 + 5
Y = - 5.5