Search using-a-sample-of-sat-scores-n-with-an-average-score-of-and-a-standard-deviation-of

Using a sample of sat scores n with an average score of and a standard deviation of

 
 

Top Questions

1.Hypnosis tests for equality of 2 means. Gibbs baby good company wants to compare weight gain of infants using their ...

infants using their formula brand vs. a competitors. A sample of 40 babies using their product revealed a mean weight gain of 7.6 lbs in the first 3 months after birth. The standard deviation of the Gibbs sample is 2.3 lbs. A sample of 55 babies using the competitors brand had a mean increase of 8.1 lbs with a standard deviation of 2.9 lbs. At the 5% significance level, can we conclude that babies using Gibbs brand gained less weight?
View More

2.CSE 1300 Problem Solving Practice Conditional Statements Question 1: Student Fees All KSU students pay fees in addition to their tuition. Using the code ...

nts pay fees in addition to their tuition. Using the code provided below as a starting point, write a conditional statement that determines how much a student will pay in fees. • Students registered for 1 – 4 hours pay $843 in student fees. • Students enrolled in 5 or more hours pay $993 in student fees. The program should also display a message to students who have not enrolled in any classes: “You are not enrolled in any classes right now.” NOTE: You must use the variables included in the code snippet get credit for this question. import java.util.Scanner; class Main { public static void main(String[] args) { int creditHours; int fees = 0; Scanner myScanner = new Scanner(System.in); System.out.print("Please enter the number of credit hours you are taking this term: "); creditHours = myScanner.nextInt(); myScanner.close(); //YOUR CODE GOES HERE } } Break the Problem Down Answer the following questions, then use the information to write your code. What are the inputs in the pseudocode above? (INPUT) What are we storing in the pseudocode above? (MEMORY) What calculations are needed? (PROCESSES) What needs to be displayed to the user? (OUTPUT) How many conditions are there in your problem statement? What are they? Does something need to happen if the condition(s) are not met? What type of conditional statement do you need? Solution in Java Problem 2: Block Tuition The cost of KSU’s tuition is determined by the number of credit hours a student enrolls in. Using the chart below, write a conditional statement (ONLY) that sets the value of a tuition variable to what that student will owe. NOTE: For this problem you can assume that all students are enrolled in a minimum of 12 hours. Number of Credit Hours 12 13 14 15 or more Cost (in USD) $2224 $2410 $2595 $2718 Break the Problem Down Answer the following questions, then use the information to write your code. What do we need to store? (MEMORY) What are the inputs in the problem statement above? (INPUT) What calculations are needed? (PROCESSES) What needs to be displayed to the user? (OUTPUT) How many conditions are there in your problem statement? What are they? Does something need to happen if the condition(s) are not met? What type of conditional statement do you need? Solution in Java Problem 3: Class Standing Undergraduate students will be classified based on the number of earned institutional hours. • Freshman: • Sophomore: • Junior: • Senior: 0 - 29 hours 30 - 59 hours 60 - 89 hours 90 hours or more Write a complete program that prompts the user for the number of credit hours they have completed. Write a conditional statement that prints out their class standing based on the information they provided. Sample Output Break the Problem Down Answer the following questions, then use the information to write your code. What do we need to store? (MEMORY) Please enter the number of credit hours you have earned: 29 You are a freshman. What are the inputs in the problem statement above? (INPUT) What calculations are needed? (PROCESSES) What needs to be displayed to the user? (OUTPUT) How many conditions are there in your problem statement? What are they? Does something need to happen if the condition(s) are not met? What type of conditional statement do you need? Solution in Java Problem 4: Maximum Course Load KSU’s policy on maximum course loads during the academic year is as follows: A student in good standing may register for up to 18 hours. The Registrar may approve up to 21 hours for students with an institutional GPA of 3.5 or higher. Students Write a complete program that prompts the user for the number of credit hours they have signed up for. Write the necessary conditional statement(s) to address the stipulations in KSU’s policy. Once the maximum number of hours is determined, display a message to the user that states “You may enroll in X credit hours this semester.” where X is the number of credit hours determined by your program. Sample Output Break the Problem Down Answer the following questions, then use the information to write your code. What do we need to store? (MEMORY) Please enter your GPA: 3.75 You may enroll in up to 21 credit hours this semester. What are the inputs in the problem statement above? (INPUT) What calculations are needed? (PROCESSES) What needs to be displayed to the user? (OUTPUT) How many conditions are there in your problem statement? What are they? Does something need to happen if the condition(s) are not met? What type of conditional statement do you need? Solution in Java Problem 5: First-Year Seminar All first-year full-time students entering Kennesaw State University with fewer than 15 semester hours are required to complete a First-Year Seminar. Students with 30 or more credit hours are not eligible to enroll in a First-Year Seminar. Write a complete program that prompts the user for the number of credit hours they have completed. Write the necessary conditional statement(s) to address the stipulations in KSU’s policy. When you run your program, it should display one of the following messages to the screen: • You must enroll in First-Year Seminar. • You do not have to take First-Year Seminar. • You are not eligible for First-Year Seminar. Sample Output Break the Problem Down Answer the following questions, then use the information to write your code. What do we need to store? (MEMORY) Enter the number of credit hours have you completed: 30 You are not eligible for First-Year Seminar. What are the inputs in the problem statement above? (INPUT) What calculations are needed? (PROCESSES) What needs to be displayed to the user? (OUTPUT) How many conditions are there in your problem statement? What are they? Does something need to happen if the condition(s) are not met? What type of conditional statement do you need? Solution in Java
View More

3.Using a sample of SAT scores (n = 5000) with an average score of 600 and a standard deviation of ...

, determine the probability that a randomly selected score will be between a 450 and 700.
View More

4.AP Chem AB FRQ Question 1 A sample consisting of 50. mL of 0.400 M solution of the acid, HClO4, is titrated ...

titrated with a 0.200 M solution of the base, LiOH. Write the balanced chemical reaction for neutralization reaction: HClO4 (aq) + LiOH (aq) → LiClO4 (aq) + H2O (l) Write the NET ionic equation for the neutralization reaction. OH⁻ (aq) + H⁺ (aq) → H2O (l) Compute the pH of the titration solution. Show your work i) before any of the base is added ii) after 25. mL of base is added iii) after 50. mL of base is added A student performs the titration with the same chemicals but with smaller volumes of each chemical . Which of the following titration curves could represent the titration. Explain A because this entails a strong acid and a strong base. Question 2 A student performs a titration of an unknown acid with a strong base and gets the following titration curve: a) The student consults the list of pKa of acids shown below. If the acid is listed in the table below, which is the most likely identity of the unknown acid? Explain. Acid Ka HF 7.2 x 10-4 CH3COOH 1.8 x 10-5 H2CO3 4.3 x 10-7 HBrO 2.0 x 10-9 The unknown acid is HBrO because the calculated Ka is in between 50^-4 and 50^-6 and 2.0 x 10^-9 lies in between them. b) What is the initial molarity of the acid? 10^-3 = 0.001M Question 3 a) Describe the components and the composition of an effective buffer solution. Explain how the components of the buffer allow the buffer to maintain its pH. An effective buffer solution has a weak acid and its conjugate base or a weak base and its conjugate acid. A buffer solution is most effective when the ratio of its component concentrations is close to 1, also when the pH is equal to the pka of the acid.; The components of the buffer allow the buffer to maintain its pH because buffers can absorb excess H+ions or OH– ions. An employer is interviewing four applicants for a job as a laboratory technician and asks each how to prepare a buffer solution with a pH of 5.0. The following constants may be helpful: hydrazoic acid, pKa = 4.74 Boric acid, pKa = 9.23 Archita A. says she would mix equal molar solutions of hydrazoic (HN3) and sodium azide (NaN3) solutions. Bradley B. says she would mix equimolar Boric acid (H3BO3) and HCl solutions. Carlos C. says he would mix equimolar Boric Acid (H3BO3) and sodium dihydrogen borate (NaH2BO3) solutions. Delia D. says he would mix equimolar hydrazoic Acid (HN3) and NaOH solutions. b) Which of these applicants has given an appropriate procedure? Explain your answer Delia because she is using Sodium hydroxide which results in a pH of 5. NaOH is a strong base and in order to have an effective buffer a weak acid must be incorporated which is the HN3. c) Explain what is wrong with the erroneous procedures. The rest all incorporate a strong acid and a strong base or a weak acid and a weak base which don’ result in an effective buffer. d) The applicants have access to the 1 Liter volumes of each of the solutions listed above. They have access to graduated cylinders. In order to make 1.0 Liter of the correct 5.0 buffer solution, what volumes of the two chemicals must be mixed?
View More

5.Exercise 4) A fair coin is tossed. If it lands heads, a fair four-sided die is thrown (with values 2,3,4,7). If ...

2,3,4,7). If it lands tails, a fair six-sided die is thrown (with values 3,4,5,6,7,9). Regardless of which die is used, Alice eats n grains of rice, where n is the largest prime factor of the die result (for example, the largest prime factor of 9 is 3). (a) What is the conditional probability that the coin lands heads, given that Alice eats three grains of rice? (b) Suppose that the entire experiment is conducted twice on the following day (starting with a new coin toss on the second run-through). What is the conditional probability that the coin lands heads on both run-throughs, given that Alice eats a total of five grains of rice during the two run-throughs? (Do not count the two grains from part (a) in part (b); we assume two brand new experiments, each with a new coin toss. Start your solution by defining a suitable partition of the sample space. Please use an appropriate notation and/or justification in words, for each value that you give as part of your solution.) Exercise 5) Alice and Bob throw an unfair coin repeatedly, with probability 2/5 of landing heads. Alice starts with £2 and Bob starts with £3 . Each time the unfair coin lands heads, Alice gives Bob £1 . Each time the unfair coin lands tails, Bob gives Alice £1 . The game ends when one player has £5 . (a) Draw a labelled Markov chain describing the problem, and write down a transition matrix P. Write down the communication classes, and classify them as either recurrent or transient. (b) Using the transition matrix, calculate the probability that Alice loses all of her money in exactly four tosses of the unfair coin. (c) Calculate the (total) probability that Alice loses all of her money (before Bob loses all of his). (d) Calculate the expected (mean) number of tosses of the unfair coin, for the game to end.
View More

6.Can domestic dogs understand human body cues such as leaning? The experimenter leaned toward one of two objects and recorded ...

two objects and recorded whether or not the dog being tested correctly chose the object indicated. A four-year-old male beagle named Augie participated in this study. He chose the correct object 42 out of 70 times when the experimenter leaned towards the correct object. (a) (2 points) Let the parameter of interest, π, represent the probability that the long-run probability that Augie chooses correctly. Researches are interested to see if Augie understands human body cues (better than gussing). Fill in the blanks for the null and alternative hypotheses. H0 : Ha : (b) (6 points) Based on the above context, conduct a test of significance to determine the p-value to investigate if domestic dogs understand human body cues. What conclusion will you draw with significance level of 10%? (If you use an applet, please specify which applet you use, and the inputs.) (c) (5 points) Based on the above context, conduct a test of significance to determine the p-value to investigate if domestic dogs understand human body cues. What conclusion will you draw with significance level of 5%? (If you use an applet, please specify which applet you use, and the inputs.) (d) (2 points) Are your conclusions from part (b) and (c) the same? If they are different, please provide an explanation. (e) (5 points) Shown below is a dotplot from a simulation of 100 sample proportions under the assump- tion that the long-run probability that Augie chooses correct is 0.50. Based on this dotplot, would a 90% confidence interval for π contain the value 0.5? Explain your answer. (f) (4 points) Compute the standard error of the sample proportion of times that Augie chose the object correctly. 1 (g) (5 points) (h) (3 points) question? (i) (4 points) (j) (4 points) A. B. C. Construct an approximate 95% confidence interval for π using the 2SD method. What is the margin of error of the confidence interval that you found in the previous How would you interpret the confidence interval that you found in part (g)? Which of the following is a correct interpretation of the 95% confidence level? If Augie repeats this process many times, then about 95% of the intervals produced will capture the true proportion of times of choosing the correct objective. About 95% times Augie chooses the correct objective. If Augie repeats this process and constructs 20 intervals from separate independent sam- ples, we can expect about 19 of those intervals to contain the true proportion Augie chooses the correct objective. (k) (4 points) object 21 out of 35 times. Conjecture how, if at all, the center and the width of a 99% confidence interval would change with these data, compared to the original 2SD 95% confidence interval. The center of the confidence interval would . The width of the confidence interval would . (l) (4 points) Suppose that we repeated the same study with Augie, and this time he chose the correct object 17 out of 35 times, and we also change the confidence level from 95% to 99%. Conjecture how, if at all, the center and the width of a 99% confidence interval would change with these data, compared to the original 2SD 95% confidence interval. Suppose that we repeated the same study with Augie, and this time he chose the correct The center of the confidence interval would The width of the confidence interval would . .
View More

7.I need a demo that follows the pattern I need for my exercises, before I buy the package. I need ...

utor to walk step by step in the solution of my exercises for me to learn and understand. I had Chetana Das before, and I would like to continue with her as soon as it is possible. The questions are attached, and it needs to be solved using SPSS. I can attach a sample exercise.Actually I attached the sample.
View More

8.Glycerol is a syrupy liquid often used in cosmetics and soaps. A 3.26 liter sample of pure glycerol has ...

has a mass of 4.10 kg. Using the information provided, what is the density of glycerol ? g/mL (2 decimal places, i.e. number.XX
View More

1.AU MAT 120 Systems of Linear Equations and Inequalities Discussion

mathematicsalgebra Physics