Check the picture below.
so the area of the hexagon is really just the area of two isosceles trapezoids.
![\textit{area of a trapezoid}\\\\ A=\cfrac{h(a+b)}{2}~~ \begin{cases} h=height\\ a,b=\stackrel{parallel~sides}{bases}\\[-0.5em] \hrulefill\\ a=2\\ b=4\\ h=2 \end{cases}\implies \begin{array}{llll} A=\cfrac{2(2+4)}{2}\implies A=6 \\\\\\ \stackrel{\textit{twice that much}}{2A = 12} \end{array}](https://tex.z-dn.net/?f=%5Ctextit%7Barea%20of%20a%20trapezoid%7D%5C%5C%5C%5C%20A%3D%5Ccfrac%7Bh%28a%2Bb%29%7D%7B2%7D~~%20%5Cbegin%7Bcases%7D%20h%3Dheight%5C%5C%20a%2Cb%3D%5Cstackrel%7Bparallel~sides%7D%7Bbases%7D%5C%5C%5B-0.5em%5D%20%5Chrulefill%5C%5C%20a%3D2%5C%5C%20b%3D4%5C%5C%20h%3D2%20%5Cend%7Bcases%7D%5Cimplies%20%5Cbegin%7Barray%7D%7Bllll%7D%20A%3D%5Ccfrac%7B2%282%2B4%29%7D%7B2%7D%5Cimplies%20A%3D6%20%5C%5C%5C%5C%5C%5C%20%5Cstackrel%7B%5Ctextit%7Btwice%20that%20much%7D%7D%7B2A%20%3D%2012%7D%20%5Cend%7Barray%7D)
Domain includes all the x-values in the function. Range includes all the y-values in the function.
The first table has x-values of -1, 3, and 6, and y-values of 4, 5, and 6. This means that the domain and range would be given by the following sets:
Domain: {-1, 3, 6}
Range: {4, 5, 6}
The second set of points has x-values of -4, -4, -3, and 1, and y-values of 1, 1, 3, and 4. Duplicate points are not listed within the domain and range, so the domain and range would be given by the following sets:
Domain: {-4, -3, 1}
Range: {1, 3, 4}
Answer:
x=7
Step-by-step explanation:
-2 = -x+5
x=7
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