Answer:
44.9%
Step-by-step explanation:
you can find the probability by dividing the total number of people by the number of people who have run a red light:
385/857
simplify into a decimal:
0.449
convert into a percent to get your answer:
44.9%
Answer:
see explanation
Step-by-step explanation:
Given
a = ![\left[\begin{array}{ccc}3\\2\\\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D3%5C%5C2%5C%5C%5Cend%7Barray%7D%5Cright%5D)
To obtain -3a multiply each of the elements of a by -3
3a =
= ![\left[\begin{array}{ccc}-9\\-6\\\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D-9%5C%5C-6%5C%5C%5Cend%7Barray%7D%5Cright%5D)
To obtain 1.5a multiply each element by 1.5
1.5a =
= ![\left[\begin{array}{ccc}4.5\\3\\\end{array}\right]](https://tex.z-dn.net/?f=%5Cleft%5B%5Cbegin%7Barray%7D%7Bccc%7D4.5%5C%5C3%5C%5C%5Cend%7Barray%7D%5Cright%5D)

is 4.
Then, 7(-2) is -14.
Then, 4 - (-14) is (-18).
Finnaly, (-18) - 8 is
[-26]
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