

InterviewSolution
Saved Bookmarks
1. |
{:("Calculate the value of Closing Stock from the following information:"," Rs."),("Purchases","93,000"),("Wages","20,000"),("Sales","40,000"),("Purchases","1,20,000"),("Carriage Outwards","3,200"),("Rate of Gross Profit "25%" on Cost.","16,000"):} |
Answer» <html><body><p><br/></p>Solution :Let the Cost = <a href="https://interviewquestions.tuteehub.com/tag/rs-625947" style="font-weight:bold;" target="_blank" title="Click to know more about RS">RS</a>. <a href="https://interviewquestions.tuteehub.com/tag/100-263808" style="font-weight:bold;" target="_blank" title="Click to know more about 100">100</a>, <a href="https://interviewquestions.tuteehub.com/tag/gross-477284" style="font-weight:bold;" target="_blank" title="Click to know more about GROSS">GROSS</a> Profit = `<a href="https://interviewquestions.tuteehub.com/tag/25-296426" style="font-weight:bold;" target="_blank" title="Click to know more about 25">25</a>%` of Cost, i.e., Rs. 25. <br/> <a href="https://interviewquestions.tuteehub.com/tag/sales-25569" style="font-weight:bold;" target="_blank" title="Click to know more about SALES">SALES</a> = Cost + Profit = Rs. 100 + Rs. 25 = Rs. 125, <br/> Gross Profit on Sales = Rs. 25/Rs. 125 or 1/5 on Sales, i.e., Rs. `1,20,0000xx1//5=Rs. 24,000.`</body></html> | |