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()
The angles of a triangle will always add up to be 180 degrees total.
x + 82 + x + 82 + 40 = 180
2x + 164 + 40 = 180
2x + 204 = 180
Subtract 204 from both sides.
Think of it as “180 + (-204)”
2x = -24
Divide each side by 2.
x = -12
Answer: x = -12
Answer:
Line means going on upto point but line segment means limited line
Answer:
sorry I don't speak that language
Answer:
s=8
Step-by-step explanation:
lmk if you want an in depth explanation