Answer:
________{0.50 if x < 3
________{1.00 if 3 ≤ x < 6
f(x) = ____{1.50 if 6 ≤ x < 9
________{2.00 if 9 ≤ x < 12
Step-by-step explanation:
Given the information above :
Less than Employees = $0.5 increase per hour
Atleast 3 but less than 6 years employees = $1.00 increase per hour
Atleast 6 but less than 9 years employees = $1.50 increase per hour
Atleast 9 but less than 12 years employees = $2.00 increase per hour
The information above can be written as a piecewise function :
________{0.50 if x < 3
________{1.00 if 3 ≤ x < 6
f(x) = ____{1.50 if 6 ≤ x < 9
________{2.00 if 9 ≤ x < 12
The constraints is represented in the piecewise function above with x being the number of years since employee has been in service.
Answer; I tink we can do it again
Explanation; wpfobidkdkbkgkeobhigifooefofof
Answer:
i have no clue.
Step-by-step explanation:
i am very tired while doing a math link so please, don't give me any trouble with this :)
Answer:
The radius of the scoop is r = 3.1 cm
Step-by-step explanation:
Since 3 gallons yields 90 scoops, and 1 gallon = 3785 cm³.
3 gallons = 3 × 3785 cm³ = 11355 cm³
So we have 11355 cm³ in 3 gallons which is also the volume of 90 scoops.
Since 90 scoops = 11355 cm³, then
1 scoop = 11355 cm³/90 = 126.2 cm³
Now, if each scoop is a sphere, the volume is given by V = 4πr³/3 where r is the radius of the scoop. Since we need to find the radius of the scoop, r, making r subject of the formula, we have
r = ∛(3V/4π)
Substituting V = 126.2 cm³, we have
r = ∛(3× 126.2 cm³/4π)
= ∛(378.6 cm³/12.57)
= ∛30.13 cm³
= 3.1 cm
So, the radius of the scoop is r = 3.1 cm
Answer:
The fourth term of the expansion is -220 * x^9 * y^3
Step-by-step explanation:
Question:
Find the fourth term in (x-y)^12
Solution:
Notation: "n choose k", or combination of k objects from n objects,
C(n,k) = n! / ( k! (n-k)! )
For example, C(12,4) = 12! / (4! 8!) = 495
Using the binomial expansion formula
(a+b)^n
= C(n,0)a^n + C(n,1)a^(n-1)b + C(n,2)a^(n-2)b^2 + C(n,3)a^(n-3)b^3 + C(n,4)a^(n-4)b^4 +....+C(n,n)b^n
For (x-y)^12, n=12, k=3, a=x, b=-y, and the fourth term is
C(n,3)a^(n-3)b^3
=C(12,3) * x^(12-3) * (-y)^(3)
= 220*x^9*(-y)^3
= -220 * x^9 * y^3