Answer:
d = √13
Step-by-step explanation:
d = √((x2 - x1)² + (y2 - y1)²)
points: (-3, 8) & (-1, 5)
d = √((-1 - -3)²+(5 - 8)²)
d = √(2)²+(-3)²
d =√(4 + 9)
d = √13
You can choose from 20 students for the first student, 19 for the second, 18 for the third, ..., 14 for the seventh student.
That gives you 20 * 19 * 18 * 17 * 16 * 15 * 14.
That number would allow you to write the students in different order. Since order here does not matter, any group with the same students in any order is the same group, you need to divide by the number of way you can order 7 items. Divide by 7 * 6 * 5 * 4 * 3 * 2 * 1
(20 * 19 * 18 * 17 * 16 * 15 * 14)/(7 * 6 * 5 * 4 * 3 * 2 * 1) = 77,520
Answer: 77,520
Answer:
true!
Step-by-step explanation:
this is more of a statement then a question.
Answer:
Option C is correct.
Step-by-step explanation:
y = x^2-x-3 eq(1)
y = -3x + 5 eq(2)
We can solve by substituting the value of y in eq(2) in the eq(1)
-3x+5 = x^2-x-3
x^2-x+3x-3-5=0
x^2+2x-8=0
Now factorizing the above equation
x^2+4x-2x-8=0
x(x+4)-2(x+4)=0
(x-2)(x+4)=0
(x-2)=0 and (x+4)=0
x=2 and x=-4
Now finding the value of y by placing value of x in the above eq(2)
put x =2
y = -3x + 5
y = -3(2) + 5
y = -6+5
y = -1
Now, put x = -4
y = -3x + 5
y = -3(-4) + 5
y = 12+5
y =17
so, when x=2, y =-1 and x=-4 y=17
(2,-1) and (-4,17) is the solution.
So, Option C is correct.