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()
I think that it gets smaller. (not entirely sure)
Answer:
The last one
Step-by-step explanation:
Answer:
$42.58
Step-by-step explanation:
You would multiply the price of the item (45.79) by the percentage as a decimal (0.07) and subtract the product.
in this case:
45.79x0.07 = 3.205 (rounded 3.21)
45.79-3.21 = 42.58
Answer:
PR = 16
SR = 12
Step-by-step explanation:
6/8 = (x-3)/(x+1)
8x-24 = 6x+6
simplify
2x = 30
x = 15
PR = 15 + 1 = 16
SR = 15 - 3 = 12