Starting from rest, a basketball rolls from the top to the bottom of a hill, reaching a translational speed of 7.7 m/s. Ignore frictional losses. (a) What is the height of the hill? (b) Released from rest at the same height, a can of frozen juice rolls to the bottom of the same hill. What is the translational speed of the frozen juice can when it reaches the bottom?
In: Physics
Ray Company provided the following excerpts from its Production Department’s flexible budget performance report. (Round "rate per hour" answers to 2 decimal places. Indicate the effect of each variance by selecting "F" for favorable, "U" for unfavorable, and "None" for no effect (i.e., zero variance). Input all amounts as positive values.)
| Ray Company | ||||||||||||
| Production Department Flexible Budget Performance Report | ||||||||||||
| For the Month Ended August 31 | ||||||||||||
| Actual Results | Spending Variances | Flexible Budget | Activity Variances | Planning Budget | ||||||||
| Labor-hours (q) | 9,510 | 9,030 | ||||||||||
| Direct labor | ( | q) | $150,445 | $147,405 | ||||||||
| Indirect labor | ( | + | $1.20 | q) | $2,938 | F | $18,862 | |||||
| Utilities | ( | $6,800 | + | q) | $1,480 | U | $480 | U | $15,830 | |||
| Supplies | ( | + | q) | $4,982 | $4,474 | $4,330 | ||||||
| Equipment depreciation | ( | $79,150 | ) | $0 | None | $0 | None | |||||
| Factory administration | ( | $18,760 | + | $1.20 | q) | |||||||
| Total expense | $297,293 | |||||||||||
In: Accounting
Give an examples of Altruism on a macro level, and micro level, and how the concept would be used to understand an issue involving a large group (macro level) and small group (micro level).
In: Psychology
QUESTION
In process improvement efforts, quality costs or cost of quality is a means to quantify the total cost of quality-related efforts and deficiencies. An audit of a firm has revealed that the costs attributed to poor quality have risen sharply from a previous audit, Given that you are to provide advisory services to this firm:
A. Critical enumerate the reasons for accounting for the high costs of poor quality
B. Provide a comprehensive roadmap for the firm to significantly reduce their costs of poor quality and maintain a competitive edge
In: Operations Management
Lightning is a great illustration from nature of the stunning application of statics and electric fields. There are over 15 different types of lightning. Do a bit of research and select a lightning type that you find interesting. Try to use a different example than those given by your classmates. Address the following discussion item
In: Physics
Example:
We are looking at the cholesterol levels of population of 200 healthy individuals. Cholesterol of the most of individuals is between 190-210mg/dl, with a mean (μ) 200mg/dl and SD (s) 10mg/dl. A study in 10 individuals drawn from same population with cholesterol levels of 180, 200, 190, 180, 220, 190, 230, 190, 190, 180mg/dl gives X̄ = 195 mg/dl and SD (s) = 17.1 mg/dl.
Using the example above solve:
Assign your numbers for mean μ and standard deviation σ.
Then select a number "A" below mean μ, and a number "B" above mean
μ.
Use Appendix Table for the Normal Distribution to find the
probability
that x is between A and B: P (A < x < B).
Here are steps to follow: convert A to z score (let's call it
za),
convert B to z score (let's call it ZB).;
From the Appendix, table find the area under the curve to the left
of za and to the left of ZB.
That will give you P (z < za) and P (z < zb).
If za or zb is not in the table, change your A or B.
Use formula: P (A < x < B) = P (za < z < zb) = P (z
< zb) - P (z < za)
In: Math
In an experiment on the Reaction of Magnesium with Hydrochloric Acid.
What would be the effect of liters of hydrogen produced if:
a) not all the magnesium reacted b) air bubbles were not removed from the water in gas tube before starting the reaction c) air entered the gas tube when you were equalizing d) you didn
In: Chemistry
sort_employees(Employee emps[], int size) (40 pts)
This function should sort the input array based on each employee’s
years_of_service. You are required to adapt the Selection Sort code
presented in Chapter 6 for the implementation of this function. You
can find the original code of the Selection Sort on slide 51 of the
chapter.
This is the Selection Sort talked about on the slide of 51. I am not sure where to even begin with this question.
for (int unsorted = 0; unsorted < size - 1; unsorted++)
{
// Find the position of the minimum
int min_pos = unsorted;
for (int i = unsorted + 1; i < size; i++)
{
if (values[i] < values[min_pos]) { min_pos = i; }
}
// Swap the minimum into the sorted area
if (min_pos != unsorted)
{
double temp = values[min_pos];
values[min_pos] = values[unsorted];
values[unsorted] = temp;
}
}
In: Computer Science
Write the program in JAVA.
Make an undirected, but disconnected graph of at least 15 vertices and 25 edges.
you may add function calls in your main to add edges between vertices - one function call per edge. You may choose any graph representation of your choice from the 3 ways we discussed in the class.
Write a program to do DFS traversal of the graph.
Also write a program to do BFS traversal of the same graph.
Draw your graph on a paper and upload it with you code.
run the each of the two programs and capture screen shots and submit them. Check that the program does indeed do the correct traversal (based on your hand drawn graph)
In: Computer Science
In: Math
In: Finance
code a Java program that:
Requests from the user for a text filename to read the text inside, then it calculates the frequency of each letter contained in the file. When punctuation is ignored, there is no need to distinguish between upper and lower case. The text file should be named as “input” with only letters inside. For example,
a 11
c 9
e 16
In: Computer Science
Discuss how the ARIES algorithm must operate under the circumstances that the system crashes during recovery
In: Computer Science
(a) Based on the information in the above table, what is the unemployment rate? What is the labor force participation rate?
|
Category |
Number of people (millions) |
|
Total population |
246 |
|
Working-age population |
207 |
|
Labor force |
139 |
|
Employed |
133 |
|
Unemployed |
6 |
(b) Suppose there are 180 million employed people and 20 million unemployed people.
(i) What is the unemployment rate?
(ii) Suppose that 5 million unemployed people give up their search for jobs and become discouraged workers. What is the new official unemployment rate?
In: Economics
Question 3
(a) What do you understand by a time series forecasting approach? Describe each of the four factors in this approach and indicate how they are determined.
(b) The historical demand for a product is as follows:
Month Demand
January 12
February 11
March 15
April 12
May 16
June 15
Stating any assumptions that you make answer the following questions.
(i) Using a weighted moving average with weights of 0.60 for June; 0.30 for May and 0.10 for April, find the July forecast.
(ii) Using a simple three-month moving average, find the July forecast.
(iii) Using simple exponential smoothing with a=0.2 and a June forecast of 13 find the July forecast. Comment about your solution.
In: Math