1. Gonyo Inc., which produces and sells a single product, has provided the following contribution format income statement for December appears below: Sales (5,000 units) $ 310,000 Variable expenses 125,000 Contribution margin 185,000 Fixed expenses 104,500 Net operating income $ 80,500 Redo the company’s contribution format income statement assuming that the company sells 5,200 units. Net Operating Income: 2. The contribution margin ratio of Donath Corporation’s only product is 67%. The company’s monthly fixed expense is $454,500 and the company’s monthly target profit is $40,500. Required: Determine the dollar sales to attain the company’s target profit. (Round your answer to the nearest dollar amount.) 3. A manufacturing company that produces a single product has provided the following data concerning its most recent month of operations: Selling price $150 Units in beginning inventory 0 Units produced 3,290 Units sold 2,870 Units in ending inventory 420 Variable costs per unit: Direct materials $47 Direct labor $21 Variable manufacturing overhead $14 Variable selling and administrative $17 Fixed costs: Fixed manufacturing overhead $115,150 Fixed selling and administrative expenses $31,570 The total gross margin for the month under absorption costing is: $94,710 $14,350 $135,570 $146,370 4. Bartelt Inc., which produces a single product, has provided the following data for its most recent month of operations: Number of units produced 10,300 Variable costs per unit: Direct materials $90 Direct labor $71 Variable manufacturing overhead $4 Variable selling and administrative expense $12 Fixed costs: Fixed manufacturing overhead $360,500 Fixed selling and administrative expense $813,700 There were no beginning or ending inventories. The absorption costing unit product cost was: $161 per unit $200 per unit $165 per unit $291 per unit
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
1 Give Two Non Economic Factors That Influence Share Prices 2 What Is The Alternativ 2625408
/in Uncategorized /by developer1. Give two non-economic factors that influence share prices?
2. What is the Alternative Investment Market?
3. What will be the effect on interest rates of a fall in bond prices?
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
1 Given The File In C Create A New While 1 Loop To Contain A Clear Lcd Followed By A 3334481
/in Uncategorized /by developer1) Given the file in C, create a new while (1) loop to contain a clear LCD followed by a for loop to print all the ASCII characters from 33 to 123. There should be exactly 0.20 second delay between characters being displayed. Make another one modifies the previous version such that the ASCII characters from 33 to 123 are each printed on the bottom line at column 3, but include the decimal and hexadecimal values of the characters, we can use printf(“%i%x%c”, i, i, i); where i is the loop variable. #include // library containing printf() function #include #include “osc.h” // library for set_osc_32MHz() #include “configureUSART.h” // library for configureUSART(baud) #pragma config WDT = OFF #pragma config OSC = INTIO7 // puts osc/4 on pin 14 to check freq #pragma config MCLRE = OFF #pragma config LVP = OFF #pragma config PBADEN = OFF // PORTB are digital IO void WaitOneSecond(void); void WaitQuarterSecond(void); void main(void) // a C project can only have one main() function { char string[] = ” APSC1299 “; // 16 chars wide to fill bottom line of LCD set_osc_32MHz(); // set MCU to run at 32 MHz // fOSC = 32 000 000 Hz // TOSC = 1/32 000 000 s = 31.25 ns // TCY = 4*TOSC = 125 ns configureUSART(9600ul, 32); // configure MCU serial communication module to run at 9600 baud // with MCU operating at 32 MHz. Defined in configureUSART.c // 9600 bits/s is default communication rate // other choices 2 400, 4 800, 19 200, 38 400 (not available at 1 MHz) // LCD will not work if MCU is not configured for USART _delay(100000ul); _delay(100000ul); _delay(100000ul); _delay(100000ul); _delay(100000ul); // small delay to wait for splash screen to appear ////////////////////////////////////////////////////////////////////////////////////////// // printf(“%c”,0x12); // reset LCD to default 9600 bps // // only works if run during splash screen. // // use only in case LCD was accidently set to another baud rate // // and is printing garbage // WaitOneSecond(); // Wait for reset message to complete // // LCD will not respond to printf() until it is finished. /////////////////////////////////////////////////////////////////////////////////////////// WaitOneSecond(); // The splash screen lasts about one second // LCD will not respond to printf() until it is finished. printf(“%c%c”,0xFE,0x01); //Command – clear and zero display //Not strictly necessary since splash clears itself printf(” Hello World “); // 16 chars wide to fill top line of LCD WaitOneSecond(); WaitOneSecond(); printf(“%s”,string); // 16 chars wide to fill bottom line of LCD WaitOneSecond(); WaitOneSecond(); while(1) { // MCUs run continuously so an endless loop is required. // Jiggle Message. printf(“%c%c”,0xFE, 0x1C); //move message right one column WaitQuarterSecond(); printf(“%c%c”,0xFE, 0x18); //move message left one column WaitQuarterSecond(); } } void WaitOneSecond(void) { int i = 0; for(i=0; i<=80; i++) { _delay(100000ul); // 100 000 * 4 / 32 000 000 = 1/80 s } } void WaitQuarterSecond(void) { int i = 0; for(i=0; i<=20; i++) { _delay(100000ul); // 100 000 * 4 / 32 000 000 = 1/80 s } }
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
1 Gonyo Inc Which Produces And Sells A Single Product Has Provided The Following Con 2851820
/in Uncategorized /by developer1. Gonyo Inc., which produces and sells a single product, has provided the following contribution format income statement for December appears below: Sales (5,000 units) $ 310,000 Variable expenses 125,000 Contribution margin 185,000 Fixed expenses 104,500 Net operating income $ 80,500 Redo the company’s contribution format income statement assuming that the company sells 5,200 units. Net Operating Income: 2. The contribution margin ratio of Donath Corporation’s only product is 67%. The company’s monthly fixed expense is $454,500 and the company’s monthly target profit is $40,500. Required: Determine the dollar sales to attain the company’s target profit. (Round your answer to the nearest dollar amount.) 3. A manufacturing company that produces a single product has provided the following data concerning its most recent month of operations: Selling price $150 Units in beginning inventory 0 Units produced 3,290 Units sold 2,870 Units in ending inventory 420 Variable costs per unit: Direct materials $47 Direct labor $21 Variable manufacturing overhead $14 Variable selling and administrative $17 Fixed costs: Fixed manufacturing overhead $115,150 Fixed selling and administrative expenses $31,570 The total gross margin for the month under absorption costing is: $94,710 $14,350 $135,570 $146,370 4. Bartelt Inc., which produces a single product, has provided the following data for its most recent month of operations: Number of units produced 10,300 Variable costs per unit: Direct materials $90 Direct labor $71 Variable manufacturing overhead $4 Variable selling and administrative expense $12 Fixed costs: Fixed manufacturing overhead $360,500 Fixed selling and administrative expense $813,700 There were no beginning or ending inventories. The absorption costing unit product cost was: $161 per unit $200 per unit $165 per unit $291 per unit
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
1 Globalisation Is The Inexorable Integration Of Markets Nation States And Technolog 2927177
/in Uncategorized /by developer1. Globalisation is the inexorable integration of markets, nation-states, and technologies in a way that is enables individuals, corporations and nation-states to reach around the world further, faster, deeper, and cheaper than ever before (Griffin and Pustay, 2010). Using suitable strategic tools analyse critically the factors responsible for globalisation of markets and production in the case of Motorola’s expansion into China. (1500 words- 40 marks) 2. Critically evaluate how effective Motorola’s entry strategy was in achieving their corporate strategy in China. (1150 words- 30 marks) 3. Analyse how appropriate Motorola’s staffing approach for senior management in China was in relation to their strategic objectives. (1150 words- 30 marks) Description of Assessment Requirements:- 1. All assignments must be word processed – in Microsoft Word (or similar) format with size 12 and line spacing 1.5. Handwritten assignments will attract an automatic FAIL grade. 2. Assignments will be graded on the basis of research done, analysis of the facts collated, stand taken and the justification of the stand. 3. All research must be referenced using the APA Style of Referencing and a Reference and Bibliography list attached. Improper or lack of either of these constitutes plagiarism. 4. Plagiarism involves taking someone else’s words, thoughts, ideas or essays from online essay banks and trying to pass them off as your own. It is a form of cheating which is taken very seriously. 5. Students found copying from other students will also be charged with collusion. Report Structure:- • Title Page • Table of Contents • Executive summary • Introduction-100 words • Question 1-1500 words • Question 2-1150 words • Question 3-1150 words • Conclusions-100 words • References • Bibliography • Appendix Assessment Criteria The following marking scheme will be used for marking the assignment: Content-has the question been answered (20 marks maximum) ? Weak answer to the question with little or no justification: 1-7 ? Satisfactory answer with some justification: 8-14 ? Good answer with good justification: 15-20 Literature review-Collection of data from a range of sources (35 marks maximum) ? Little or no evidence of data: 1-10 ? Satisfactory range of sources: 11-24 ? Excellent range of sources: 25-35 Analysis and evaluation of the case study (35 marks maximum) ? Weak analysis with little or no evaluation: 1-10 ? Satisfactory analysis with some evaluation: 11-24 ? Good analysis with good evaluation: 25-35
Attachments:
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
1 Graph An Increase In Money Supply And In A Separate Graph Show The Effect This Wil 3290666
/in Uncategorized /by developer1.Graph an increase in money supply and in a separate graph, show the effect this will have on the AD/AS model. Explain the link between the two graphs. 2. Graph an increase in Aggregate supply. How will this effect the phillips curve?
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
1 Graph 200 Words Explanation Due Today 5pm Singapore Time 2618162
/in Uncategorized /by developer1 graph + 200 words explanation
due today 5pm Singapore time
Attachments:
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
1 Grunewald Industries Sells On Terms Of 2 10 Net 40 Gross Sales Last Year Were 4 5 2743580
/in Uncategorized /by developer(1) Grunewald Industries sells on terms of 2/10, net 40. Gross sales last year were$4,562,500 and accounts receivable averaged $437,500. Half of Grunewald’s customerspaid on the 10th day and took discounts. What are the nominal and effectivecosts of trade credit to Grunewald’s nondiscount customers? (Hint: Calculate sales/day based on a 365-day year, then calculate average receivables of discount customers,and then find the DSO for the nondiscount customers.
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
1 Heart Start Produces Automated External Defibrillators Aeds In Each Of Two Differe 3951551
/in Uncategorized /by developer1. Heart Start produces automated external defibrillators (AEDs) in each of two different plants (A and B). The unit production costs and monthly production capacity of the two plants are indicated in the table below. The AEDs are sold through three wholesalers. The shipping cost from each plant to the warehouse of each wholesaler along with the monthly demand from each wholesaler are also indicated in the table. How many AEDs should be produced in each plant, and how should they be distributed to each of the three wholesaler warehouses so as to minimize the combined cost of production and shipping?
Unit Shipping Cost
Unit
Monthly
Warehouse 1
Warehouse 2
Warehouse 3
Production
Cost
Production
Capacity
Plant A
$22
$14
$30
$600
100
Plant B
$16
$20
$24
$625
120
Monthly Demand
80
60
70
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
1 Hard Copy Of Assignment Should Be Stapled In The Top Left Corner And Submitted To 2914351
/in Uncategorized /by developer1. Hard copy of assignment should be stapled in the top left corner and submitted to the School Office. 2. Electronic copy of assignment should be submitted through the Turnitin software. 3. 10% of marks are awarded for satisfactory use of language and/or good presentation. 4. 5% of marks are awarded for satisfactory referencing and/or presentation of a bibliography where either is required. Note that all referenced work should be obtained from credible sources. 5. Students should ensure that they comply with Glyndwr University’s plagiarism policy. 6. Students should make correct use of the Harvard referencing method. Learning Outcomes Tested in this Assignment : 1. To identify the sources of finance available to various business entities and understand who uses financial statements and why. 2. To understand the content of basic financial statements and be able to analyse, using various financial indicators, the performance of a business. Would students please note that achievement of the learning outcomes for this assessment is demonstrated against the assessment criteria shown below (which are not necessarily weighted equally). All marks/grades remain indicative until they have been considered and confirmed by the Assessment Board Assessment Criteria Grade Awarded Grade Available 1 Identify sources of finance available to the various business entities (Sole trader, Partnerships, Private Limited Companies, and Public Limited Companies). 10% 2 Explain who uses financial statements, and why they use them. 15% 3 Describe the information source, format, content and purpose of the financial statements (Income Statement, and Statement of Financial Position). 20% 4 Calculate ratios, and then explain what each ratio means and give possible reasons for the differences in the results of the individual ratios over the two years. 40% 5 Satisfactory use of English, including grammar, spelling, clarity of presentation. 10% 6 All sources of information are to be referenced satisfactorily 5% Additional Comments from Second marker or External Examiner (if required) : LEARNING OUTCOMES 3. Identify the sources of finance available to various business entities and understand who uses financial statements and why. 4. To understand the content of basic financial statements and be able to analyse the financial performance of a business using various financial indicators. Scenario Your organisation, Alpha plc, producer of hi-tech scientific equipment, is introducing a graduate intake programme and financial awareness is going to be part of the induction training. You have been tasked to provide literature on the sources of finance available to an organisation. 1. Prepare a report outlining sources of finance available, the advantages and disadvantages of each of these for a business (including the costs of these sources). The work you have produced for the graduate induction programme has been very well received. It has been identified that graduates also need to know how to examine the financial health of a business for decision-making purposes. To accomplish this you should: 2. Explain who uses financial statements, and why they use them.
Attachments:
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"
1 Highlight The Importance Of Developing Adequate Marketing Strategies And How The M 3555705
/in Uncategorized /by developer1. Highlight the importance of developing adequate marketing strategies and how the marketing strategies of the selected company affect consumer behaviour.
2.Discuss the importance of digital marketing in today’s environment and whether the digital marketing practices of the chosen company are effective.
"Looking for a Similar Assignment? Get Expert Help at an Amazing Discount!"