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()
multiply 40 by 30% to find the discount then subtract
40 * 0.30 = 12
40-12 = 28
they would cost $28
Answer:
there are 48cubes fetted into a box
Answer: 10 m/s^2
the formula for acceleration is a = f/m
100/10 = 10
The x-intercepts of a function are used to express the function into factored form:
From (1/2, 0)
(x - 1/2)
From (6, 0)
(x-6)
(x - 1/2) (x-6) = 0
(2x -1)(x-6) = 0
The function is:
B. g(x) = (x – 6)(2x – 1)