Answer: The "?" would equal 1.
Step-by-step explanation: This is simply a line with a slope of 1 and a y-intercept of zero.
I will create a set of arbitrary constants (x1,y1) (x2,y2)
slope = y2-y1/x2-x1
y = (y2-y1/x2-x1)x + b
y2 = (y2-y1/x2-x1)x2 + b
b = y2 - (y2-y1/x2-x1)x2
y = (y2-y1/x2-x1)x + [y2 - (y2-y1/x2-x1)]
Choose any points and just
Plug the values and you have a linear function.
NOT SURE IF THAT'S WHAT THE QUESTION WANTS.
Answer:
what expression
Step-by-step explanation:
The answer is B. 120
nCr = n! / ((r! * (n - r)!)
n = 10
r = 3
10C3 = 10! / ((3! * (10 - 3)!)
= 10! / ((3! * 7!)
= (10 * 9 * 8 * 7 * 6 * 5 * 4 * 3 * 2 * 1) / (3 * 2 * 1 * 7 * 6 * 5 * 4 * 3 * 2 * 1)
= 3628800 / 30240
= 120