Answer:
The Volume is 660^3.
Step-by-step explanation:
The formula is Length * Width * Height.
22 * 5 * 6 = 660 and its volumed so the units is cubed.
Answer:
You could use a graphing calculator I just used Desmos. Origin is (0, 0). Rotate 90 degrees about the origin.
I used triangles
The rotated point would be at (1, 2)
ANSWER: the question mark = 1
If you're taking 0+4=y^2
It would be y^2=4
And then you take the square root or four which is 2.
So y=2
A) The answer is 5.
nCr = n! / (r! (n - r)!)
n - number of things to be chosen from
r - number of chosen things
There are five seniors in a class: n = 5
<span>I choose one senior: r = 1
</span>
nCr = n! / (r! (n - r)!)
5C1 = 5! / (1! (5 - 1)!)
= (5 * 4 * 3 * 2 * 1) / (1 * 4!)
= 120 / (4 * 3 * 2 * 1)
= 120 / 24
= 5
b) The answer is 10.
nCr = n! / (r! (n - r)!)
n - number of things to be chosen from
r - number of chosen things
There are five seniors in a class: n = 5
I choose two seniors: r = 2
nCr = n! / (r! (n - r)!)
5C2 = 5! / (2! (5 - 2)!)
= (5 * 4 * 3 * 2 * 1) / ((2 * 1) * 3!)
= 120 / (2 * (3 * 2 * 1))
= 120 / (2 * 6)
= 120 / 12
= 10
c) The answer is 10.
nCr = n! / (r! (n - r)!)
n - number of things to be chosen from
r - number of chosen things
There are five seniors in a class: n = 5
I choose three seniors: r = 3
nCr = n! / (r! (n - r)!)
5C3 = 5! / (3! (5 - 3)!)
= (5 * 4 * 3 * 2 * 1) / ((3 * 2 * 1) * 2!)
= 120 / (6 * (2 * 1))
= 120 / (6 * 2)
= 120 / 12
= 10
d) The answer is 5.
nCr = n! / (r! (n - r)!)
n - number of things to be chosen from
r - number of chosen things
There are five seniors in a class: n = 5
I choose four seniors: r = 4
nCr = n! / (r! (n - r)!)
5C4 = 5! / (4! (5 - 4)!)
= (5 * 4 * 3 * 2 * 1) / ((4 * 3 * 2 * 1) * 1!)
= 120 / (24 * 1)
= 120 / 24
= 5
e) The answer is 1.
nCr = n! / (r! (n - r)!)
n - number of things to be chosen from
r - number of chosen things
There are five seniors in a class: n = 5
I choose five seniors: r = 5
nCr = n! / (r! (n - r)!)
5C5 = 5! / (5! (5 - 5)!)
= (5 * 4 * 3 * 2 * 1) / ((5 * 4 * 3 * 2 * 1) * 1!)
= 120 / (120 * 1)
= 120 / 120
= 1
Answer:
f(x) = x³ - x² - 4x + 4
Step-by-step explanation:
Given the zeros of a polynomial say x = a, x = b, x = c then
(x - a), (x - b), (x - c) are the factors of the polynomial and
f(x) is the product of the factors
here x = 1, x = - 2, x = 2, hence
(x - 1),(x + 2), (x - 2) are the factors and
f(x) = a(x - 1)(x + 2)(x - 2) ← a is a multiplier
let a = 1 and expand the factors
f(x) = (x - 1)(x² - 4)
= x³ - 4x - x² + 4
= x³ - x² - 4x + 4 ← in standard form