Question

In: Statistics and Probability

The number of students in the MPH program by county is given below. If a student...

The number of students in the MPH program by county is given below. If a student is selected at random from this dataset, find the probability that:

county # of students percentage
escambia 106 21.2
walton 151 30.2
santa rosa 150 30
okaloosa 93 18.6
total 500 100

MPH program (Show your work)

  1. The student is from Escambia county
  2. The student is from Santa Rosa county
  3. The student is from either Escambia or Santa Rosa county
  4. The student is not from Santa Rosa county

(Show your work)

Solutions

Expert Solution

(A) P(Escambia county) = (number of students from Escambia county)/(total students)

where number of students from Escambia county= 106 and total students = 500

P(Escambia county) = 106/500 = 0.212

(B) P(Santa Rosa county) = (number of students from Santa Rosa county)/(total students)

where number of students from Santa Rosa county= 150 and total students = 500

P(Santa Rosa county) = 150/500 = 0.300

(C) P(Santa Rosa county or Escambia county) = P(Santa Rosa county) + P(Escambia county)

use answer from part A and B, we get

P(Santa Rosa county or Escambia county) = 0.212 + 0.300

or

P(Santa Rosa county or Escambia county) = 0.512

(D) P(not from Santa Rosa county) = 1- P(Santa Rosa county) [Using complement rule]

use answer from part B to get P(Santa Rosa county) = 0.3

this gives us

P(not from Santa Rosa county) = 1- P(Santa Rosa county) = 1 - 0.3

or

P(not from Santa Rosa county) = 0.700


Related Solutions

1. ​ a)​Write a Matlab program to define student grade program and student number with if-else...
1. ​ a)​Write a Matlab program to define student grade program and student number with if-else statement logic​​​​​​​​​ b)​Write a Matlab program for sensor selection of temperature, pressure, flow sensor with if-else statement logic​​​​​​​​​ ​ 2.​Assume there are four letters from an information source with probabilities as A1 0.5 A2 0.3 A3 0.1 A4 0.1 Generate the tag and find the corresponding gaps and binary values for each stage and the sequence of the symbols which are coded are a1a3a2a4a1.​​​...
The age distribution of students at a community college is given below. Age (years) Number of...
The age distribution of students at a community college is given below. Age (years) Number of Students (f) Under 21 416 21-25 420 26-30 219 31-35 51 Over 35 24 Total = 1130 Number of students (f) 416 420 219 51 24 1130 A student from the community college is selected at random. Find the conditional probability that the student is at most 35 given that he or she is at least 26.
Student Loan Program The National Direct Student Loan (NDSL) program allows college students to borrow funds...
Student Loan Program The National Direct Student Loan (NDSL) program allows college students to borrow funds from the federal government. The contract stipulates that the annual percentage rate of interest is 0 percent until 12 months after the student ceases his or her formal education (defined as as least half-time enrollment). At that time, interest becomes 4 percent per year. The maximum repayment college period is 10 years. Assume that the student borrows $10,000 in the beginning of the first...
In this program: ================================================================== /* Program to count number of occurrences of a given string in...
In this program: ================================================================== /* Program to count number of occurrences of a given string in original string*/ #include <iostream> #include <cstring> #include <stdio.h> #include <iostream> using namespace std; int main() { const int SIZE = 40; char str[SIZE]; char str1[SIZE]; char searchString[SIZE]; int n; int l1, l2; int count = 0; printf("Enter a sentence: \n"); fgets(str,SIZE,stdin); printf("Enter a search word: \n"); fgets(searchString,SIZE,stdin); if (str1[strlen(str1) - 1] == '\n') { str1[strlen(str1)-1] = '\0'; } if (str[strlen(str) - 1] == '\n')...
A MPH student is interning with a local health agency, which is in need of a...
A MPH student is interning with a local health agency, which is in need of a health educator but cannot afford one. The student suggests the agency partner with other health agencies in adjacent counties in jointly hiring a health educator. Further, the student suggests that the health agency contact the local newspaper and share the details of the initiative. Discuss the following prompts: What are some disadvantages to developing strong relationships with members of the media? Do some media...
20. A student is interested in studying the impact of the number of books students referred...
20. A student is interested in studying the impact of the number of books students referred to in a statistics course and the number of lectures they attended on the final grade on the course. A sample of 25 students is selected and the data are given below. BOOKS ATTEND GRADE 2 17 60 3 18 54 1 17 62 5 20 59 2 12 44 1 13 40 3 17 96 4 19 90 5 22 97 2 22...
IN C++ Write a program that prompts the user to enter the number of students and...
IN C++ Write a program that prompts the user to enter the number of students and each student’s name and score, and finally displays the student with the highest score (display the student’s name and score). Also calculate the average score and indicate by how much the highest score differs from the average. Use a while loop. Sample Output Please enter the number of students: 4 Enter the student name: Ben Simmons Enter the score: 70 Enter the student name:...
C++ The program implements the Number Guessing Game. However, in that program, the user is given...
C++ The program implements the Number Guessing Game. However, in that program, the user is given as many tries as needed to guess the correct number. Rewrite the program so that the user has no more than five tries to guess the correct number. Your program should print an appropriate message, such as “You win!” or “You lose!”.
Below is my C++ program of a student record system. I have done the program through...
Below is my C++ program of a student record system. I have done the program through structures. Please do the same program using classes this time and dont use structures. Also, please make the menu function clean and beautiful if you can. So the output will look good at the end. Thanks. #include<iostream> #include<string> using namespace std; struct StudentRecord {    string name;    int roll_no;    string department;    StudentRecord *next; }; StudentRecord *head = NULL; StudentRecord *get_data() {...
(JAVA) Write a program that maintains student test scores in a two-dimesnional array, with the students...
(JAVA) Write a program that maintains student test scores in a two-dimesnional array, with the students identified by rows and test scores identified by columns. Ask the user for the number of students and for the number of tests (which will be the size of the two-dimensional array). Populate the array with user input (with numbers in {0, 100} for test scores). Assume that a score >= 60 is a pass for the below. Then, write methods for: Computing the...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT