In its latest press release, Pill International announced that they are working on a new drug that would stunt the deterioration of brain cells in Alzheimer's patients. If successful, the drug could prolong the life of patients and allow them to retain their basic mobility.
The R&D team is currently testing the drug, which comes in the form of a digestible tablet, for its ability to be dissolved and absorbed in the bloodstream. Based on their latest experiments, they have learned that there is a relationship between the amount of time that the tablet's powder spends in the tray dryer and the amount of time it takes to get dissolved (Y). As a member of this research team, you have been asked to establish the relationship between the two variables and to predict potential dissolution times based on the time spent in the dryer.
|
Q
|
In: Math
The following data represent the level of health and the level of
education for a random sample of 1630 residents.
Excellent Good Fair Poor
Not a H.S. graduate 114 184 106 126
H.S. graduate 75 120 82 94
Some college 110 154 102 107
Bachelor Degree or higher 121 156 85 133
A. Calculate the Chi Square test statistic (Round to three decimal places)
B. Give the P Value (Round to three decimal places)
C. Make a proper conclusion
Reject Ho. There is sufficient evidence that education and health are dependent.
Fail to reject Ho. There is sufficient evidence that education and health are dependent.
Reject Ho. There is not sufficient evidence that education and health are dependent.
Fail to reject Ho. There is not sufficient evidence that education and health are dependent.
In: Math
Please provide thee full pathologic explanation and references
why the pulse rate is 138/min in septic shock?
In: Nursing
In: Finance
Hello. Please answer the following two-part question in Scheme. Not Python, not any form of C, but in the language Scheme. If you do not know Scheme, please do not answer the question. I've had to upload it multiple times now. Thank you.
2.1 Write a recursive function called eval-poly
that takes a list of numbers representing the coefficients of a
polynomial and a value for ? and evaluates the polynomial for the
given value of ?. The list of coefficients should start with the
term of lowest degree and end with the term of highest degree. If
any term of intermediate degree is missing from the polynomial it
should have a coefficient of zero. For example, the polynomial
?3+4?2+2 would be represented by the list '(2 0 4 1). Hint: the
polynomial above can be rewritten as 2+?⋅(0+?⋅(4+?⋅1))
> (eval-poly '() 0)
0
> (eval-poly '(5) 0)
5
> (eval-poly '(4 3) 2)
10
> (eval-poly '(2 7 1) 3)
32
2.2 Write a tail-recursive version of the
previous problem called eval-poly-tail. It should call a helper
function called eval-poly-tail-helper that uses tail recursion to
keep a running sum of the terms evaluated so far. You might want to
use the expt function to take a number to a power.
> (eval-poly-tail '() 0)
0
> (eval-poly-tail '(5) 0)
5
> (eval-poly-tail '(4 3) 2)
10
> (eval-poly-tail '(2 7 1) 3)
32
Edit: If you can't answer my question then move along to allow someone who can to do so. Thanks.
In: Computer Science
Hello. Please answer the following two-part question in Scheme. Not Python, not any form of C, but in the language Scheme. If you do not know Scheme, please do not answer the question. I've had to upload it multiple times now. Thank you.
3.1 Write a recursive function called split
that takes a list and returns a list containing two lists, each of
which has roughly half the items in the original list. The easiest
way to do this is to alternate items between the two lists, so that
(split '(1 2 3 4 5)) would return '((1 3 5) (2 4)). I recommend
using two base cases: one for an empty list and the other for a
list containing one item.
> (split '())
(() ())
> (split '(3))
((3) ())
> (split '(4 8))
((4) (8))
> (split '(8 6 7 5 3 0 9))
((8 7 3 9) (6 5 0))
3.2 Write a recursive function called merge that
takes two sorted lists of numbers and merges them together into one
sorted list containing all of the number in both lists including
duplicates.
> (merge '() '())
()
> (merge '() '(1 2 3))
(1 2 3)
> (merge '(1 2 3) '())
(1 2 3)
> (merge '(2 4 7) '(1 3 5))
(1 2 3 4 5 7)
In: Computer Science
Use supply and demand diagrams to show what would happen if additional LTC insurance allows more substitution of nursing home care for hospital care. According to your diagram, do LTC expenditures increase or decrease? Do hospital expenditures increase or decrease? Do total expenditures (LTC + hospital) increase or decrease? Explain.
In: Economics
Super Crunchers is a book that:
A. Discusses about real life examples
B. Talks about number crunching ideas
C. Uses statistical analysis to drive all kinds of choices
D. Uses data to support different studies
In the Introduction (Marr) ,what is the best suggestion when it comes to designing KPI’s?
A. Design it based on your unique circumstances and information needs.
B. Design it based on strategies employees were trained to do.
C. Design it based on goals set by the management
D. Design it based on mission, and vision of your organization.
Business Intelligence includes:
A. Frequency, Source, Measure, and Target
B. Regression, Random sample, Prediction, and Population
C. Performance, Analytics, Prediction modeling, and Data mining
D. Super crunching, Data analysis, and Collaborative filtering
In: Operations Management
You must evaluate the purchase of a proposed spectrometer for the R&D department. The base price is $70,000, and it would cost another $14,000 to modify the equipment for special use by the firm. The equipment falls into the MACRS 3-year class and would be sold after 3 years for $35,000. The applicable depreciation rates are 33%, 45%, 15%, and 7%. The equipment would require an $6,000 increase in net operating working capital (spare parts inventory). The project would have no effect on revenues, but it should save the firm $66,000 per year in before-tax labor costs. The firm's marginal federal-plus-state tax rate is 35%.
In: Finance
Question 5 (Business Strategy): a. Give three different ways in which Strategic Business Units (SBUs) can be organised. Briefly explain the benefits. b. What generic strategy do the following organisations pursue and why: i. Investec Bank (commercial); ii. Nandos; iii. Pick ‘n Pay.
In: Operations Management
Dinklage Corp. has 9 million shares of common stock outstanding. The current share price is $81, and the book value per share is $7. The company also has two bond issues outstanding. The first bond issue has a face value of $130 million, a coupon rate of 6 percent, and sells for 92 percent of par. The second issue has a face value of $115 million, a coupon rate of 5 percent, and sells for 103 percent of par. The first issue matures in 24 years, the second in 10 years. |
Suppose the most recent dividend was $4.85 and the dividend growth rate is 5.2 percent. Assume that the overall cost of debt is the weighted average of that implied by the two outstanding debt issues. Both bonds make semiannual payments. The tax rate is 22 percent. What is the company’s WACC? (Do not round intermediate calculations and enter your answer as a percent rounded to 2 decimal places, e.g., 32.16.) |
In: Finance
Student Debt – Vermont: You take a random sample of 31 college students in the state of Vermont and find the mean debt is $25,000 with a standard deviation of $2,700. We want to construct a 90% confidence interval for the mean debt for all Vermont college students.
(a) What is the point estimate for the mean debt of all Vermont
college students?
$
(b) What is the critical value of t for a 90% confidence
interval? Use the value from the t-table.
(c) What is the margin of error for a 90% confidence interval?
Round your answer to the nearest whole
dollar.
$
(d) Construct the 90% confidence interval for the mean debt of all
Vermont college students. Round your answers to the nearest
whole dollar.
( , )
(e) Interpret the confidence interval.
A We expect that 90% of all Vermont college students have a debt that's in the interval.
B We are 90% confident that the mean student debt of all Vermont college students is in the interval.
C We are confident that 90% of all Vermont college students have a debt that's in the interval.
D We are 10% confident that the mean student debt of Vermont college students is in the interval.
(f) We are never told whether or not the parent population is
normally distributed. Why could we use the above method to find the
confidence interval?
A Because the sample size is greater than or equal to 30.Because the sample size is greater than or equal to 15.
B Because the margin of error is positive.Because the margin of error is less than or equal 30.
C Because the margin of error is positive.
D Because the margin of error is less than or equal 30.
In: Math
In: Operations Management
Case- IT Auditing
The SSO Server is a single purpose server solely designed for SSO and resides in the internal network. Using a batch process, the vendor provides quarterly updates which are downloaded directly to the server and automatically installed by the server’s single purpose operating system. Access to the SSO application is restricted to the security administration staff. The vendor maintains an active account on the server in the event maintenance is required. The vendor accesses the system periodically to review status and log activity to determine the server’s capacity and to proactively look for concerns prior to problems arising. A replication copy of the SSO Server exists as a backup and automatically assumes primary role if the main server stops functioning.
Question: What are the Controls and what are the GAPS
In: Computer Science
Explain how communicating the cardiovascular system to a patient is different from how you would explain the same system to a medical colleague.
In: Biology