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:
Use 49 ounces of the 14% allow and 41 ounces of the 23% alloy.
Step-by-step explanation:
Each ounce of the 14% copper contains 0.14 ounce of pure copper.
Each ounce of the 23% copper contains 0.23 ounce of pure copper.
Each ounce of the 18.1% copper contains 0.181 ounce of pure copper.
Use x ounces of the 14% and y ounces of the 23% to make 90 ounces of 18.1% alloy.
x+y = 90
y = 90-x
0.14x + 0.23y = 0.181·90
0.14x + 0.23(90-x) = 16.29
0.14x + 20.7 - 0.23x = 16.29
-0.09x + 20.7 = 16.29
4.41 = 0.09x
x = 49
y = 90-x = 41
Use 49 ounces of the 14% allow and 41 ounces of the 23% alloy.
Based on the above scenario, the sales director conducted an <u>experiment</u>.
- Because a treatment <u>was </u>applied to the sales representatives.
- The the best statistical study for this situation because the sales director is trying to establish <u>correlation</u>.
<h3>What is an experiment?</h3>
An experiment is known to be a method that is et up with the aim to test a given hypothesis as a component of a scientific method.
In an experiment, there are the two key variables which are the independent and dependent variables. The independent variable is known to be a controlled or it is tested against the dependent variable.
See full question
Part A.
The sales director conducted a.) an experiment b.) a survey c.)an observational study because a treatment a.) was not b.)was applied to the sales representatives.
This is the best statistical study for this situation because the sales director is trying to establish a.) causality b.) correlation.
Learn more about experiment from
brainly.com/question/17274244
156°
D is a 24° angle, and is placed in a 90° angle, so 90-24=66
C is a right angle, so 90+66=156°
Hope this helped!