Suppose that the relation consists of the scores of 6 students in a certain examination as follows 9, 11, 13, 15, 17 and 19 using the sampling distribution is to make the population mean using a random variable of the size n = 2.
Let X be a random variable with pdf
𝑓(𝑥) = {
2(1 + 𝑥)
27 𝑖𝑓 2 ≤ 𝑥 ≤ 5
0 𝑜𝑡ℎ𝑒𝑟𝑤𝑖𝑠𝑒
Find (i) 𝑃(𝑋 < 4) (ii) 𝑃(3 < 𝑥 ≤ 4)
The density function of sheer strength of spot welds is given by
𝑓(𝑥) = {
𝑥/ 160000 𝑓𝑜𝑟 0 ≤ 𝑥 ≤ 400
800 − 𝑥/ 160000 𝑓𝑜𝑟 400 ≤ 𝑥 ≤ 800
Find the number a such that 𝑃(𝑋 < 𝑎) = 0.50
A university graduate standing on the ground fires a rocket into the atmosphere at a velocity of 4000 m/s at an angle of 20 degrees to the vertical axis. Determine (g = 9.8 m/s2):
(a) The time of flight
(b) The maximum level
student is to match three historical events (Mahatma Gandhi’s Birthday, India’s freedom,
and First World War) with three years (1947, 1914, 1896). If he guesses with no knowledge
of the correct answers, what is the probability of the number of answers he gets correctly?
Suppose the population consists of the scores of 6 students in a certain examination, as follows: 9, 11, 13, 15, 17 and 19. By using the sampling distribution, estimate the population mean using a random variable of the size n=2.
Suppose the population consists of the scores of 6 students in a certain examination, as follows: 9, 11, 13, 15, 17, and 19 . Byusing the sampling distribution, estimate the population mean using a random variable of the size n=2
Activity IV CHECK WHAT YOU KNOW. Solve the following problems. (2 points each)
1. Given n = 12; = 120 ml;s = 6. The parent population is normally distributed.
Find:
a. The point estimate.
b. The interval estimate of mean.
2. Rochelle wants to know the mean of all entering trainees in a boot camp. The mean age of a
random sample of 25 trainees is 18 years and the standard deviation is 1.3 years. The sample
comes from normally distributed population. Use a = 0.1 to find the following:
a. The point estimate.
b. The error.
c. The interval estimate of the population of the mean.
1. Write C++ program, overload the unary decrement operator (--) , postix nd prefix
2. Write C++ program , overload the binary subtraction operator(-)
Les assume you create a system which asks the user for the number of students and the
number of test scores per student. A nested inner loop, should ask for all the test scores for one
student, iterating once for each test score. The outer loop should iterate once for each student
and take student name as input. After taking input for 3 test scores, calculate average for each
student. Take 3 test scores and 4 students.
Note: use do-while loops
by CodeChum Admin
We all know what man's best friend is. A dog! 🐶
Let's create one in our program using the pre-existing struct Dog provided.
Instructions: