Evaluate 4 − 0 . 2 5 g + 0 . 5 h 4−0.25g+0.5h4, minus, 0, point, 25, g, plus, 0, point, 5, h when g = 1 0 g=10g, equals, 10 and
abruzzese [7]
Not sure about the weird echo in the question but I think we're being ask to evaluate
4 - 0.25g + 0.5h
when g=10, h=5
That's
4 - 0.25(10) + 0.5(5) = 4 - 2.5 + 2.5 = 4
Answer: 4
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:
75/4 = 18.75
Step-by-step explanation:
Because a squar is 4 sides add 75 is the perimiter
Answer:
$7.25 at part-time job
$9.00 every time lawn mowed
so he would get 33.33 day so we will just say 33 times to get 300 dollars if he gets $9 for mowing. And 41.37 hours to get $300 and he would have to use x and y graph to find the boundary line.
Step-by-step explanation:
4(2 - x) > -2x - 3(4x + 1)
8 - 4x > -2x - 12x - 3
-4x + 2x + 12x > -3 - 8
10x > -11
x > -11/10
x > -1.1
Therefore, x = 0 and x = 10 zre solutions to the inequality.