Answer:
10.5 inches
Step-by-step explanation:
The length of the longest diagonal is across two opposite points of the solid, namely
L = sqrt ( 6^2 + 5^2 + 7^2)
= sqrt (36+25+49)
= sqrt(110)
= 10.5"
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:
ok
Step-by-step explanation:
Don’t click the file above it’s you may get a virus because you could simply just say the answers instead of here’s a file . And the answer is A
Answer: See below
Explanation:
8x + 14 = 10x - 10 (alt. exterior angle)
8x - 10x = -10 - 14
-2x = -24
x = -24/-2
x = 12
Now plug x = 12 in 10x - 10 to find the angle:
10(12) - 10 = 120 - 10 = 110 degree