Answer:

Step-by-step explanation:
Choosing 4 men from seven can be done in 7C4 = 35 ways
(There are 7 to choose from then 6 and 5 and 4 = 7 x 6 x 5 x 4
but we don’t want them in order so we need to divide by 4! = 4 x 3 x 2 x 1)
Similarly choosing 4 women from 11 can be done in 11C4 = 330 ways.
Total number of ways to choose 4 men and 4 women = 35 x 330 = 11550
An ordered pair which makes both inequalities true is (-1, -3).
<h3>What is an ordered pair?</h3>
An ordered pair is a pair of two points that are commonly written in a fixed order within parentheses as (x, y), which represents the x-coordinate or x-axis (abscissa) and the y-coordinate or y-axis (ordinate) on the coordinate plane of any graph.
Next, we would test the ordered pair with the given system of inequalities in order to determine which is true.
For ordered pair (-3, 5), we have:
y < –x + 1
5 < -(-3) + 1
5 < 3 + 1
5 < 4 (False).
For ordered pair (-2, 2), we have:
y < –x + 1
2 < -(-2) + 1
2 < 2 + 1
2 < 3 (True).
y > x
2 > -2 (True)
For ordered pair (-1, -3), we have:
y < –x + 1
-3 < -(-1) + 1
-3 < 1 + 1
-3 < 2 (True).
y > x
-3 > -1 (False)
For ordered pair (0, -1), we have:
y < –x + 1
-(-1) < -(0) + 1
1 < 1
1 < 1 (False).
y > x
-1 > 0 (False)
Read more on inequality here: brainly.com/question/27166555
#SPJ1