Answer:
D = sqrt[ (2-4)^2 + (7- (-1))^2] = ~8.2
Step-by-step explanation:
D = sqrt[ (Fx-Gx)^2 + (Fy- Gy)^2]
Answer:
Yes
Step-by-step explanation:
B is a subset of A because if A= {0,1,2,3,4} and B= {1,2} B is a part of A and B is a smaller version of A
Don't know if this helps but this is how I learned subsets.
(a) there are 8C2 = 28 ways of picking 2 girls from 8
And there are 21C4 = 5985 ways of picking 4 boys
Required number of ways for 2g / 4b = 28 * 5985 = 167,580
(b) at least 2 girls means combinations of 2g/4b , 3g,3b , 4g/2b , 5g 1b or
6 girls.
2g/4b = 167,580 ways
3g/3b = 8C3 * 21C3 = 56 * 1330 = 74,480
4g/2b = 8C4* 21C2 = 70 * 210 = 14,700
5g 1b = 8C5* 21 = 56*21 = 1176
6 girls = 8C6 = 28
adding these up we get the answer to (b) which is 257,964
X^2 = 9x + 6
x^2 - 9x - 6 = 0
use quadratic formula : (-b (+-) sqrt b^2 - 4ac) / (2a)
a = 1, b = -9, c = -6
now we sub
x = (-(-9) (+-) sqrt -9^2 - 4(1)(-6)) / 2(1)
x = 9 (+-) sqrt 81 + 24)/2
x = 9 (+-) sqrt 105) / 2
x = 9/2 + 1/2 sqrt 105 or x = 9/2 - 1/2 sqrt 105