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:
y - 5 = -2(x + 3)
Step-by-step explanation:
When you write an equation in point-slope form, you only need two things: a point and a slope.
Given:
point: (-3, 5)
slope (m): -2
The standard point-slope equation is
y - y₁ = m(x - x₁)
Plug in what you know.
y - (5) = -2(x - (-3))
Simplify.
y - 5 = -2(x + 3)
This is your equation.
Learn with another example:
brainly.com/question/24436844
a person or thing that is totally different from or the reverse of someone or something else.
Answer:There are two right triangles. You need to find the opposite side (the height) of each of them. The difference between the two is the height of the blade, x.
You know the adjacent, 440, and you are looking for the opposite, so you need to use tan for both.
tan (30) = y / 440
y = 440 * tan (30) = 254.034...
tan (38.8) = z / 440
y = 440 * tan (38.8) = 353.769.--
353.8 - 254.0 = 99.8 = 100 feet.
Step-by-step explanation: