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 expression for the polynomial graphed will be y(x) = (x + 3)(x - 1 )(x - 4 ).
<h3>How to factor the polynomial?</h3>
From the graph, the zeros of the polynomial of given graph are:
x = -3
x = 1
x = 4
Equate the above equations to zero
x + 3 = 0
x - 1 = 0
x - 4 = 0
Multiply the equations
(x + 3)(x - 1 )(x - 4 ) = 0
Express as a function gives;
y = (x + 3)(x - 1 )(x - 4 )
Hence, the factored form of the polynomial will be y = (x + 3)(x - 1 )(x - 4 ) .
Read more about polynomials at:
brainly.com/question/4142886
#SPJ1
Answer:
A. the difference of two squares
Step-by-step explanation:
Please use the symbol " ^ " to indicate exponentiation.
Then we have x^2 - 11^2, which is the difference of two squares:
x^2 is a square, the square of x; and 11^2 is a square, the square of 11.
A. the difference of two squares
Note that a "difference of squares" is easily factored:
a² - b² = (a - b)(a + b)
and so your x² - 11² factors as follows: (x - 11)(x + 11)
Answer:
Step-by-step explanation:
Squaring a^(-2) results in a^(-4).
Squaring 8^7 results in 8^14.
Putting these factors together, we get
8^14
------- this is equivalent to Answer C.
a^4
Let say the number is 0.5
Then, sum of this number will be 0.5+0.5=1
Now two is twice of 1.
Hence, it proved to be correct.
And difference between 5 and 1 is 4 which is less than 12. It also match the question condition.
Answer: The number is 1.