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()
X1-y1
x2-y2
-4-3
0+30
-6
30
the answer would be -0.2
Answer:
12 feet
Step-by-step explanation:
Given: length = 15 feet, width = L x 80%
Unknown: width = ?
width = L x 80%
w = (15ft) x 80% or (15ft) x .80
w = 12 ft
Star at -20 and go back by -5 on the number line
Answer:
2
Step-by-step explanation:
parallel lines have same slope.
y = 2x + 5
y = mx + b
m is the slope
b is y-intercept