0% found this document useful (0 votes)
289 views

Assignment 3

- The document describes an assignment that was submitted on 2019-08-19 and passed multiple choice questions on topics including probability, statistics, and data analysis. - The assignment calculated probabilities, means, variances, correlation coefficients, and conducted hypothesis tests using datasets on internet usage. It demonstrated knowledge of probability distributions, measures of central tendency, and interpreting statistical results.

Uploaded by

anil
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
289 views

Assignment 3

- The document describes an assignment that was submitted on 2019-08-19 and passed multiple choice questions on topics including probability, statistics, and data analysis. - The assignment calculated probabilities, means, variances, correlation coefficients, and conducted hypothesis tests using datasets on internet usage. It demonstrated knowledge of probability distributions, measures of central tendency, and interpreting statistical results.

Uploaded by

anil
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 7

Assignment 3

The due date for submitting this assignment has passed.


Due on 2019-08-21, 23:59 IST.

Assignment submitted on 2019-08-19, 23:15 IST


1 point
A single letter is selected at random from the word ‘DATASCIENCE’. The probability that it is a vowel is

7/11
2/11
5/11
4/11
Yes, the answer is correct.
Score: 1
Accepted Answers:
5/11
1 point
A and B are two events. The probability that at least one of them occurs is given by

P(A∩Bc)+P(Ac∩B)P(A∩Bc)+P(Ac∩B)

P(A)+P(B)−P(A∩B)P(A)+P(B)−P(A∩B)

P(A)+P(B)+P(A∩B)P(A)+P(B)+P(A∩B)

P(Ac)+P(Bc)−2P(Ac∩Bc)P(Ac)+P(Bc)−2P(Ac∩Bc)
Yes, the answer is correct.
Score: 1
Accepted Answers:
P(A)+P(B)−P(A∩B)P(A)+P(B)−P(A∩B)
1 point
A total of 40 candidates have applied for a single job at a power plant. Out of the 40 candidates, 20 are
graduates, 35 are men and 25 are computer literate. What is the probability of randomly selecting a
candidate who is a graduate, female and computer literate? (final value rounded to 3 decimal places)

0.039
1.200
0.430
0.050
Yes, the answer is correct.
Score: 1
Accepted Answers:
0.039
1 point
Two tube lights are installed in a room. Probability of light A failing is 0.20 while the probability of light B
failing is 0.15. What is the probability that both the lights are working on a given day? (final value is
rounded off to 2 decimal places)

0.50
0.54
0.80
0.68
Yes, the answer is correct.
Score: 1
Accepted Answers:
0.68
1 point
A mathematics problem is given to three students A, B, C whose chances of solving it are 1/4, 2/3, 1/2
respectively. If all of them try independently, the probability that the problem is solved by any one of the
students is: -

0.910
0.875
1.410
0.330
Yes, the answer is correct.
Score: 1
Accepted Answers:
0.875

X and Y are independent random variables


with E(X)=4,σ2X=4,E(X)=4,σX2=4,E(Y)=4andσ2Y=8E(Y)=4andσY2=8. Now based on this information
answer question 6 and 7.
1 point
E(5X+2Y)=?E(5X+2Y)=?

25
28
20
30
Yes, the answer is correct.
Score: 1
Accepted Answers:
28
1 point
Var(2X+4Y)isVar(2X+4Y)is

74
380
144
160
No, the answer is incorrect.
Score: 0
Accepted Answers:
144

Download the data set “Toyota.csv”. Load the data set in to your R workspace with a variable name “x”.

Hints: Copy the dataset into your working directory to read the file seamlessly and use the function
read.csv()

Answer questions 8 to 12 based on the data.


1 point
Average Kilometres travelled by the cars is

39941.25
26422.52
32485.23
22987.45
Yes, the answer is correct.
Score: 1
Accepted Answers:
39941.25
1 point
The highest quoted value of a car is:

2750
7000
22750
117404
Yes, the answer is correct.
Score: 1
Accepted Answers:
22750
1 point
The Median age of the cars is:

20
30
26
40
Yes, the answer is correct.
Score: 1
Accepted Answers:
26
1 point
Variance of Price is

5848635
4048635
1716945
1689845
Yes, the answer is correct.
Score: 1
Accepted Answers:
5848635
1 point
The correlation coefficient between Price and KM is

-0.588
-0.050
0.108
1.000
Yes, the answer is correct.
Score: 1
Accepted Answers:
-0.050
1 point
Which one of the following is best measure of central tendency for categorical data?

Mean
Median
Mode
None of the above
Yes, the answer is correct.
Score: 1
Accepted Answers:
Mode
1 point
A standard normal density function is shown below. The area of the shaded region is

0.006
0.457
0.594
0.933
Yes, the answer is correct.
Score: 1
Accepted Answers:
0.933
1 point
The possible values of the correlation coefficient lies between:

0 to -1
-1 to 1
-∞ to ∞
0 to ∞
Yes, the answer is correct.
Score: 1
Accepted Answers:
-1 to 1
1 point
Given that the random variable X follows a chi-square distribution with 4 degrees of freedom and
P(X≤x)=0.5. Then the value of X is

3.357
-3.357
-3.325
3.325
Yes, the answer is correct.
Score: 1
Accepted Answers:
3.357
1 point
A sample of N observations are independently drawn from a normal distribution. The sample variance
follows

Normal distribution
Chi-square with N degrees of freedom
Chi-square with N-1 degrees of freedom
t-distribution with N-1 degrees of freedom
Yes, the answer is correct.
Score: 1
Accepted Answers:
Chi-square with N-1 degrees of freedom

Based on the below information answer questions from 18 and 21

The internet usage (in GB) of men and women have been measured and stored in a csv file named
“Internet Consumed3.csv”. In order to assess whether their usage are equivalent, a hypotheses test is
conducted to test whether the mean of the differences is equal to zero or not.
1 point
The difference in the mean usage amount between men and women is:-

0.8520
0.2536
0.1725
0.1120
Yes, the answer is correct.
Score: 1
Accepted Answers:
0.1725
1 point
The value of the t-statistic for the hypotheses test is

0.456
0.404
-0.856
0.121
No, the answer is incorrect.
Score: 0
Accepted Answers:
0.121
1 point
The degrees of freedom of the t-statistic is

41
18
40
d) 19
No, the answer is incorrect.
Score: 0
Accepted Answers:
40
1 point
The critical value of the test criterion for a level of significance of 5% is:

3.51
2.02
0.21
4.21
Yes, the answer is correct.
Score: 1
Accepted Answers:
2.02

You might also like