What is the 5 number summary of the following data set?
11,2,3,5,8,9,8,11,78,12,14,2,3,6,5,11
What is the 5 number summary of the following data set?
11,2,3,5,8,9,8,11,78,12,14,2,3,6,5,11
1. What will the following python code display?
num = list(range(5))
print(num)
2.
Answer the following...
1. What will the following python code display?
num = list(range(5))
print(num)
2.
Answer the following questions using the list below. You can
record your answers in the essay textbox.
data = [5,3,7]
A. Write code to replace the value in the 0 position with the
number 8.
B. Add the value 10 to the end of the list.
C. Insert the value 22 after position 1 in the list.
D. Remove the value at position 2.
E. Sort the...
Answer the following questions by applying the pigeonhole
principle. For each blank, write in the number...
Answer the following questions by applying the pigeonhole
principle. For each blank, write in the number in numeral form. For
example, if the answer is ten, simply write 10.
1. The population of Pennsylvania is 1.3 million people.
Each person has written between 0 and 1 million lines of
code.
What is the maximum number of people that we can say must have
written the same number of lines of code?
2. Five people are running for the presidential election...
5. One year, investigators studied the relationship between
alcohol consumption by cllege students and GPA. They...
5. One year, investigators studied the relationship between
alcohol consumption by cllege students and GPA. They surveyed a
simple sample of 4278 US college students and generated the
following stats:
x?=6
SDx=4
?=2.9
SDy=1.2
r= -0.6
where the x j = number of alcoholic drinks consumed per week by
the jth student, and y j = the year-end GPA of the jth student.
a.) What does the fact that the correlation is
negative say about the relation between drinking
alcohol...
Do not answer using a percent sign, a dollar sign or with a
number containing commas....
Do not answer using a percent sign, a dollar sign or with a
number containing commas. For the questions involving rates, you
can answer as a percent (for example 10) or as a decimal (for
example 0.1).
1.7
Suppose you purchase a $1,000 bond which pays 8% per annum
compounded quarterly. What is your effective annual interest
rate?
1.8
Assume you purchase a house today for $100,000. You expect
real estate to grow at 8% per year. How many years...