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");

}

// -->

uBisi Dairies (Pty) Ltd is a

South African organic dairy processor based in KwaZulu-Natal. The company

purchases raw organic milk from local farmers and processes the milk through a

joint manufacturing process. Joint costs are allocated to the joint products

using the

physical measures method (litres).

uBisi uses the absorption costing system

and values inventories using the FIFO method. uBisi has a 31 March financial

year-end and budgeted to operate for

28 days during February 2026.

Production process

Raw milk is received, tested, chilled

and pasteurised. During separation, the process yields three separately

identifiable outputs at the split-off point:

  • Full-Cream Milk (FCM)
  • Low-Fat Milk (LFM)
  • Cream (CRM) (incidental to the

    process)

 

Extract from the budget

information for the month of February 2026

Details

Notes

Amount

Joint Production cost

 

 

·      

Raw

Milk

 

R10,50 per litre

·      

Direct

Labour

 

R5,10 per litre

·      

Production

overheads

 

R2,90 per litre

Further processing costs

1.2

?

Packaging costs

1.3

?

Selling Prices

1.3

?

Variable Selling costs

1.3

?

 

Additional information

1.1   

The

plant budgeted to process 80 000 litres of raw milk a day. The

standard

yield

of the joint 

process

is that each litre of raw milk produces one litre of finished dairy product at

the split-off point, distributed as follows:

·      

55%

Full cream milk (FCM)

·      

40%

Low-Fat Milk (LFM)

·      

5%

Cream (CRM)

1.2   

After

the split-off point, Full-Cream Milk and Low-Fat Milk require further

processing. Full-Cream

Milk requires

4 machine minutes per litre, and Low-Fat Milk requires 3 machine minutes per

litre. Machine processing costs amount to R140 per machine hour. Cream does not

require any further processing.

1.3  Selling price and other costs

Detail

FCM

R

LFM

R

CRM

R

Budgeted selling price

45,00

40,00

28,00

Packaging cost

0,70

0,65

0,50

Variable selling and

distribution

1,20

1,10

0,80

<!--

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");

}

// -->

uBisi’s budgeted statement of profit or

loss (income statement) for the month ended

 28 February 2026 would reflect the total sales value as (rounded to the nearest rand)

_________ .

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

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

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

Browser

Додати до Chrome