Answer:
b
Step-by-step explanation:
Answer:
Barium, Strontium and Beryllium
Explanation:
There are 18 groups in the periodic table and the previous 3 all belong to the same group, group 2 the alkali metals
Silicon is group 14, the carbon group
Aluminum is in the boron group, group 13
Osminium is in the group 8 transition metals
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()
Data:
15 16 14 15 19 17
n=6 points
sum is 96
mean is 96/6 = 16
Now we look at the absolute deviations, each of which is the absolute value of a score minus the mean, basically the distance of the score to the mean .
Scores 15 16 14 15 19 17
AbsDev 1 0 2 1 3 1
The sum of the absolute deviations is 8 and there are six of them so the
Mean Absolute Deviation = 8/6 = 4/3
Answer: 2. 8/6
4(73)+3
273+3
276
Because you have to subsititue 73 for x. So you have to multiply 73 by 4 then what you get out of that you have to add it by 3.