Step-by-step explanation:
x increased by 6 is :
= x+6
Answer:
(p-2l)/2 = w
Step-by-step explanation:
p=2l+2w
We want to solve for w.
The first step is to subtract 2l from each side
p-2l=2l-2l+2w
p-2l=2w
Then we will divide each side by 2 to isolate w
(p-2l)/2 = 2w/2
(p-2l)/2 = w
Answer:
see explanation
Step-by-step explanation:
∠ PQX = 90° ( angle in a semicircle )
∠ PXQ = 42° ( alternate angle theorem )
Angle between tangent and diameter is right, thus
∠ XPQ = 90° - 42° = 48°
To me from the picture, all sides look the same. so I’m guessing it’s probably 11
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.