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()
The answer would be 48 √6
Answer:
98 cats and 19 dogs
Step-by-step explanation:
cat = c
dog = d
The animal shelter currently has a total of 117 animals
c + d = 117
c = 117 - d
the number of cats is 3 more than 5 times the number of dogs
c = 3 + 5d
subtitute c
117 - d = 3 + 5d
117 - 3 = 5d + d
114 = 6d
6d = 114
d = 114/6 = 19
so, the cat is 117-19 = 98
From my understanding your asking what 20% of $48 is.
in that case it would be $9.60