Step-by-step explanation:
percentage of adults= number of adults over total number of persons times 100;
400/400+350*100
400/750*100
40/75*100
8/15*100
8/3*20
160/3
=53.3%
Answer:
I have no clue I really don't have no clue but you 10 divided by 3 and then you could double it by 2 and then after that you could develop by 3 and then that's how much Stephen get
Complete Question:
The complete question is shown on the first uploaded image
Answer:
The probability that the random you randomly select species that are greater than 200 kg is = 7/62
Step-by-step explanation:
Step One: Load the data set in to the R work space
data(mammals,package="MASS")
attach(mammals)
Step 2 : Obtain the list of the species that are greater than 200 and store it on y variable.
y <- subset(mammals,body>200)
Step Three : Obtain the total size
nrow(mammals)
Step Four : Obtain the sum of species greater than 200
sum(body > 200)
total size = 62
size with body > 200 = 7
hence
required probability = 7/62
The correct question is
<span>Yuri computes the mean and standard deviation for the sample data set 12, 14, 9, and 21. he finds the mean is 14. his steps for finding the standard deviation are below. what is the first error he made in computing the standard deviation
</span>
see the picture in the attached figure N 1we know that
The formula for Sample Standard Deviation is indicated in the attached figure N2
in this problem
n=4 and Yuri had to divide in the formula by 3
therefore
the answer is Yuri divided by n instead of n -1