Answer:
∠ZXY and ZX
XYZ is not found on the diagram, as there is no line going from Z to Y, and YX is not a line segement in the diagram, its a full line.
Answer:
Ramon would need 27 bags
Step-by-step explanation:
This is because if you divide 6.75 by 0.25 you would get 27
6i/ (1+i)
multiply by the complex conjugate (1-i)/(1-i)
6i/(1+i) * (1-i)/(1-i)
6i* (1-i) = 6i - 6i^2 = 6i - 6(-1) = 6i +6
(1+i)*(1-i)= 1-i +i -i^2 = 1 -i+i -(-1) = 1+1=2
(6+6i)/2
3+3i
Answer: 3+3i
Answer:
78 ounces of dough
52 ounces of sauce
12 guests are coming (not including you)
Step-by-step explanation:
13x6=78
13x4=52
78+52=130 ounces
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