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:
The general equation following the pattern becomes is 7 + (n - 1)×2
Where, n = The figure number - 1
Step-by-step explanation:
The pattern in the question can be described as follows;
Figure 2 = (5 + 2) squares boxes = 7 squares boxes
Figure 3 = (5 + 2 + 2) squares boxes
Figure 4 = (5 + 2 + 2 + 2) squares boxes
Therefore, the number of squares boxes per figure, form an arithmetic progression (a + (n - 1)d) with the first term a = 7, the common difference d = 2, and the n = the nth term of the series, such that the general equation following the pattern becomes;
7 + (n - 1)×2.
20 miles! :)
Good luck! Please make me brainliest if I was correct!
The equation to find percent error is:
percent error=(experimental-theoretical)/theoretical *100
So, (115-82.5)/82.5=0.393939*100
39.3939%, or 39.94%
Hope this helps!!