I think the answer maybe 9t+5x
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()
Ana is false. The answer is 7/16 because 7*1=7 and 8*2=16
Answer:
x=8
Step-by-step explanation:
Those angles are supplementary so:
140+5x=180
5x=40
x=8
The average price paid by him for the shares after 3 months is ksh. 163.33
<h3>Average</h3>
- Total value of shares bought = ksh.20,000
- Amount of shares bought in the first three months = ksh.120, ksh.160 and ksh.210
Average price paid for the shares after 3 months
= (120 + 160 + 210) / 3
= 490 / 3
= 163.333333333333
Approximately,
ksh. 163.33
Learn more about average:
brainly.com/question/20118982
#SPJ1