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:
m3 should be 70°
all internal angles of a triangle add up to 180
180-35-75 = 70
X-intercept: (7,0)
y-intercept: (0,2)

<u>Step-by-step explanation:</u>
