Answer:
1) 12
2) Yes, there could be 16 people
3) 1/2 of one segment which is 1 block or 2 skinny blocks
4) 1/12
5) 1 of 4 people -> This means that each person gets 1.5/6 pieces which is greater than 0.66/12 piece
1.5/6 = 3/12 which is greater than 0.66/12 piece
Step-by-step explanation:
Answer:
All real numbers greater than 0
Step-by-step explanation:
When you look at y = log (2) x
Base 2, exponent y.
x = 2^y
x can only be a positive number.
Both have the same denominator
Remove the denominator
5=n
Answer:
The fourth term of the expansion is -220 * x^9 * y^3
Step-by-step explanation:
Question:
Find the fourth term in (x-y)^12
Solution:
Notation: "n choose k", or combination of k objects from n objects,
C(n,k) = n! / ( k! (n-k)! )
For example, C(12,4) = 12! / (4! 8!) = 495
Using the binomial expansion formula
(a+b)^n
= C(n,0)a^n + C(n,1)a^(n-1)b + C(n,2)a^(n-2)b^2 + C(n,3)a^(n-3)b^3 + C(n,4)a^(n-4)b^4 +....+C(n,n)b^n
For (x-y)^12, n=12, k=3, a=x, b=-y, and the fourth term is
C(n,3)a^(n-3)b^3
=C(12,3) * x^(12-3) * (-y)^(3)
= 220*x^9*(-y)^3
= -220 * x^9 * y^3