Questions
Final Project Elementary Statistics Directions: Please follow each step below. Upload your completed assignment as a...

Final Project
Elementary Statistics
Directions: Please follow each step below. Upload your completed assignment as a Word document in Canvas.
Step 1: Choose one research question from the list below:
1. Does viewing a movie versus reading a book about the movie allow students to score higher on assessments related to the literature?
2. Does drinking caffeine affect students' performance on tests?
3. What is more important to college-bound high school seniors when choosing a major: interest in the subject, career aspirations, family influence, or ability in the subject?
4. Is a team’s payroll related to winning percentages in professional sports?
5. Can we predict the order of the NFL draft based on the players’ college recruitment rank and statistics?
6. Is there a correlation between female empowerment and career advancement in the United States?
Step 2: Create hypotheses statements for the research question you chose.
Step 3: In at least 10 or more sentences, describe how a researcher may collect and analyze the data for the research question you chose.

In: Statistics and Probability

Compute the number of passwords of each type below along with how long it would take...

  1. Compute the number of passwords of each type below along with how long it would take to test all possible such passwords if it takes 1 nanosecond to test a password. Report the times in the most convenient human understandable form. In all of these, unless noted otherwise, order matters and repetition of characters is allowed.
    1. Passwords of length 8 with any combination of lowercase letters, uppercase letters, and numbers.
    2. Passwords that start with a capital letter, have 10 lowercase letters, and end with a number.
    3. Passwords that start with a capital letter, have between 10 and 20 lowercase letters, and end with a number.
    4. Passwords that have four words in them, where the words come from a list of 20,000 words.
    5. Passwords using the word ‘password’ with different uses of upper case and lower case letters, and also allowing for a substitution of a number for the letters such as ‘96553014’; each letter is uniquely represented by a number, e.g., p can be replaced with 9 but with no other number. Basically, we have 3 choices per letter in ‘password’. No reordering allowed.
    6. Which of these schemes would you use for your bank account?

In: Statistics and Probability

The business would like to give sales managers a bonus if their sales total is more...

The business would like to give sales managers a bonus if their sales total is more than 10000.

Revise the website program to reflect the following changes:

  • Prompt the sales manager for a number of months
  • Allow the manager to input the number of months.
  • Use a for loop to prompt the sales manager for the sales amounts and input the amounts based upon the number of months. Keep a running total of the sales amounts.
  • Display the total sales
  • If the total sales is greater then 10000, display a message congratulating the sales manager

Create a 1/2- to 1-page document containing pseudocode based on the revised program needs.

Create a 1-page flowchart based on the algorithm for the revised program needs.

The flowchart should be an original file drawn and submitted in Word, PowerPoint, Lucidchart or Visio format.

Here is a link to the previous code that is based on the question. It's an extension off of that.

https://www.chegg.com/homework-help/questions-and-answers/business-manager-reassessed-needs-website-design-determined-would-better-allow-sales-manag-q39558711?trackid=x3XkgR3o

In: Computer Science

PhD candidates should provide an authentic personal statements to each of the five following questions/prompts reflecting...

PhD candidates should provide an authentic personal statements to each of the five following questions/prompts reflecting on their own personal interest. In the event that any outside resources are used, resources should be cited in APA format. Submissions should be a maximum of 500 words or 125 words per question/prompt. It is best to respond to each prompt/question individually for clarity of the reviewer. Documents should be submitted in Microsoft Word format.

PhD IT

  1. What are your research interests in the area((big data science)) of Information Technology? Why do you think it is important to research in this area?
  2. Why did you select to pursue a program at ABC university instead of other institutions?
  3. As an individual, what are your strengths and weaknesses? How will these impact you as a doctoral information technology student?
  4. Where do you see the future of Information Technology heading?
  5. How can obtaining a doctorate impact your contribution to the practices of information technology? Where do you see yourself after obtaining a doctorate from ABC university?

In: Computer Science

2. A food processing plant typically contain fungus spores. If the ventilation system is not adequate,...

2. A food processing plant typically contain fungus spores. If the ventilation system is not adequate, this can have a serious effect of the health of employees. To determine the amount of spores present, random air samples are pumped to a certain plate, and the number of "colony-forming units (CFUs)" are determined after time allowed for incubation. The data from the room of a plant that slaughters 35,000 turkeys per day, which are obtained during the four seasons of the year, is given below. The units are in CFUs per cubic meter.

Fall Winter Spring Summer

1231 384 2105 3175

1254 104 701 2526

1088 97 842 1090

1124    401 1243 1987

a) Examine the data using exploratory data analysis tools. Create at least one graph comparing means.

b) Perform an -way ANOVA to determine is the effect of the season is statistically significant. Use the four-step method. Be sure to give a practical conclusion. Assume the populations are normally distributed and the variances are roughly equal. Copy and paste the results of the test into your Word document.

In: Statistics and Probability

Complete the following assignment in C programming language. Get the user’s first name and store it...

Complete the following assignment in C programming language.

  1. Get the user’s first name and store it to a char array
    • Declare a character array to hold at least 20 characters.
    • Ask for the user’s first name and store the name into your char array.
    • Hint: Use %s for scanf. %s will only scan one word and cannot scan a name with spaces.
  2. Get 3 exam scores from the user:
    • Declare an array of 3 integers
    • Assume the scores are out of 100, and use a for loop to get user’s input
    • Your prompts should print out which exam score you are asking for:
      1. Example: “What is the score of Exam #1?” … “What is the score of Exam #3?”
    • Warning: Be careful of your array indexes!
  3. Find out the average exam score:
    • Use a for loop to calculate the sum of all exams.
    • Divide the sum by 3 to get the average and store the is data in a variable.
  4. Print out the summary for the use similar to:
    • “Hello NAME, based on your exam score of 80, 90, and 100, your average is 90.0 with a letter of an ‘A.’”

In: Computer Science

Sam Hill has worked for Dr Lee Chang for several years in the administration of Dr...

Sam Hill has worked for Dr Lee Chang for several years in the administration of Dr Chang’s medical practice. Sam demonstrates a loyalty that is rare among employees. He hasn't taken a holiday in the last three years. One of Sam's primary duties at the medical office is to open the mail and list the cheques received. He also takes cash from patients when they leave. At times it is so hectic that Sam doesn't bother with giving patients a receipt for the cash paid on their accounts. He assures them he will see to it that they receive the proper credit. When the traffic is slow in the office Sam offers to help Mary post the payments to the patients' accounts receivable. She is always happy to receive his help, because he is a very conscientious worker.

Review the internal control environment in this medical office situation by reference to five principles of internal control.

(Type your response directly into the text box below. Alternatively, you may draft your response in Word and upload as an attachment into the Files section underneath.)

In: Accounting

Hello. I am running into difficulty solving the problem below and would greatly appreciate a step-by-step...

Hello. I am running into difficulty solving the problem below and would greatly appreciate a step-by-step explanation on how to arrive at the correct answer:

NATLA Company manufactures consumer products and provided the following information for the month of February:

  • Units produced 131,000
  • Standard direct labor hours per unit 0.20
  • Standard variable overhead rate (per direct labor hour) $3.40
  • Actual variable overhead costs $88,670
  • Actual hours worked 26,350

1. Calculate the variable overhead spending variance and variable overhead efficiency variance using the three-pronged graphical approach.

2. What if 26,100 direct labor hours were actually worked in February? What impact would that have had on the variable overhead spending variance? On the variable overhead efficiency variance?

Note: please try to give your calculations and explanations on Word or excel sheet as handwriting is sometimes difficult to read.

Also, I would appreciate detailed calculations as possible so I can better understand how to arrive at the correct answer. Thank you.

In: Accounting

1. Calculate how much life insurance you need? Male 28, $50,000 Income, 200,000 Home Loan. Married,...

1. Calculate how much life insurance you need?

Male 28, $50,000 Income, 200,000 Home Loan. Married, no kids yet. Healthy.

2. Choose the best life insurance policy for your needs at the lowest price.

3. Explain the concept of risk and the basics of insurance underwriting.

4. Discuss the importance and basic principles of property insurance including the types of exposure, indemnity and co-insurance.

5. Will the Republicans repeal and replace "the Affordable Care Act?"

6. Even if you don't live in "Flood Plain Area", would you still recommend flood insurance?

7. Your opinion. Is is better to obtain a "whole Life Insurance Policy " as a savings instrument of invest that money is a mutual fund?

Grading rubric for assignments.

A-a scholarly response, which addresses the questions.   Paragraph format with in-depth explanations with examples;

B-fully developed answers addressing the issues in a paragraph format, no grammar and/or spelling problems, explanations and examples;

C- complete sentences addressing the question;

D-one word bullet answers;

In: Accounting

Instructions: Each student will write a fictitious memo to an elected leader or governmental official on...

Instructions: Each student will write a fictitious memo to an elected leader or governmental official on a specific policy issue topic or institutional design idea of his/her choosing. The idea with this minimum 1000 word assignment will be to identify a specific policy problem in society OR institutional feature of American government that needs fixing and to consider different ways to fix the problem. Typically a student’s memo will be stronger and have more punch if the topic is very specific. For example, the topic of “public health” is too broad to get your arms around, so to speak, but “childhood obesity” is a specific niche within that topic for which a memo would work well. Similarly, “reform of elections” is too broad, while “Electoral College reform” is more specific. Your policy memo must have the following sections: (1) identify the policy/institutional problem that needs solving and establish the degree of the problem; (2) consider at least 3 alternatives to fixing the problem; (3) compare and contrast those alternatives to the problem; and, (4) pick the best alternative and explain carefully why you did.

In: Economics