Answer:
20
Step-by-step explanation:
When you add them all up and divide by seven, you get 20
To figure this question out, I recommend the FOIL method.
F: First
O: Outer
I: Inner
L: Last
Statement A is true. IH and AG in the FOIL method is the Outer.
<h3>Answer: Choice D</h3>
Divide both sides of the first equation by 7, then add the result to the second equation
=======================================================
Explanation:
We can multiply both sides of an equation by the same number and the equation will be equivalent to the original.
For example, if we had x = 5, then we could get 2x = 10 after multiplying both sides by 2. The reason they are equivalent equations is because the same x value is the solution for both equations.
We can also divide both sides of an equation by the same number and the two equations would be equivalent. We can go from 2x = 10 back to x = 5 when we divide both sides by 2.
----------
If we divide both sides of 7x - 21y = 14 by 7, then we end up with x - 3y = 2. Simply divide each term (7x, -21y, and 14) by 7.
Because 7x-21y=14 and x-3y=2 are equivalent, this means we can replace the "7x-21y=14" with "x-3y=2"
--------
The new system would be
x-3y = 2
2x+3y = 11
From here you add straight down. Doing so will have the y terms add to -3y+3y = 0y = 0. After this point the y terms are eliminated and you can solve for x just like with any other equation of one variable.
Answer:
y - 5 = -4(x + 3)
Step-by-step explanation:
This question is asking you to use and make an equation using the base of the "point-slope form." This is a common equation used when dealing with coordinates and graphs in math. The point-slope form equation looks like this:
y - y₁ = m(x - x₁).
We are going to need to use this equation base to create our problem from the information given. If you are wondering what those subscripts of 1 mean (the 1 in y₁ and x₁), I will explain. Remember that:
slope (m) = <u>y - y₁</u>
x - x₁
So, our first y value (which is the y-coordinate of 5 in [-3, 5]) can be added into the problem base that I had mentioned above:
y - <u>5</u> = m(x - x₁).
Now, we need to place the first x value (which is the -3 in [-3, 5]) can be added into the base problem once more:
y - 5 = m(x - (<u>-3</u>)).
Because a negative number with a negative symbol in front of it creates a positive, we can change that as well:
y - 5 = m(x + 3).
Fortunately, the question provides a slope ready for use. The question says that the slope is -4, so we can place this into the equation now:
y - 5 = -4(x + 3).
I hope that this helps.