logo

Crowdly

Browser

Додати до Chrome

<!-- function msoCommentShow(anchor_id, com_id) { if(msoBrowserCheck()) {...

✅ Перевірена відповідь на це питання доступна нижче. Наші рішення, перевірені спільнотою, допомагають краще зрозуміти матеріал.

<!--

function msoCommentShow(anchor_id, com_id)

{

if(msoBrowserCheck())

{

c = document.all(com_id);

a = document.all(anchor_id);

if (null != c && null == c.length && null != a && null == a.length)

{

var cw = c.offsetWidth;

var ch = c.offsetHeight;

var aw = a.offsetWidth;

var ah = a.offsetHeight;

var x = a.offsetLeft;

var y = a.offsetTop;

var el = a;

while (el.tagName != "BODY")

{

el = el.offsetParent;

x = x + el.offsetLeft;

y = y + el.offsetTop;

}

var bw = document.body.clientWidth;

var bh = document.body.clientHeight;

var bsl = document.body.scrollLeft;

var bst = document.body.scrollTop;

if (x + cw + ah / 2 > bw + bsl && x + aw - ah / 2 - cw >= bsl )

{ c.style.left = x + aw - ah / 2 - cw; }

else

{ c.style.left = x + ah / 2; }

if (y + ch + ah / 2 > bh + bst && y + ah / 2 - ch >= bst )

{ c.style.top = y + ah / 2 - ch; }

else

{ c.style.top = y + ah / 2; }

c.style.visibility = "visible";

} } }

function msoCommentHide(com_id)

{

if(msoBrowserCheck())

{

c = document.all(com_id);

if (null != c && null == c.length)

{

c.style.visibility = "hidden";

c.style.left = -1000;

c.style.top = -1000;

} }

}

function msoBrowserCheck()

{

ms = navigator.appVersion.indexOf("MSIE");

vers = navigator.appVersion.substring(ms + 5, ms + 6);

ie4 = (ms > 0) && (parseInt(vers) >= 4);

return ie4;

}

if (msoBrowserCheck())

{

document.styleSheets.dynCom.addRule(".msocomanchor","background: infobackground");

document.styleSheets.dynCom.addRule(".msocomoff","display: none");

document.styleSheets.dynCom.addRule(".msocomtxt","visibility: hidden");

document.styleSheets.dynCom.addRule(".msocomtxt","position: absolute");

document.styleSheets.dynCom.addRule(".msocomtxt","top: -1000");

document.styleSheets.dynCom.addRule(".msocomtxt","left: -1000");

document.styleSheets.dynCom.addRule(".msocomtxt","width: 33%");

document.styleSheets.dynCom.addRule(".msocomtxt","background: infobackground");

document.styleSheets.dynCom.addRule(".msocomtxt","color: infotext");

document.styleSheets.dynCom.addRule(".msocomtxt","border-top: 1pt solid threedlightshadow");

document.styleSheets.dynCom.addRule(".msocomtxt","border-right: 2pt solid threedshadow");

document.styleSheets.dynCom.addRule(".msocomtxt","border-bottom: 2pt solid threedshadow");

document.styleSheets.dynCom.addRule(".msocomtxt","border-left: 1pt solid threedlightshadow");

document.styleSheets.dynCom.addRule(".msocomtxt","padding: 3pt 3pt 3pt 3pt");

document.styleSheets.dynCom.addRule(".msocomtxt","z-index: 100");

}

// -->

EcoPack Manufacturing (Pty) Ltd operates

in the sustainable packaging sector and manufactures two biodegradable

packaging products:

·      

EcoTray

(ET) – compostable food trays.

·      

EcoCup

(EC) – compostable beverage cups.

EcoPack uses the

absorption costing

system

, and fixed manufacturing overheads (FMO)

are allocated based

on labour hours Inventory is valued using the FIFO method. The financial

year-end is 31 December 2026.

Budget

Information for the Year Ending 31 December 2026

Details

Notes

EcoTray(ET)

R

EcoCup(EC)

R

Total

R

Production units

1.1

3

500 000

7

000 000

10

500 000

Direct material costs

1.2

R8

000 000

R6

000 000

R14

000 000

Direct labour costs

1.3

R3

420 000

?

?

Variable manufacturing overheads

1.5

?

?

?

Fixed manufacturing overheads

1.6

?

?

R3

000 000

Sales commission

1.7

?

?

?

Additional Information:

  1. Eco Pack budgeted to sell 90% of production unit. The selling price per unit is R21,00 per unit for EcoTray and R15,50 per unit for EcoCup, respectively.
  2. No direct materials or any other losses occur during the manufacturing process. 
  3. The manufacturing process is mostly automated, with machines doing most of the work. Direct labour is mainly required to monitor the machines, perform basic quality checks and handle materials. Each EcoTray requires 8 minutes of direct labour, and each EcoCup requires 6   minutes of direct labour. The same direct labour rate per hour applies to both products.
  4. The entity does not budget for work-in-progress inventory, as all goods produced are completed and transferred to finished goods.
  5. The variable manufacturing overheads are R2,20 per EcoTray and R1,40 per EcoCup.
  6. Total Fixed manufacturing overheads (FMO) are R3 000 000 per year. 
  7. EcoPack pays sales commission of 3% of selling price

The

prime cost per unit of EcoTray (round to two decimals) for 2026 is _______.

0%
0%
0%
0%
100%
Більше питань подібних до цього

Хочете миттєвий доступ до всіх перевірених відповідей на mymodules.dtls.unisa.ac.za?

Отримайте необмежений доступ до відповідей на екзаменаційні питання - встановіть розширення Crowdly зараз!

Browser

Додати до Chrome