9514 1404 393
Answer:
shift it down 5 units
Step-by-step explanation:
Subtracting 5 from every y-value moves the graph down 5 units.
To make the new graph, translate every point down 5 units.
Answer:
6 18/12 OR simplified 1 6/12
Step-by-step explanation:
1 1/4 + 5 5/6=
1 + 5 = 6
5/6 + 1/4
Mulitipy fraction by 3 and 2
15/12 + 3/12 = 18/12
18/12 = 1 6/12
Answer:
Please see explanation for the answer. The code is written in python and is as given below:
Step-by-step explanation:
The solution is obtained on the Python with the following code
import matplotlib.pyplot as plotter
import numpy as npy
x_s = npy.linspace(-5,5,100) #Defining a linear sample space with boundaries as -5 to 5 and 100 as number of samples.
def sigmo(z):return 1/(1 + npy.exp(-z)) #Defining sigmoid function for the f(x).
plotter.plot(x_s, sigmo(x_s))
plotter.plot([-5,5],[.5,.5])
plotter.xlabel("z")
plotter.ylabel("sigmoid(z)")
plotter.show()
60×120=7200
7200÷100=72
60+72=132
answer=£132
hope this helps.....
Ans. 1 Angle E and angle F are corresponding angles.
Solution 2.
So,
angle E = angle F
=> x + 20 = 5x - 20
=> x + 20 + 20 = 5x
=> x + 40 = 5x
=> 40 = 5x - x
=> 40 = 4x
=> 40/4 = x
=> 10 = x
Solution 3.
E = x + 20
=> E = 10 + 20
=> E = 30
F = 5x - 20
=> F = 5(10) - 20
=> F = 50 - 20
=> F = 30
<em>Again</em><em> </em><em>justified</em><em> </em><em>that </em><em>they </em><em>are </em><em>equal</em><em> (</em><em> </em><em>besides</em><em> </em><em>answer </em><em>1</em><em>)</em><em>.</em>