If the domain of f
f is -3\le x \le 3
−3≤x≤3, what is the range
Write c++ program to check whether agiven number is even or odd
A TV manufacturer claims that the life span of its regular TV sets is 12 years with a standard
deviation of 1.2 years. Using a random sample of their 20 TV sets, the average life span is found
to be 11.2 years. Test the hypothesis that the T sets’ life span of 12 years as claimed by the
manufacturer is true at 0.05 level.
Write a program using one-dimensional array that searches a number if it is found on the list of the given 5 input numbers and locate its exact location in the list.
Sample input/output dialogue:
Enter a list of numbers: 5 4 8 2 6 Enter a number to be searched: 2 2found in location 4
What is the gravitational potential energy of a 3 kg ball that is 1meter above the floor
Arraying 101
by CodeChum Admin
I want you to make an array of numbers for me. All you have to do is make a program that will let me input any random integer in one line. Afterwards, it will then print out all the numbers I've inputted, backwards, on separate lines.
Care to do that for me?
Input
The first line contains the size of the array.
The next line contains the integers separated by a space.
5
1·64·32·2·11
Output
Multiple lines containing integers on each.
11
2
32
64
1
Find the velocity of a recoil of a gun of mass 5 kg from which a bullet of mass 10 g is fired at a velocity of 250m/sec-1
Create a program using one-dimensional array that searches a number if it is found on the list of the given 5 input numbers and locate it exact location in the list
For items 9 to 10, refer to the given table below.
Mathematics Quiz Scores of 15 Grade-10 Aphrodite Student
Name Score
Amy 17
Michelle 17
Aila 17
Evan 11
Albert 11
D-anne 16
Sarah 15
Isaac 18
Aidan 19
Carl 12
Cherry 17
Jethro 14
Angelo 16
Nica 18
Noah 15
9. If 1 is 12, how many students belong to the lowest 25%?
10. If 5 is 16, how many students belong to the lower 50%?
Lilian got a score of 55, which is equivalent to the 70th percentile in a mathematics test. Which of the following is NOT true?
A. 70% of the students got a score less than or equal to Lilian’s score.
B. Thirty percent of the class got scores of 55 and above.
C. If the passing mark is the first quartile, she passed the test.
D. Her score is below the 5th decile.