The side is -15 and the top is 56
Hmmm the y-intercept is at -2? what does that mean? well, is where the graph "intercepts" or touches the y-axis, and when that happens, x = 0, so the point is really ( 0 , -2 ).
and we know where the vertex is at. Let's assume a vertical parabola, in which case the squared variable is the "x".
Ok so I'll demonstrate in programming language python.
import math
def circle():
r = float(input("Enter r: "))
a = math.pi * r ** 2
print("Area of circle with r = {0} is {1
}cm2".format(str(r), str(a))
circle()
Answer:
She had 22 friends at her graduation party.
Step-by-step explanation:
70 chocolates total minus 3 chocolates times the number of friends she had at the party = 4
70-3x=4
Subtract 70 from both sides of the equation
-3x=4-70
Simplify
-3x=-66
Divide both sides of the equation by -3
-3x/-3=-66/-3
Simplify
x=22