logo

Crowdly

Browser

Add to Chrome

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

✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.

<!--

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

}

// -->

Ride4Yours Enterprise is based in Malelane and manufactures specialised

helmets for motorcycle riders. The business prides itself on using eco-friendly

materials, making their helmets not only durable but also safe and sustainable

for the environment. Ride4Yours Enterprise is owned by Ms. Mkhwanazi, an

entrepreneur who is both an enthusiastic motorcycle rider and a passionate

environmental advocate.

 

The following is presented for Ride4Yours Enterprise at 31 March 2025:

Sales                                         R 361 800

Cost of sales                           R 152 600

Operating expenses               R   89 700

Credit losses recovered         R     9 700

Capital                                      R 328 900

 

 

On February

13, 2025, the owner, withdrew an amount of R19 700

to pay for a friend’s medical expenses after she had a terrible bike

accident in Mbombela. She further withdrew R55 300 on

25 February 2025 to pay for a bike trip with friends

to the Okavango Delta in Botswana. A stocktake of the helmets was conducted on February

28, 2025. During this assessment, it was discovered that 5 helmets, all valued at R15 300

, were

damaged when they were transported to the shop. These damaged helmets were

offered to the local bikers club at a reduced price of R2

500 each. This offer was accepted by the club and the helmets were collected

on 15 March 2025.

 

REQUIRED:

What is the

correct

capital balance

in the statement of financial position of Ride4Yours Enterprise as at 31 March

2025?

Instructions:

1.     Round off all your answers to the nearest rand

 (eg:

50.56 = 51)

2.    

Don’t use any special characters (&) in your

answer

.

3.     Do not use any abbreviations.

4.    

Do not use brackets () to indicate a negative amount,

instead use the minus sign “–“,

e.g.

(50) will instead be indicated as -50

.

More questions like this

Want instant access to all verified answers on mymodules.dtls.unisa.ac.za?

Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!

Browser

Add to Chrome