operating budget 7

For this Interactive Assignment, you are going to look at the financial statements for the company you selected and, using the previous quarter’s financial data, interpret the data and propose a budget for the next Quarter based on your current and previous analysis of company performance. Complete the budget template using this Operating Budget Template:

  • List your current sales, discounts and allowances, net sales, margins, operating costs, and earning before and after taxes.
  • Choose a minimum of two financial ratios (below) and include in your analysis.
  • Prepare the next quarter’s budget based on your interpretation of past data.

Include at least two of the following types of relevant financial ratios in your analysis. Review the online article Analyze Investments Quickly With Ratios https://www.investopedia.com/articles/stocks/06/ra….(Elmerraji, 2017) to help with this portion of the budget:

  • Profitability Ratio
  • Liquidity Ratio
  • Solvency Ratio
  • Valuation Ratio
  • Leverage Ratio
 
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
ORDER NOW

us government pos 2041

The term paper will be a single-spaced research paper, minimum of 2000 words.

Choose one of the two options below to write about.

Option 1:

In the United States, there are several levels of government that interact and frequently “step on each other’s toes.” Explain how state and local governments interact with each other, and how state/local governments interact with the national government. Be sure to use specific examples and make sure your answer include a discussion of local, state, and federal budgets.

Option 2:

Examine one or more of the major political leaders running for President in the next election by answering the following questions: What have been their strengths and weaknesses in office? What major policies have they advocated or opposed, and what have been the results of these policies?

 
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
ORDER NOW

u s history 1 4

Please see the below the questions below that I would like to have individually answered. This assignment must consist of 1000+ words with 3 Scholarly Sources, the below reference must be used as one source. Please put the question number by the answer so that I know what answer goes with each question. **NO PLAGIARISM WHATSOEVER**

1. Discuss the impact of the Enlightenment and the Great Awakening on colonial society in America.

2. Explain how the colonists responded to the new acts imposed on them by the British, and trace the evolutionary process that brought the colonies closer to rebellion.

3. Assess the significance of the American Revolution to the following groups: colonists, slaves, native populations, and women.

Reference and Textbook are below;

Schultz, K.M. (2013). US History Through 1877. Belmont, CA: Wadsworth.

The above reference has to do with Chapters 4-6 and is to big to download to this posting.

 
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
ORDER NOW

spss assignment 9

For this assignment you will complete an ANOVA.

ANOVA

A weight-loss researcher runs a study where he randomly assigns 100 participants to one of four conditions (“Program”): 1) exercise program, 2) a calorie restriction program, 3) a calorie restriction AND exercise program, or 4) a control group with no weight loss program. He wants to know if his programs are more or less effective than trying to lose weight without a specific program, and also which programs are more or less effective than others.

Use WeightLossPrograms.sav

to answer the following questions:

  1. Run a one-way ANOVA (include Levene’s test for homogeneity of variances.) Report the obtained F and degrees of freedom (df) for the ANOVA.
  2. What is the significance level (p-value) for this test?
  3. What conclusion should the investigator draw on the basis of this test with regard to the null hypothesis if the alpha is set at .05?
  4. Report the effect size η2 for the ANOVA.
  5. If necessary, conduct follow-up post-hoc comparisons using Tukey’s. If statistical differences exist at alpha .05, specify which pairs of conditions differ.

Submit your answers to #1-5 in a Word document. Please upload your file to Blackboard using the Attach File option.

 
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
ORDER NOW

report two part report about a website marketing

I want a topic about the Booking com

Purpose

To assess your ability to analyze a real-world electronic marketing campaign.

Overview

Throughout this course, you will be searching and analyzing a company web site for its application of electronic marketing principles.

â–ª You need to select a B2C website that you will follow throughout the course. You have to get the approval from your instructor before you start your project.

â–ª The web site is to be a brand site, not a site for a mega corporation with many different brands. For example: Nestle.com is a corporate website, while Nescafe.com, Dolcegusto.us, Nespresso.com, Coffeemate.com are all Brands website.

â–ª The website must have a free newsletter or email communications.

â–ª If the company has retail outlets nearby, you also should consider a visit to the retail site. This will allow you to look for ways in which the firm is integrating marketing activities on and off the Internet.

You should put together an annual e-marketing plan to help set the marketing in general on the right course to make any company’s business goals a reality. It is a high-level plan that guides the direction of the team’s campaigns, goals, and growth.

Without an e-marketing plan, things can get messy and it will become nearly impossible to plan the budget that is needed for the projects, hiring, and outsourcing required over the course of a year if you don’t have a plan.

 
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
ORDER NOW

write an introduction and body 1 paragraph for the two articles on corona virus following the instructions in mla style

the two articles are attached

SUGGESTED STRUCTURE:

  • • Introduction
  • o Explain what this topic is about and why it is a debate in society today
  • o Tell readers why this topic should be relevant or important to discuss/argue about
  • o Introduce BOTH the authors, and titles of the texts.
  • o Explain the differences between their arguments and their target audiences
  • o Give a mapping thesis statement that outlines what YOU will do in this essay and why that is useful. (Hint: This essay will evaluate ____ in order to better understand _____)
  • • Body 1: Start with a STRENGTH in text 1’s argument o T: What evidence does the author choose to use to support their argument?
  • o E: Quote sandwich to illustrate said choices/techniques
  • o A: How does the evidence help build the claim? Why did author think it would work? What were they trying to argue?
  • o S: Since this is a strength, what do we/the author know about the audience that helps explain why the author made this choice? What do they know about their audience’s identity, values, beliefs, or concerns? Why can we be sure that this generalization is correct and persuasive for this target audience?
 
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
ORDER NOW

python coding 9

1. Write a Python function to get the first half of a specified string of even length. Suppose the input string is “Python”, after calling the function, we should see the output “Pyt”.

2. Write a Python program which prompts the user to create a user account and checks whether the provided user name and password are legal.

Note: a user name should start with a letter and only consists of letters and numbers. The length should be between 6 and 12; a password should start with a letter and only consists of letters, numbers and the underscore symbol “_”. The length should be between 8 to 16.

3. Write a Python program to print the numbers of a specified list after removing even numbers from it.

4. Write a Python program to add ‘ing’ at the end of a given string. If the given string already ends with ‘ing’, add ‘ly’ instead. If the string length of the given string is less than 3, leave it unchanged.

Sample string: ‘abc’

Expected output: ‘abcing’

Sample string: ‘string’

Expected output: ‘stringly’

Sample string: ‘oh’

Expected output: ‘oh’

5. Print a line of all the capital letters “A” to “Z”. Below it, print a line of the letters that are 13 positions in the alphabet away from the letters that are above them. For example, below the “A”, you print an “N”, below the “B”, you print an “O”, etc. You have to
consider the alphabet to be circular, i.e., after the “Z”, it loops back to the “A” again.

 
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
ORDER NOW

attached is a writing assigment read carefully and complete follow rubric

Differentiating instruction and assessment takes time and careful consideration. Meeting the needs of all students is difficult when not managed well. Reflecting on a unit plan prior to lesson development, you can take the necessary time to review student needs and differentiate accordingly.

Using your unit plan from Topic 5, differentiate the instruction and assessment to meet the diverse needs of the group of students identified in Clinical Field Experience B. Review your unit plan based on discussions with your mentor teacher, student observations, and feedback from your instructor. Use pseudonyms to protect students’ identities. Please send me a message when you read this so i can send u the info needed.

This is for a 6-8th grade ELA class in NYC.

Include the following in a 500-750 narrative:

  • Resources and materials to address the specific areas in which students need additional support (if allowed, refer to the students’ IEP and/or 504 Plan information).
  • Differentiation strategies for instruction to meet the needs of diverse students based on data.
  • Differentiation strategies for assessments in the unit plan to address students’ needs.
  • Three strategies to extend the students’ learning (use each of the three models from Topic 1).

Use 2-3 scholarly resources to support your assignment.

Prepare this assignment according to the guidelines found in the APA Style Guide,

 
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
ORDER NOW

using evidence and claims from articles

The three readings we’re working with for this assignment aren’t simply “pro-con” on whether a baker should be compelled to make wedding cakes for gay couples, they each make the argument in a different way.

Directions for assignment: For each of these three arguments, make a list of the evidence they use to support their claim. Then, write about how the evidence is used. (This means explaining how does each particular piece of evidence fit the argument.)

Below I have provided a screenshot of all directions necessary so please read them throughly. There are also examples shown

Articles: https://www.nytimes.com/2017/12/02/opinion/sunday/…

https://www.nytimes.com/2017/12/04/opinion/first-a…

https://www.nytimes.com/2017/12/02/opinion/even-th…

 
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
ORDER NOW

bank case study

INSTRUCTIONS – PART II OF THE CASE STUDY.

Your analysis of the case study bank will take a giant leap forward with Part II. This part will concentrate on regulatory attributes of soundness and liquidity for your assigned bank. ( SYNOVUS FINANCIAL CORP)

Purpose:

Develop an understanding of the criteria of banking regulations, and the areas of particular interest to regulators.

Instructions:

Copy and paste the format to the provided cover sheet. After completion of the calculations, determine if you believe the bank is in compliance. (They probably are). Upon completion, upload your file to canvas. 50 points total.

Calculations Required (see PowerPoint “Global Banking Regulations and Standards”):

Capital Adequacy Ratio (CAR) (slide 12).

Minimum Leverage Ratio (slide 13).

Liquidity Coverage Ratio (slide 14).

Net Stable Funding Ratio (slide 14).

The file name “Modified Arow financials with LCR and NSFR” is an example of what should be done with assigned bank ( SYNOVUS FINANCIAL CORP). Financial Info on the bank is at https://www.sec.gov/cgi-bin/browse-edgar?CIK=snv&o…


 
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
ORDER NOW