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()
Refer to the diagram shown below.
FH = FG + GH, therefore
(5x + 9) + (9x - 5) = 102
5x + 9 + 9x - 5 = 102
14x + 4 = 102
Subtract 4 from each side.
14x = 98
Divide each side by 14.
x = 7
FG = 5x + 9 = 5*7 + 9 = 35 + 9 = 44
HG = 9x - 5 = 9*7 - 5 = 63 - 5 = 58
Answers:
Part A) x = 7
Part B) FG = 44
Part C) HG = 58
Answer:
-14
Step-by-step explanation: