The following data is given Age (in years): Below 10, below20, below30, below40,below50, below60, below70, below 80 and No. of persons: 2,5,9,12,14,15,15.5,15.6
Find mean , median and mode.
Prompt: In investments, higher risk may provide higher returns. It is interesting how people have different comfort levels taking risk. Please consider your own comfort with taking risks; are you a person who is willing to take a risk in order to earn a higher level of return on an investment?
Context Link: https://saylordotorg.github.io/text_personal-finance/s08-evaluating-choices-time-risk-a.html
Instructions: Make sure to use proper grammar and punctuation in this college-level course in all correspondence. Please avoid “text” or “twitter speak” when corresponding.
Extra Directions: Answer "Are you a person who is willing to take a risk in order to earn a higher level of return on an investment?" as if you were a sixteen-year-old student in high school.
There are three Groups A,B and C with no. of persons 50, X, 90. The mean and Standard deviations for these groups are 113, Y, 115 and 6, 7, Z respectively. The Combind n , mean and Standard deviation for three groups are 200,116 and 7.746.
(i) What is n ( The value of X ) for Group II .
(ii) Mean (Value of Y ) of Group II?
(iii) S.D. (Value of Z) of Group III ?
create table guest (
guestfname varchar(50) not null,
guestlname varchar(50) not null,
guestphone number(10),
guestadd varchar,
guestID varchar(10) not null,
constraint pk_bill primary key (guestphone),
references room (guestID)
);
When I run it says missing left parenthesis Why??
In a box of switches, it is known that 10% of the switches are faulty. A technician is wiring 30 circuits,
each of which needs one switch. What is the probability that (a) all 30 work (b) at most two of the
switches do not work.
2
Write a loop that inputs words until the user enters STOP. After each input, the program should number each entry and print in this format:
Consider the following statements:
A. The product of 2 numbers of opposite signs will be a negative number
B. The reciprocal of an improper fraction is a proper fraction
C. The reciprocal of 1 is −1.
Which ONE of the following is TRUE?
The probabilities that a surgeon operates on 3, 4, 5, 6, or 7 patients in any one day are 0.15, 0.20, 0.25, 0.20 and 0.20, respectivel
If a certain number x is subtracted from 8, it will be equal to two less than four times the same number. The correct equation for the above sentence is:
The heights of Grade 11 male students in your school are normally distributed with a mean of 168 cm and standard deviation of 10 cm. Describe sampling distribution of 25 students wo are randomly drawn from the population.