Answer:
8 would be the value if x = -1
Step-by-step explanation:
2x² - 6x
2(-1)² - 6(-1)
2(1) + 6
2 + 6
8
Answer:
1,001
Step-by-step explanation:
Given that the question asks only for 10 people and order doesn't matter, this can be identified as a combination question, using the formula nCr = <em>n</em>! / <em>r</em>! * (<em>n</em> - <em>r</em>)! where <em>n</em> is the total number of whatever you're dealing with (14 people, in this case) and <em>r</em> is the number of items being chosen (10 people, for this problem). The exclamation marks indicate factorials (meaning the collective product of the number and every positive integer before it). Given this it would be set up as such:
nCr = 14! / 10! * (14 - 10)!
If you're lazy like me and use a calculator, you could just plug this in, but if you're also like me and occasionally do competitive math, you won't always be allowed to use your calculator, and this becomes much easier to solve manually if you expand the factorials.
nCr = 1 * 2 * 3 * 4 * 5 * 6 * 7 * 8 * 9 * 10 * 11 * 12 * 13 * 14 / 1 * 2 * 3...* 10 * 1 * 2 *3 * 4
From here you can simplify the problem significantly, canceling out a bunch of the factors.
nCr = 11 * 12 * 13 * 14 / 1 * 2 * 3 * 4
Multiply.
nCr = 24,024 / 24
Divide.
1,001
I can’t really see the problem