Questions
Nike claims that the number of miles a jogger can get a on a pair of...

Nike claims that the number of miles a jogger can get a on a pair of Nike’s running shoes is higher than 1000. Moreover, Nike also claims that their shoes outperform Adidas shoes by more than 15 miles. We have samples of 150 joggers using Nike shoes and 170 using Adidas shoes. The sample average of miles they got are 1015 for Nike and 995 for Adidas. The sample standard deviations are 100 for Nike and 50 for Adidas.

a.) At a 5% level of significance, is there statistical evidence showing that Nike shoes get more than 1000 miles?

b.) Obtain the p-value for the previous test. What does it mean?

c.) At a 5% level of significance, is there statistical evidence showing that Nike shoes outperform Adidas shoes?

d.) Obtain the p-value for the previous test. Interpret.

In: Math

emergency physics question! what is the minimum film of coating with index of refraction of 1.52...

emergency physics question!

what is the minimum film of coating with index of refraction of 1.52 on a glass with index of refraction of 1.40 for which destructive interference of a red component of white light in air can take place by reflection? assume the wavelength of the red component in vacuum is 650nm. find the minimum visible wavelength in vacuum for constructive interference due reflection for the thickness of the coating film you found.

what should be the minimum additional coating to get constructive interference for the red component of 650nm?

not just an answer, I need help understand the answer and the question!

STEP BY STEP explanation please!

In: Physics

A survey of 1000 adults from a certain region​ asked, "Do you enjoy shopping for clothing...

A survey of 1000 adults from a certain region​ asked, "Do you enjoy shopping for clothing for​ yourself?" The results indicated that 59​% of the females enjoyed shopping for clothing for themselves as compared to 51​% of the males. The sample sizes of males and females were not provided. Suppose that of 600 ​females, 354 said that they enjoyed shopping for clothing for themselves while of 400 ​males, 204 said that they enjoyed shopping for clothing for themselves. Complete parts​ (a) through​ (d) below.

a. Is there evidence of a difference between males and females in the proportion who enjoy shopping for clothing for themselves at the 0.1 level of​ significance? State the null and alternative​ hypotheses, where pi 1 is the population proportion of females that enjoy shopping for themselves and pi 2 is the population proportion of males that enjoy shopping for themselves.

Determine the value of the test statistic.

Determine the critical​ value(s) for this test of hypothesis.

The critical​ value(s) is​ (are) nothing

find the p value

Construct and interpret a 90​% confidence interval estimate for the difference between the proportion of males and females who enjoy shopping for clothing for themselves.

What are the answers to​ (a) through​ (c) if 212 males enjoyed shopping for clothing for​ themselves?

Is there evidence of a difference between males and females in the proportion who enjoy shopping for clothing for themselves at the 0.1 level of​ significance? State the null and alternative​ hypotheses, where pi 1π1 is the population proportion of females that enjoy shopping for themselves and pi 2π2 is the population proportion of males that enjoy shopping for themselves.

Determine the value of the test statistic.

Determine the critical​ value(s) for this test of hypothesis.

The critical​ value(s) is​ (are)

Find the​ p-value and interpret its meaning.

Construct and interpret a 90​% confidence interval estimate for the difference between the proportion of males and females who enjoy shopping for clothing for themselves.

In: Math

In recent years, public universities have experienced major budget cuts due to reduced funding from their...

In recent years, public universities have experienced major budget cuts due to reduced funding from their state governments. These budget cuts usually occur at the most inopportune time—during the school year when contractual commitments with faculty and staff had been signed, programs had been planned, and students were enrolled and taking classes.

Required:

  1. Should the administration be “fair” to all affected and institute across-the-board cuts whenever the state announces a reduction in funding?
  2. If not across-the-board cutbacks in programs, then would you recommend more focused reductions, and if so, what priorities would you establish for bringing spending in line with revenues?
  3. Since these usually are not one-time-only cutbacks, how would you manage continuous, long-term reductions in budgets extending over a period of years?
  4. Should the decision-making process be top-down (centralized with top administrators) or bottom-up (participative)? Why?
  5. How should issues such as protect-your-turf mentality, resistance to change, and consensus building be dealt with?

In: Accounting

You need to write and run C programs (as processes on your Linux machine), and monitor...

You need to write and run C programs (as processes on your Linux machine), and monitor their behavior. Consider the following problem: A program is to be written to print all numbers between 1 and 1000 (inclusive) that are not (evenly) divisible by either 2 or 3. This problem is to be solved using three processes (P0, P1, P2) and two one-integer buffers (B0 and B1) as follows:  P0 is to generate the integers from 1 to 1000, and place them in B0 one at a time. After placing 1000 in the buffer, P0 places the sentinel 0 in the buffer, and terminates.  P1 is to read successive integers from B0. If a value is not divisible by 2, the value is placed in B1. If the value is positive and divisible by 2, it is ignored. If the value is 0, 0 is placed in B1, and P1 terminates.  P2 is to read successive integers from B1. If a value is not divisible by 3, it is printed. If the value is positive and divisible by 3, it is ignored. If the value is 0, P2 terminates. Write a program to implement P0, P1, and P2 as separate processes and B0 and B1 as separate pieces of shared memory {each the size of just one integer}. Use semaphores to coordinate processing. Access to B0 should be independent of access to B1; for example, P0 could be writing into B0 while either P1 was writing into B1 or P2 was reading.

In: Computer Science

At 700 K acetaldehyde decomposes in the gas phase to methane and carbon monoxide. The reaction...

At 700 K acetaldehyde decomposes in the gas phase to methane and carbon monoxide. The reaction is:
CH3CHO(g)→CH4(g)+CO(g)
A sample of CH3CHO is heated to 700 K and the pressure is measured as 0.43 atm before any reaction takes place. The kinetics of the reaction are then followed by measurements of total pressure and these data are obtained:

t(s) 0 1000 3000 7000
PTotal (atm) 0.43 0.50 0.59 0.68

Question:

Find total pressure after 1.39×104 s .

In: Chemistry

TASK 1 (30 marks) Chantel Cohen works for ABC retailers and is seeking management’s approval to...

TASK 1

Chantel Cohen works for ABC retailers and is seeking management’s approval to install an automatic mail-response system. Using the correct proposal format, write to Jamie Oliver, Chantel’s manager requesting a decision to be made with regard to the installation of an automatic mail-response system.

Pay careful attention to the following:

· Audience, register, tone and style

· Choice of words and language structure

· Format

Criteria used for Assessment                                       Marks

Correct format                                                        3

The problem                                                           5

The solution                                                             14

Cost analysis                                                           4

Conclusion                                                              4

Total                                                                          30

In: Accounting

************CODING IN C++ ONLY ******************** Instructions Write a function, remove, that takes three parameters: an array...

************CODING IN C++ ONLY ********************

Instructions

Write a function, remove, that takes three parameters: an array of integers, the number of elements in the array, and an integer (say, removeItem).

The function should find and delete the first occurrence of removeItem in the array. (Note that after deleting the element, the number of elements in the array is reduced by 1.) Assume that the array is unsorted. Also, write a program to test the function.

Your program should prompt the user to enter 10 digits for the array. Display the starting array to the user and prompt them to select an integer to remove. After the selected integer has been removed, the updated list should be displayed to the user. If the value does not exist or the array is empty, output the following message: x is not in the list

GRADING CRITERIA

1)  Defined the remove function

2) Removing elements from the list

3) List does not contain integer to be removed

TESTING WITH INPUT

2
7
6
8
3
9
10
1
5
4
6

OUTPUT SHOULD BE

2 7 8 3 9 10 1 5 4

*************************************

A SAMPLE OF MY CODE, IT HAS MANY ERRORS

#include <iostream>
using namespace std;

void remove(int arrayList[],int& size,int removeItem)
{
int i, j;
for (i = 0; i < size; i++)
if (arrayList[i] == removeItem)
if(i == size-1)
{
//decrease items
size--;
return;
}
else
{
for (j = i; j < size-1; j++)
arrayList[j] = arrayList [j+1];
size --;
return;
}
cout <<" item" << remove item << is not found in the array";
}

In: Computer Science

1. What is the pH of pure water? 2. What is the change in pH when...

1. What is the pH of pure water?

2. What is the change in pH when 10.0 mL of 0.010 M HCl is added to 500 mL of pure water.

3. What is the change in pH when 10.0 mL of 0.010 M NaOH is added to 500 mL of pure water.


In: Chemistry

You are planning to save for retirement over the next 20 years. To do this, you...

You are planning to save for retirement over the next 20 years. To do this, you will invest $900 a month in a stock account and $600 a month in a bond account. The return of the stock account is expected to be 9 percent, and the bond account will pay 5 percent. When you retire, you will combine your money into an account with a return of 7 percent.

How much can you withdraw each month from your account assuming a 20-year withdrawal period?

Multiple Choice

a)$78,868.22

b)$6,572.35

c)$373,037.17

d)$6,440.9

e)$6,703.8

In: Finance

You have plenty of cash to invest. You are considering an investment of $125,000 in a...

  1. You have plenty of cash to invest. You are considering an investment of $125,000 in a project which is expected to earn $14425 a year for ten years. Is it an attractive investment if your minimum expected annual rate of return is 5% (compound interest)? Calculate the expected annual rate of return (R) of the project. (6 points) NO TABLE

In: Finance

Compare and contrast spin recovery procedures for Cessna 150 and T-37 What makes the recoveries different...

Compare and contrast spin recovery procedures for

Cessna 150 and

T-37 What makes the recoveries different for each aircraft?

In: Physics

1. What is the duration of the action potential and the amplitude? 2. how are increasingly...

1. What is the duration of the action potential and the amplitude?
2. how are increasingly stronger stimuli transmitted by action potential along an axon?
3. compare the extracellular ion concentrations to their respective intracellular concentrations determine the magnitude of the differences between intracellular and extracellular concentrations for each ion

In: Anatomy and Physiology

Suppose astronomers were to discover a new comet at an aphelion of 40.0 AU, with a...

Suppose astronomers were to discover a new comet at an aphelion of 40.0 AU, with a transverse velocity of v0= 941 m/s

What

In: Physics

The neo-classical growth model emphasizes two determinants of intensive growth (ie. growth in output per person).  Write...

The neo-classical growth model emphasizes two determinants of intensive growth (ie. growth in output per person).  Write a concise essay in which you explain the operation of the neo-classical growth model and the role played by the two key determinants of growth within the model.

In: Economics