Depends
it can be a trinomial example
(x-3)(x-4)=x²-7x+12
it can be a binomial example
(x-3)(x+3)=x²-9
depends
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:
C
Step-by-step explanation:
C is the answer because a1=7 , d=-4 and so it's
an=an+(n-1)d
Answer:
1 3/5 miles/hr
Step-by-step explanation:
Let C be the speed of the current
Let D be the distance between Chan's house and the park
We know that Distance, D, is = Speed x Time
-----
Chan's speed going upstream is (8 - C)mph.
That gives us:
D = (8-C)(3 hr)
Chan's speed going downstream is (8+C)mph
So we have:
D = (8+C)(2 hr)
We know that the d is the same for these two equations, so:
(8-C)(3 hr) = (8+C)(2 hr)
24 - 3C = 16 + 2C
5C = 8
C = (8/5) or 1 3/5 mph