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: Space was alloted for each subject is 8 dm, 8 dm, 12 dm.
Explanation:
Since we have given the length of bulletin board =28 dm
Let the share of three subject areas be 2x,2x,3x
According to question,
so x=4 dm
Now,
Space was alloted for each subject is given as below:
First subject =
Second subject =
Third subject =
Answer:
12(3+1)
Step-by-step explanation:
use distributive property to solve
13 times 3 is 36
12 times 1 is 12
so 12(3+1) is equal to 36+12
have a good day :)
Answer:
Trapezoid 1 (left side):
Base 1 = 2
Base 2 = 5
Trapezoid 2 (right side):
Base 1 = 6
Base 2 = 8
Step-by-step explanation:
<u>1st trapezoid:</u>
b_1 = x
b_2 = x + 3
h = 4
Hence, area (from formula) would be:
<u>2nd trapezoid:</u>
b_1 = 3x
b_2 = 4x
h = 2
Putting into formula, we get:
Let's equate both equations for area and find x first:
We can plug in 2 into x and find length of each base of each trapezoid.
Trapezoid 1 (left side):
Base 1 = x = 2
Base 2 = x + 3 = 2 + 3 = 5
Trapezoid 2 (right side):
Base 1 = 3x = 3(2) = 6
Base 2 = 4x = 4(2) = 8
Answer:
236462700.81
Step-by-step explanation:
The nearest cent refers to the hundreds place, because 100 pennies (or cents) make 1 dollar. We look at the number to the right of the hundredths place and if it is less than 5 we round down, but if it is 5 or more we round up. Since 6 is more than five we round up, and are left with 236462700.81.