Answer: 6.71
=======================================
Work Shown:
The longest horizontal portion of length 6 breaks up into two equal pieces of length 3 each. Focus on the smaller right triangle on the right hand side. This right triangle has legs of 3 and 6. The hypotenuse is x.
Use the pythagorean theorem with a = 3, b = 6, c = x to find the value of x
a^2 + b^2 = c^2
3^2 + 6^2 = x^2
9 + 36 = x^2
45 = x^2
x^2 = 45
x = sqrt(45)
x = 6.7082039
x = 6.71
I dont know if those lines were suppose to be there, but i put 0.63 in simplest form = 63/100
C= 50y+20x
Where y is the number of boxes holding 50 pieces each and x is the number of boxes holding 20 pieces each.
The slope of this graph would be 2/3.
Answer:
y = x^2 - 4
Step-by-step explanation:
The vertex of a parabola is exactly halfway between the focus and the directrix. If the focus is at (0, -6) and the directrix is the line y = -2, then we do this to locate the vertex: Draw a vertical line through (0, -6) also crossing the line y = -2. The y value halfway between y = -6 and y = -2 is y = -4, and the vertex is thus (0, -4).
Using the vertex method, write out the equation of this parabola, starting with the general form y - k = (x-h)^2, where (h, k) is the vertex. Here h = 0 and k = -4
We get: y + 4 = (x - 0)^2, or y + 4 = x^2, or y = x^2 - 4. As a check, let x = 0; y = -4, which is the y-coordinate of the vertex.