The white Christmas tree is 7.55m
Green Christmas tree is twice as tall as white Christmas tree: 7.55 * 2 = 15.1m
High golden Christmas tree: 15.1m - 0.454m = 14.646m
The total height of 3 Christmas trees is: 7.55m + 15.1m + 14.646m = 37.296m
Choose: A 37.296m
The function "choose k from n", nCk, is defined as
nCk = n!/(k!*(n-k)!) . . . . . where "!" indicates the factorial
a) No position sensitivity.
The number of possibilities is the number of ways you can choose 5 players from a roster of 12.
12C5 = 12*11*10*9*8/(5*4*3*2*1) = 792
You can put 792 different teams on the floor.
b) 1 of 2 centers, 2 of 5 guards, 2 of 5 forwards.
The number of possibilities is the product of the number of ways, for each position, you can choose the required number of players from those capable of playing the position.
(2C1)*(5C2)*(5C2) = 2*10*10 = 200
You can put 200 different teams on the floor.
Answer:
I think is true good luck
Step-by-step explanation:
Slope
m = (y2-y1)/(x2-x1)
m = (10 - 7)/(2 --1)
m = 3/3
m = 1
To find the equation
y = mx + b
m is slope
y = 1x + b
plug in one of the equations to solve for b
10 = 1(2) + b
10 = 2 + b
subtract 2 from both sides
8 = b
The equation is
y = 1x + 8
or you can write it as
y = x + 8
Hope this helps