Move 2x to the other side so
18y = -2x +36
now u divide with 18 so
y = -2/18x + 2
Answer:
This is an error (TypeError) that is displayed by the Python interpreter when one of the parameter in a slice function is not a value of type integer or None.
For example:
>>> a = 'welcome'
>>> a[2.2:3]
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: slice indices must be integers or None or have an __index__ method
The error occur because the value 2.2 is not an integer or None
Step-by-step explanation:
The answer is "A" because the one on the front is to let the bank teller that it is to you and the one on the back is let them know that it is really you
Answer:
In step 1 the y-intercept should be plotted at (0,-6)
Step-by-step explanation:
Remember that to find the Y intercept in any linear equation you need to use 0 as your X value, this means taking the formula in the y=mx+b form and replacing X with a 0.
Since the formula is y = -3/4x -6
We just insert a 0 insted of the "x"
y = -3/4(0) -6
y=0-6
y=6
So the y-intercept sould be placed in (0,-6)
That's what he did wrong when graphing the equation.
Step-by-step explanation:
brainly.com/question/18374630