You’re the plant manager in one of ABC Company’s five plants. You’ve worked for the company for 15 years, working your way up from the factory floor after the company sent you to college. Your boss just told you in complete confidence that the company will have to lay off 200 workers. Luckily, your job won’t be affected. But a rumor is circulating in the plant, and one of your workers (an old friend who now works for you) asks the question. “Well, Pat, what’s the word? Is the plant closing? Am I going to lose my job? The closing on our new house is scheduled for next week. I need to know.”
What will you say?
In: Statistics and Probability
Protein Supplements(10 pts)
A High School Football player approaches you and asks about taking
whey protein as a supplement to his football workouts. What
questions would you ask him? What would you recommend to him – that
he take the protein supplements or not? Why or why not? (make sure
you answer all parts of the question!)
Butter vs Margarine (10 pts)
Based on this information and what you have learned this chapter, which do you think is the healthiest choice: Real butter or Margarine? Make sure you give several reasons why you chose your answer.
NEED 150 word atleastl more then that
In: Biology
Personal Finance and New Technologies
Over the past decade, financial technology — widely referred to as FinTech — has grown primarily due to growing Internet access worldwide and the emergence of smartphones and apps.
Saudi Arabia is a pioneer when it comes to technology penetration in the region. The usage of technology in Saudi Arabia is advanced, whether in retail banking, cash management or corporate. Using financial technology improves the quality of the banking experience among clients. It influences the speed and accuracy of the experience. Technology makes products more reachable to clients. The introduction of FinTech will increase the Islamic finance customer base, which is roughly 100 million today, to 250 million by 2020.
Word Limit: 1500 - 2000 words
In: Finance
Question 4
A machine was acquired on January 1, 2015, at a cost of $80,000. The machine was originally estimated to have a residual value of $5,000 and an estimated life of 5 years. The machine is expected to produce a total of 100,000 components during its life, as follows: 15,000 in 2015, 20,000 in 2016, 20,000 in 2017, 30,000 in 2018, and 15,000 in 2019.
Instructions
(a) Calculate the amount of depreciation to be charged each year, using each of the following methods:
1. Straight-line method
2. Units-of-production
3. Double diminishing-balance
(b) Which method results in the highest depreciation expense during the first two years? Over all five years?
please answer this in microsoft word
In: Accounting
Word Count (500 words)
In: Finance
Given the following students' test scores (95, 92, 90, 90, 83, 83, 83, 74, 60, and 50), identify the mean, median, mode, range, variance, and standard deviation for the sample.
Write a 500-750-word summary and analysis discussing the results of your calculations. State your results for the sample: the mean, median, mode, range, variance, and standard deviation Explain which method is best for this data set. Why?
Conduct a one sample T-test and interpret the results (use a population mean of 70).
In what situations would this information be useful?
Prepare this assignment according to the guidelines found in the APA Style Guide, located in the Student Success Center. An abstract is not required.
In: Statistics and Probability
Exercise: In your review, assessment, and your own words; provide a definition and meaning of the study of "International Management" (Consider who, what, when and where our study of International Management may apply.)
To begin this short exercise, I offer the following definition:
International Management: The management of business operations for an organization that conducts business in more than one country. International management requires knowledge and skills above and beyond normal business expertise, such as familiarity with the business regulations of the nations in which the organization operates, understanding of local customs and laws, and the capability to conduct transactions that may involve multiple currencies.
Required Length: Each post should target a minimum word count of at least 150 words.
In: Operations Management
In: Statistics and Probability
Palindrome Javascript
I am trying to write this javascript function to check if a number is Palindrome..
Palindrome means - a word, phrase, or sequence that reads the same backward as forward, e.g., madam or nurses run.
This is the code i have, but it doesnt work.
Code:
let convertButton = document.getElementsByClassName("btn")[0];
let userInput = document.getElementById("number").value;
let results = document.getElementById("result").value;
convertButton.addEventListener("click", function (event) {
event.preventDefault();
console.log(userInput);
if (validatePalidrome(userInput))
document.getElementById("result").innerHTML = "true";
else document.getElementById("result").innerHTML = "false";
});
function validatePalidrome(numbers) {
let userStringArray = userInput.split("");
let reverseUserInput = userStringArray.reverse();
let joinReverseString = reverseUserInput.join("");
if (userInput.localeCompare(joinReverseString) === 0) {
return true;
}
return false;
}
In: Computer Science
This week we are going to look at how benchmarking is used in
the current day health care industry!
Please find a current events (within the past year) news article
from a reputable news source (MSN, New York Times, Chicago Tribune,
etc) that discusses the use of benchmarking by a health care
organization. For your original post, please provide a 150+ word
summary of your article. Be sure that you demonstrate your
understanding of benchmarking by discussing how the benchmarking
process benefits the organization discussed in your article. In
addition, you must be sure that your article has not already been
used by a classmate before you post your original post.
In: Operations Management