Answer:
f(-4) = -2
Step-by-step explanation:
To find f(-4) use the "piece" of the function rule defined for x < -3 (because -4 is less than -3). That part of the rule says the output (range) value is x + 2, so f(-4) = -4 + 2 = -2.
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:
1. True
2. False.
3. True.
Step-by-step explanation:
1. The total area within any continuous probability distribution is equal to 1.00: it is true because the maximum probability (value) is one (1), therefore, the total (maximum) area is also one (1).
<em>Hence, for continuous probability distribution: probability = area</em>.
2. For any continuous probability distribution, the probability, P(x), of any value of the random variable, X, can be computed: False because it has an infinite number of possible values, which can not be counted or uncountable.
<em>Hence, it cannot be computed. </em>
3. For any discrete probability distribution, the probability, P(x), of any value of the random variable, X, can be computed: True because it has a finite number of possible values, which are countable or can be counted.
<em>Hence, it can be computed. </em>
81,149, 274.... adding three numbers from the last would help you
like if you take 7 = 4 + 2 +1
or 13 = 7 + 4 +2
similarly 44+24+13 = 81
81+44 +24 = 149
149 + 81 +44 = 274
hope you get it!
$305.25 divided by $9.25 equals 33, so he worked 33 hours... hope this helped.