9514 1404 393
Answer:
-2cos²(x) +3cos(x) -1
Step-by-step explanation:
Use the "Pythagorean identity" to replace sin²(x).
sin²(x) +cos²(x) = 1
Then ...
2sin²(x) +3cos(x) -3 = 2(1 -cos²(x)) +3cos(x) -3
= -2cos²(x) +3cos(x) -1
Answer:
Y=1/3x
Step-by-step explanation:
1) there is no y intercept as x=0 when y=0 so that rules out y=x-2
2) next, we will use the formula for slope to find the value of m
Y2-Y1/X2-X1
Where y2=-1
Y1=0
X2=-3
X1=0
So
-1-0/-3-0=-1/-3
Aka 1/3
So y=1/3x
Hope this helps!
Answer:
x = 2/7
Step-by-step explanation:
isolate the variable by dividing each side by factors that don't contain the variable
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()
Answer:
2 dogs
Step-by-step explanation:
2 dogs at 1st plus 7 dogs added equals 9