Answer:
Hi There the correct answer is {x,y} = {-1,-10}
System of Linear Equations entered :
[1] 3x - y = 7
[2] 4x - 2y = 16
Graphic Representation of the Equations :
y + 3x = 7 -2y + 4x = 16
Solve by Substitution :
// Solve equation [1] for the variable y
[1] y = 3x - 7
// Plug this in for variable y in equation [2]
[2] 4x - 2•(3x-7) = 16
[2] -2x = 2
// Solve equation [2] for the variable x
[2] 2x = - 2
[2] x = - 1
// By now we know this much :
x = -1
y = 3x-7
// Use the x value to solve for y
y = 3(-1)-7 = -10
Solution :
{x,y} = {-1,-10}
Hope it helps!
Answer:
Yes
Step-by-step explanation:
(8,8) is a solution is y=x.
If we substitute the point into the equation, the equation is true.
(8,8) is in (x,y) format
Substitute:
y=x
8=8
LS=RS (left side equal rights side)
The one with the steepest slope going down from left to right
Answer:
substitute that value for x in the polynomial and see if it evaluates to zero
Step-by-step explanation:
A "zero" of a polynomial is a value of the polynomial's variable that make the expression become zero when it is evaluated. As an almost trivial example, consider the polynomial x-3. The value x = 3 is a zero because substituting that value for x makes the expression evaluate as zero.
3 -3 = 0
___
Evaluating polynomials can be done different ways. Straight substitution for the variable is one way. Using synthetic division by x-a (where "a" is the value of interest) is another way. This latter method is completely equivalent to rewriting the polynomial to Horner form for evaluation.
__
In the attachment, Horner Form is shown at the bottom.
This will give us

That is the second option.
Please mark me as brainliest.