Assignment Excelr
Assignment Excelr
Q2) Identify the Data types, which were among the following
Nominal, Ordinal, Interval, Ratio.
Data Data Type
Gender nominal
High School Class Ranking ordinal
Celsius Temperature interval
Weight ratio
Hair Color nominal
Socioeconomic Status ordinal
Fahrenheit Temperature interval
Height ratio
Type of living accommodation nominal
Level of Agreement ordinal
IQ(Intelligence Scale) interval
Sales Figures ratio
Blood Group nominal
Time Of Day ordinal
Time on a Clock with Hands interval
Number of Children ratio
Religious Preference nominal
Barometer Pressure ratio
SAT Scores ratio
Years of Education ratio
Q3) Three Coins are tossed, find the probability that two heads and one tail are
obtained?
Solution: The possible outcomes are
HHH,HHT,HTH,HTT,THH,THT,TTH,TTT=8
The ones with two heads are one tail are HHT,HTH,THH=3
Therefore, the probability is 3/8.
Q4) Two Dice are rolled, find the probability that sum is
a) Equal to 1
b) Less than or equal to 4
c) Sum is divisible by 2 and 3
Solution: The possible outcomes are (1,1),(1,2),(1,3),(1,4),(1,5),(1,6)
(2,1),(2,2),(2,3),(2,4),(2,5),(2,6),(3,1),(3,2),(3,3),(3,4),(3,5),(3,6), (4,1),(4,2),
(4,3),(4,4),(4,5),(4,6), (5,1),(5,2),(5,3),(5,4),(5,5),(5,6), (6,1),(6,2),(6,3),(6,4),
(6,5),(6,6)=36
a)There is no probability where the sum is equal to 0,Therefore,the
probability is 0.
b)The probabilities are(1,1),(1,2),(1,3),(2,1),(2,2),(3,1)=6. Therefore, the
probability is 6/36=1/6.
c) The probabilities are (1,5),(2,4),(3,3),(4,2),(5,1),(6,6)=6. Therefore, the
probability is 6/36=1/6.
Q5) A bag contains 2 red, 3 green and 2 blue balls. Two balls are drawn at
random. What is the probability that none of the balls drawn is blue?
Solution: Total no. of balls in the bag are 2+3+2=7
Two balls can be drawn in 7C2 ways=21 ways.
No. of ways of drawing 2 balls such that none is blue=No. of ways of drawing 2
balls from 2 red and 3 green balls=5C2 ways=10 ways. Therefore, probability of
drawing 2 balls such that none is blue = 10/21.
Q6) Calculate the Expected number of candies for a randomly selected child
Below are the probabilities of count of candies for children (ignoring the nature of
the child-Generalized view)
CHILD Candies count Probability
A 1 0.015
B 4 0.20
C 3 0.65
D 5 0.005
E 6 0.01
F 2 0.120
Child A – probability of having 1 candy = 0.015.
Child B – probability of having 4 candies = 0.20
Solution: The expected number of candies for a randomly selected child are
(1*0.015)+(4*0.20)+(3*0.65)+(5*0.005)+(6*0.01)+(2*0.120)
=0.0015+0.8+1.95+0.025+0.06+0.24
Ans=3.0765
Q7) Calculate Mean, Median, Mode, Variance, Standard Deviation, Range &
comment about the values / draw inferences, for the given dataset
- For Points,Score,Weigh>
Find Mean, Median, Mode, Variance, Standard Deviation, and Range
and also Comment about the values/ Draw some inferences.
Solution: Mean of the Points column=3.596563
Mean of the Score column=3.21725
Mean of the Weigh column=17.84875
Mean of the Points column=3.695
Mean of the Score column=3.325
Mean of the Weigh column=17.71
Q9) Calculate Skewness, Kurtosis & draw inferences on the following data
Cars speed and distance
Use Q9_a.csv
SP and Weight(WT)
Use Q9_b.csv
34,36,36,38,38,39,39,40,40,41,41,41,41,42,42,45,49,56
1) Find mean, median, variance, standard deviation.
2) What can we say about the student marks?
Q13) What is the nature of skewness when mean, median of data are equal?
Q14) What is the nature of skewness when mean > median ?
Q15) What is the nature of skewness when median > mean?
Q16) What does positive kurtosis value indicates for a data ?
Q17) What does negative kurtosis value indicates for a data?
Q18) Answer the below questions using the below boxplot visualization.
Draw an Inference from the distribution of data for Boxplot 1 with respect
Boxplot 2.
Q 20) Calculate probability from the given dataset for the below cases
Hint:
rcode pt(tscore,df)
df degrees of freedom