Many consumers pay careful attention to stated nutritional contents on packaged foods when making purchases. It is therefore important that the information on packages be accurate. A random sample of
n = 12 frozen dinners of a certain type was selected from production during a particular period, and the calorie content of each one was determined. (This determination entails destroying the product, so a census would certainly not be desirable!) Here are the resulting data:
|
255 |
244 |
239 |
242 |
265 |
245 |
259 |
248 |
225 |
226 |
251 |
233 |
[a] Use R (or Excel) to find the summary statistics of the data. [1 pt]
Copy and paste your computer printout here (or to a blank MS Word document).
[b] Construct a boxplot for the data and comment on any interesting features. [4 pt]
Copy and paste your computer printout here (or to a blank MS Word document).
[c] Construct a normal probability plot (QQplot as well as qqline) and comment on any interesting features. [4 pt]
Copy and paste your computer printout here (or to a blank MS Word document).
[d] Use an appropriate test to ensure the data set satisfies the normality assumption. [3 pt]
What is your conclusion regarding the data set?
[e] Is it reasonable to test hypotheses about mean calorie content m by using a t-test? Explain why or why not.
Answer: Yes No E Circle one [1 pt]
Explanation: [3 pt]
[e] The stated calorie content is m = 240. Does the boxplot in [a] suggest the true mean content differs from the stated value? Explain your reasoning. [3 pt]
[f] Carry out a formal test of the hypotheses suggested in part [e]
Write your hypotheses in symbols and in words. [8 pt]
Use statistical software (such as R) to get analysis results. State what the results tell you about the data. [8 pt]
In: Statistics and Probability
Guidelines:
Create an excel workbook with two tabs:
Statement of Operations (1st tab)
Balance Sheet (2nd tab)
Use the word bank provided to create the rows of your statements. For the statement of operations, create columns for 2017 (current year) -2020. The ASC is projected to open in January 2018. Use the financial statement exhibits from your textbook reading as a guideline.
Once you have sorted out the word list into financial statements in Excel, insert formulas to show how you would calculate various items (such as Current Assets or Total Personnel Expense). You do not need to plug in values, but show how you would calculate them in Excel.
Submit your assignment as an excel (.xlsx) file.
Grading:
100 points based on the correctness of your answer.
Due Date: This part of the Course Project is due on the last night of week 2.
Word Bank: Section headings are in Mixed Case Italics Bold, totals are in UPPERCASE BOLD.
|
Contractual Adjustment |
Gross Patient Services Revenue |
|
Admin Salaries Expense |
Admin Benefits Expense |
|
NET PROPERTY PLANT & EQUIPMENT |
Long Term Investment |
|
TOTAL LONGTERM ASSETS |
Charity Care Adjustment |
|
Bad Debt Adjustment |
TOTAL OPERATING EXPENSES |
|
General & Administrative Expense |
Other Accounts Payable |
|
Salaries Payable |
Interest Expense |
|
Property Plant & Equipment |
Less: Accumulated Depreciation |
|
TOTAL OPERATING INCOME |
EXCESS OF REVENUES OVER EXPENSES |
|
NET PATIENT REVENUE |
Other Revenue |
|
TOTAL CURRENT LIABILITIES |
Long Term Liabilities |
|
Clinical Benefits Expense |
Revenues |
|
Allocated Overhead Salaries And Benefits Expense |
TOTAL PERSONNEL EXPENSE |
|
TOTAL LIABILITIES |
Net Assets |
|
Drugs & Supply Expense |
TOTAL ASSETS |
|
TOTAL CURRENT ASSETS |
Current Liabilities |
|
TOTAL OPERATING REVENUES |
TOTAL LIABILITIES AND NET ASSETS |
|
Clinical Salaries Expense |
Expenses |
|
Facilities & Equipment Expense |
Net Patient Accounts Receivable |
|
Inventory |
Depreciation Expense |
|
Current Assets |
Cash |
In: Accounting
Assignment Purposes/Outcomes:
After completion of this assignment students will able to
• Evaluate the characteristics of International trade.
• Demonstrate effective use of international trade theory and culture.
• Explain the challenges and strategies of International Business.
• Analyze basic concepts of organizations of international business and funding agencies.
Assignment Workload:
• The Project is assigning on an individual assignment.
• Project must solve between 2000 to 2500 words limit.
• Discussion will conduct through posting on “Discussion Board”.
• Presentation is assigning in-group based on project findings.
Assignment Regulation:
• All students are encouraged to use their own word.
• Student must apply Harvard Referencing Style within their reports.
• Student are allowed to cite 10% from the word limit (2000-2500 word limit means 200-250 words can be cited).
• A mark of zero will be given for any submission that includes copying from other resource without referencing it.
Assignment Structure:
|
S.No |
Type |
Marks |
|
Assignment-1 |
Mini Project Report |
8 |
Assignment-1
A. Analyse the existence of WTO-World Trade Organization for development of Middle East nations. [1000 – 1200 words] 4 Marks.
B. Identify the impact of WTO’s role on any ONE of the industry [Petrochemical Industry or Telecommunications Industry or Financial Sectors] for the development of Industrial sector and economic growth of Saudi Arabia.[1000-1200] 4 Marks.
Prepare a short report with the help of following points:
1. Present the study report with clear Introduction and Conclusion including your own views.
2. Analyze your study with micro and macro environmental forces by using SWOT analysis.
3. Analyze the Political and Economic challenges.
4. Analyze the Legal and Cultural challenges of each country.
Due date for the submission of Assignment-1:
Assignment -1 should be posted in the Black Board by 4th week.
The due date for the submission of Assignment-1 will be in the 7th Week.
In: Economics
You are required to create a sales and marketing management system with a small number of common sense attributes. The system should contain the following information Sales details Marketing details Customer details Production details Delivery details Management details
So consider what sales and marketing system is required to deliver a consistent and customer oriented service to all customers over the world. You need to identify the tables you require and the information that they are to contain. This is only a small system, do not over-complicate it.
Create an entity-relationship (ER) model drawn with MS WORD or POWER POINT if you prefer. You are required to submit a print out of your database schema: Set of normalised tables – with your sample data. Indicate the table relationships using multiple keys; PK, FK, and SK using UML notation.
2 2. Use MYSQL to create the set of database tables of the relational database model and complete the associated queries given. Procedure:
1) Write all the SQL statements, necessary to create all tables and relationships, with Primary & Foreign keys.
2) Execute each statement in the correct order to create the relational database in MYSQL.
3) Insert some data into each table.
4) Use all your SQL create and Insert statements (from MS Word) to execute in the MYSQL WorkBench
5) Write in MS Word and execute in MYSQL WorkBench the statements necessary to; i. display all tables, ii. identify sales total for each item iii. identify delivery confirmation of sold items iv. identify marketing level for sold items
3. Using MS-ACCESS, link to the MYSQL database and create forms to enter sales and purchase orders.
No buttons are necessary, just what ACCESS generates to scroll forward, add a record etc.
Make it clear what the forms do in the Form by adding text or headers.
In: Computer Science
MIPS Program
I'm trying to write a program that will take in two numbers from the user and output the sum at the end. However, I keep getting very wrong answers. For example, I add 2 and 2 and get 268501000. Help would be appreciated.
.data #starts data use
userIn1:
.word 4 #sets aside space for input
userIn2:
.word 4 #sets aside space for input
total:
.word 4 #sets space aside for input
request:
.asciiz "Enter an integer value: "
echoStr:
.asciiz "The total is: "
.text #starts string use
.globl main
main:
#prints request for 1st number
la $a0, request #loads string into argument
li $v0, 4 #request to print set in register $v0
syscall #execute
#takes in user input
la $a0, userIn1 #pointer to info
li $v0, 5 #request for user input set in register
$v0
syscall
#prints request for 2nd number
la $a0, request #loads string into argument
li $v0, 4 #request to print set in register $v0
syscall #execute
#takes in user input
la $a1, userIn2 #pointer to info
li $v0, 5 #request for user input set in register
$v0
syscall
#NEXT CHUNK IS PROBABLY ISSUE
#adds numbers together
add $t0, $a0, $a1 #adds numbers together
sw $t0, total #stores total
syscall
#prints out awknowledgement
la $a0, echoStr #stores string in $a0 argument
spot
li $v0, 4 #request to print set in register $v0
syscall
#prints out user input
la $a0, total #calls user input and stores it as
argument 0
li $v0, 1 #request to print set in register $v0
syscall
#to properly exit program
li $v0, 10
syscall
.data #end of data use
endl: .asciiz "\n"
In: Computer Science
Instructions
In: Nursing
See the questions below to develop future throughout your undergraduate experience.
MY MAJOR - BACHELOR ACCOUNTING.
250 WORD
In: Accounting
Your Discussion should be a minimum of 250 words in length and not more than 450 words. Please include a word count. Following the APA standard, use references and in-text citations for the textbook and any other sources.
For this week's discussion assignment, refer to the Heisinger & Hoyle (2012) resource, The Effect of Income Taxes on Capital Budgeting Decisions.
In: Finance
You are a provider working in a clinic or emergency department (ED) and a patient you have not seen before comes in complaining of chronic pain and in need of a refill of a narcotic pain medication. This patient is visiting from across the country and cannot get a refill. How will you use communication to determine the best approach to assessing this patient’s request? Also, provide the difference between a living will and advance directives. Are they honored nationwide or just locally?
250 word minimum.
In: Nursing
*Industrial economics*
Select a firm or industry (AMAZON) and use the theory of entry barriers to carry out an analysis of the strategic behaviour of that firm or industry. As part of the answer, consider the strengths and weaknesses of the theory used. ALSO, Analyse how firms in the industry (AMAZON) deter new entrants
**Outlined the theory of entry barriers and use it to analyse how firms (AMAZON) in the industry may deter new entrants**
*Word count 650, include references and citations*
In: Economics