The answer for this question will be c. 28 square units.
Answer:
a. 5,040 ways
b. 210 ways
Step-by-step explanation:
a) We want to pick 4 numbers out of 10 given that orders matter
If orders do matter, it will be a permutation problem
Mathematically;
n P r = n!/(n-r)!
In this case, n is 10 and r is 4
Thus, we have it that;
10 P 4 = 10!/(10-4)! = 5,040
b) if orders do not matter
It will be a combination problem
n C r = n!/(n-r)!r!
n = 10 and r = 4
10 C 4 = 10! /(10-4)!4!
= 210
4x + 3y = 9
4x - 4x + 3y = -4x + 9
3y = -4x + 9
3 3
y = -1¹/₃x + 3
Answer: s > 5
Step-by-step explanation:
-s² + 25s - 100 > 0
Coefficient of s² is -1, multiply the equation through by -1.
-1 × (-s² + 25s - 100)
s² — 25s + 100
ax² + bx + c
Then you get the factors x and y that gives x + y = b and xy = c
b = -25 and c = 100, x = -20 and y = -5
-20 × -5 = 100 and -20 + -5 = -25
Then
s² — 20s — 5s + 100 > 0
Factorising,
s (s — 20) — 5(s — 20) > 0
(s — 5)(s — 20) > 0
(s — 5) > 0 and (s — 20) > 0
s>5 and s>20
s > 5
Hope this Helps?