Answer:
It should be 4 or (0,4)
Step-by-step explanation:
The y-intercept is just where one of the lines of the graph crosses the y-axis, which in the picture shows it crosses at (0,4)
Answer:
x = 5
Step-by-step explanation:
If x + 5 = 10, then x would have to be 5 because 5 + 5 = 10.
The way you would solve this would be:
x + 5 = 10
subtract 5 from both sides of the equation
x + 5 - 5 = 10 - 5
simplify:
x = 5
Answer:
seven divided by the difference of ten and three
seven over the difference of ten and three
Answer:
-3x-5 x-4 I this work good luck
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