{"id":21820,"date":"2025-03-10T16:02:43","date_gmt":"2025-03-10T10:32:43","guid":{"rendered":"https:\/\/onlinefreenotes.com\/?p=21820"},"modified":"2025-12-12T08:00:53","modified_gmt":"2025-12-12T08:00:53","slug":"source-documents-and-accounting-equation-nbse-class-9-bk","status":"publish","type":"post","link":"https:\/\/mockupbw.site\/2025\/onlinefreenotes\/source-documents-and-accounting-equation-nbse-class-9-bk\/","title":{"rendered":"Source Documents and Accounting Equation: NBSE Class 9 BK"},"content":{"rendered":"\n<p>Get summaries, questions, answers, solutions, notes, extras, theories, practicles, PDF, and guide of Chapter 3 Source Documents and Accounting Equation, <a href=\"https:\/\/nbsenl.edu.in\/\" target=\"_blank\" rel=\"noopener\">NBSE <\/a>Class 9 Book Keeping (BK) textbook, which is part of the syllabus of students studying under Nagaland Board. These solutions, however, should only be treated as references and can be modified\/changed.<\/p>\n\n\n\n\n  <style>\r\n    .notice {\r\n      background: yellow;       \/* simple yellow background *\/\r\n      text-align: center;       \/* centre alignment *\/\r\n      padding: 12px 16px;\r\n      margin: 20px auto;\r\n      width: fit-content;       \/* shrink to text and centre via auto margins *\/\r\n      font-family: Arial, sans-serif;\r\n    }\r\n  <\/style>\r\n  <div class=\"notice\">\r\n    If you notice any errors in the notes, please mention them in the comments\r\n  <\/div>\r\n<nav id=\"toc\" class=\"toc-box\"><\/nav>\r\n<style>\r\n.toc-box{\r\n  border:1px solid #e5e7eb;\r\n  border-radius:8px;\r\n  background:#fff;\r\n  margin:20px 0;\r\n  font-family:Arial, Helvetica, sans-serif\r\n}\r\n.toc-header{\r\n  padding:10px 14px;\r\n  font-size:16px;\r\n  font-weight:600;\r\n  border-bottom:1px solid #eef2f7;\r\n  background:#f8fafc\r\n}\r\n.toc-content{\r\n  padding:12px 18px\r\n}\r\n\r\n\/* Base list *\/\r\n.toc-content ul{\r\n  margin:0 25px;\r\n  padding-left:0;\r\n  list-style:none\r\n}\r\n\r\n\/* Level-based bullets *\/\r\n.toc-content li{\r\n  position:relative;\r\n  margin:6px 0;\r\n  margin-left:6px;\r\n  line-height:1.5;\r\n\tlist-style:disc;\r\n}\r\n\r\n\/* H2 bullet \u25cf *\/\r\n.toc-content li.level-2{\r\n  list-style:disc;\r\n\t\r\n}\r\n\r\n\/* H3 bullet \u25cb *\/\r\n.toc-content li.level-3{\r\n  margin-left:26px;\r\n\tlist-style:disc;\r\n}\r\n\r\n\r\n\/* H4+ bullet \u2013 *\/\r\n.toc-content li.level-4{\r\n  margin-left:46px;\r\n\tlist-style:disc;\r\n}\r\n.toc-content li.level-5,\r\n.toc-content li.level-6{\r\n  margin-left:66px;\r\n\tlist-style:disc;\r\n}\r\n\r\n.toc-content a{\r\n  text-decoration:none;\r\n  color:#000\r\n}\r\n.toc-content a:hover{\r\n  text-decoration:underline\r\n}\r\n\r\nhtml{scroll-behavior:smooth}\r\nh1[id],h2[id],h3[id],h4[id],h5[id],h6[id]{\r\n  scroll-margin-top:110px\r\n}\r\n<\/style>\r\n\r\n<script>\r\ndocument.addEventListener('DOMContentLoaded', function () {\r\n\r\n  const toc = document.getElementById('toc');\r\n  if (!toc) return;\r\n\r\n  \/* MAIN CONTENT ONLY *\/\r\n  const content = document.querySelector('#pdf-content');\r\n\r\n  \/* EXCLUDE AREAS *\/\r\n  const excludeSelectors = `\r\n    .author, .byline, .entry-meta, .post-meta,\r\n    #comments, .comments-area, .comment-respond,\r\n    .comment-form, .comment-list,\r\n    .login, .login-required,\r\n    .sidebar, aside, footer, nav,\r\n    .widget, .widgets\r\n  `;\r\n\r\n  \/* TEXT TO IGNORE *\/\r\n  const ignoreText = [\r\n    'leave a comment',\r\n    'cancel reply',\r\n    'login required',\r\n    'get notes',\r\n    'ron\\'e dutta',\r\n    'comments'\r\n  ];\r\n\r\n  \r\nconst headings = [...content.querySelectorAll('h1,h2,h3,h4,h5,h6')]\r\n  .filter(h => !excludeSelectors || !h.closest(excludeSelectors))\r\n  .filter(h => {\r\n    const txt = h.textContent.trim().toLowerCase();\r\n    return txt.length > 0 && !ignoreText.some(t => txt.includes(t));\r\n  });\r\n\r\n\/\/alert(content);\r\n  if (!headings.length) {\r\n    toc.style.display = 'none';\r\n    return;\r\n  }\r\n\r\n  \/* UNIQUE IDs *\/\r\n  const used = {};\r\n  const slug = t => t.toLowerCase().trim()\r\n    .replace(\/[^a-z0-9\\s-]\/g, '')\r\n    .replace(\/\\s+\/g, '-');\r\n\r\n  headings.forEach(h => {\r\n    if (!h.id) {\r\n      let base = slug(h.textContent) || 'section';\r\n      used[base] = (used[base] || 0) + 1;\r\n      h.id = used[base] > 1 ? base + '-' + used[base] : base;\r\n    }\r\n  });\r\n\r\n  \/* BUILD TOC *\/\r\n  const ul = document.createElement('ul');\r\n\r\n  headings.forEach(h => {\r\n    const level = parseInt(h.tagName.substring(1));\r\n    if (level < 2) return; \/\/ skip H1 like your reference site\r\n\r\n    const li = document.createElement('li');\r\n    li.className = 'level-' + level;\r\n\r\n    const a = document.createElement('a');\r\n    a.href = '#' + h.id;\r\n    a.textContent = h.textContent.trim();\r\n\r\n    li.appendChild(a);\r\n    ul.appendChild(li);\r\n  });\r\n\r\n  toc.innerHTML = `\r\n    <div class=\"toc-header\">Table of Contents<\/div>\r\n    <div class=\"toc-content\"><\/div>\r\n  `;\r\n  toc.querySelector('.toc-content').appendChild(ul);\r\n\r\n});\r\n<\/script>\r\n\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Summary\"><strong>Summary<\/strong><\/h3>\n\n\n\n<p>This chapter explains source documents and the accounting equation. Every business does financial transactions like buying, selling, and paying money. These transactions are recorded only when there is proof. Source documents are the proof of these transactions. They show details like date, amount, and people involved.<\/p>\n\n\n\n<p>Source documents have features. They are made when a transaction happens. They are written proof of the transaction. They describe the transaction fully. They help in making vouchers. They are useful for audits and tax checks. Some common source documents are cash memos, invoices, receipts, pay-in-slips, cheques, debit notes, and credit notes. Each has its own purpose and format.<\/p>\n\n\n\n<p>Vouchers are another important part. They are used to record transactions in books. Vouchers come from source documents. They are numbered and written records. They show which accounts to debit or credit. Accountants make them and managers sign them. There are different types of vouchers like cash vouchers, debit vouchers, credit vouchers, and transfer vouchers. Each type has specific uses.<\/p>\n\n\n\n<p>The accounting equation is based on the dual aspect concept. This means every transaction affects two sides. Assets equal liabilities plus capital. Assets are things a business owns. Liabilities are what a business owes. Capital is the owner\u2019s money in the business. Transactions can affect two items or more than two items in the equation.<\/p>\n\n\n\n<p>Rules guide the accounting equation. Adding funds increases capital. Withdrawing funds decreases capital. Profits add to capital while losses reduce it. Interest on capital is an expense but adds to capital. Interest on drawings reduces capital. Getting funds from outsiders increases liabilities. Paying debts decreases liabilities. Buying assets increases them. Selling assets decreases them.<\/p>\n\n\n\n<p>Some transactions affect opposite sides of the equation. Others affect the same side but in opposite ways. For example, buying furniture on credit increases assets and liabilities. Paying creditors decreases both assets and liabilities. The chapter gives examples of how transactions change the equation. It shows calculations and balance sheets.<\/p>\n\n\n\n<p>Transactions are shown through examples. Each example explains how assets, liabilities, and capital change. Starting a business, buying goods, selling goods, and other actions are explained step by step. Each step shows the new balance of assets, liabilities, and capital. Calculations end with a balance sheet showing total assets equal total liabilities and capital.<\/p>\n\n\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Very_short_answers\"><strong>Textbook solutions<\/strong><\/h3>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Answer_in_-_words\"><strong>Multiple Choice Questions (MCQs)<\/strong><\/h4>\n\n\n\n<p><strong>1. Credit purchases of furniture will be recorded through which voucher?<\/strong><\/p>\n\n\n\n<p>(a) Debit Voucher<br>(b) Credit Voucher<br>(c) Cash Voucher<br>(d) Transfer Voucher<\/p>\n\n\n\n<p><strong>Answer <\/strong>: (d) Transfer Voucher<\/p>\n\n\n\n<p><strong>2. Rohan has returned goods worth 6,000 to Kultara as he found it defective. Which document will be prepared by Radheyshyam?<\/strong><\/p>\n\n\n\n<p>(a) Invoice\/bill<br>(b) Debit note<br>(c) Credit voucher<br>(d) Credit note<\/p>\n\n\n\n<p><strong>Answer <\/strong>: (b) Debit note<\/p>\n\n\n\n<p><strong>3. When a trader sells goods on credit, he prepares which contains the name of the party to whom goods are sold, the rate, quantity and the total amount of sale.<\/strong><\/p>\n\n\n\n<p>(a) Cash memo<br>(b) Invoice<br>(c) Debit note<br>(d) Receipt<\/p>\n\n\n\n<p><strong>Answer <\/strong>: (b) Invoice<\/p>\n\n\n\n<p><strong>4. Pick out a source voucher\/document from the following:<\/strong><\/p>\n\n\n\n<p>(a) Debit Voucher<br>(b) Credit Voucher<br>(c) Transfer Voucher<br>(d) Invoice<\/p>\n\n\n\n<p><strong>Answer <\/strong>: (d) Invoice<\/p>\n\n\n\n<p><strong>5. Credit voucher is prepared by an organisation:<\/strong><\/p>\n\n\n\n<p>(a) When cash is received<br>(b) When payment is made<br>(c) When a transaction involves no cash<br>(d) When amount is deposited in the bank<\/p>\n\n\n\n<p><strong>Answer <\/strong>: (a) When cash is received<\/p>\n\n\n\n<p><strong>6. A voucher prepared at the time of receipt or payment of cash or cheque is known as:<\/strong><\/p>\n\n\n\n<p>(a) Debit voucher<br>(b) Cash voucher<br>(c) Credit voucher<br>(d) Transfer voucher<\/p>\n\n\n\n<p><strong>Answer <\/strong>: (b) Cash voucher<\/p>\n\n\n\n<p><strong>7. When we deposit cash or cheque into a bank, which source document is used?<\/strong><\/p>\n\n\n\n<p>(a) Invoice<br>(b) Vouchers<br>(c) Pay-in-slip<br>(d) Debit note<\/p>\n\n\n\n<p><strong>Answer <\/strong>: (c) Pay-in-slip<\/p>\n\n\n\n<p><strong>8. Point out the correct accounting equation:<\/strong><\/p>\n\n\n\n<p>(a) Assets= -Liabilities Capital<br>(b) Liabilities= Capital+ Asset<br>(c) Capital Assets+ Liabilities<br>(d) Liabilities= Assets- Capital<\/p>\n\n\n\n<p><strong>Answer <\/strong>: (d) Liabilities= Assets- Capital<\/p>\n\n\n\n<p><strong>9. The amount withdrawn by the proprietor for his personal use wil&#8230;&#8230;&#8230;..the cash capital.<\/strong><\/p>\n\n\n\n<p>(a) Increase<br>(b) Decrease<br>(c) No change<br>(d) None of the above<\/p>\n\n\n\n<p><strong>Answer <\/strong>: (b) Decrease<\/p>\n\n\n\n<p><strong>10. A business has assets of 36,650 and liabilities of 10,000. What is the amount of capital?<\/strong><\/p>\n\n\n\n<p>(a) \u20b9 45,650<br>(b) 26,650<br>(c) 46,650<br>(d) None of these<\/p>\n\n\n\n<p><strong>Answer <\/strong>: (b) 26,650<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Short_essay-type_answers\"><strong>True\/False<\/strong><\/h4>\n\n\n\n<p><strong>1. An increase in Asset may lead to an increase in capital.<\/strong><\/p>\n\n\n\n<p><strong>Answer: <\/strong>True<\/p>\n\n\n\n<p><strong>2. An increase in Asset may lead to an increase in Liability.<\/strong><\/p>\n\n\n\n<p><strong>Answer: <\/strong>True<\/p>\n\n\n\n<p><strong>3. Asset increases by selling goods for cash.<\/strong><\/p>\n\n\n\n<p><strong>Answer: <\/strong>False<\/p>\n\n\n\n<p><strong>4. Withdrawal of cash for personal use decreases capital.<\/strong><\/p>\n\n\n\n<p><strong>Answer: <\/strong>True<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Short_Answer_Questions\"><strong>Assertion Reason Based Questions<\/strong><\/h4>\n\n\n\n<p><strong>Choose the correct option :<\/strong><\/p>\n\n\n\n<p>A. Both Assertion (A) and Reason (R) are correct and Reason (R) is the correct explanation of the Assertion (A).<br>B. Both Assertion (A) and Reason (R) are correct but Reason (R) is not the correct explanation of Assertion (A).<br>C. Only Assertion (A) is correct.<br>D. Only Reason (R) is correct.<\/p>\n\n\n\n<p><strong>1. Assertion:<\/strong> A document which supports the transaction for recording is source document.<br><strong>Reason:<\/strong> These documentary evidence are Cash Memo, invoice or bill.<\/p>\n\n\n\n<p><strong>Answer:<\/strong> (A)<\/p>\n\n\n\n<p><strong>2. Assertion:<\/strong>&nbsp; When funds are added to the business by the proprietor the capital is increased (credited).<br><strong>Reason:<\/strong> When business earns a profit, it is added (credited) to the capital.<\/p>\n\n\n\n<p><strong>Answer:<\/strong> (A)<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Long_Answer_Questions\"><strong>Statement Based Questions<\/strong><\/h4>\n\n\n\n<p><strong>Choose the correct option from the options given below:<\/strong><\/p>\n\n\n\n<p>A. Statement I is true and II is false.<br>B. Statement II is true and I is false.<br>C. Both the statements are false.<br>D. Both the statements are true.<\/p>\n\n\n\n<p><strong>1. Statement I:<\/strong> Interest on drawings is a revenue earned by the business. So it is added to the profits earned.<br><strong>Statement II:<\/strong> A part of capital is withdrawn i.e. drawings are made the capital is decreased (debited).<\/p>\n\n\n\n<p><strong>Answer: <\/strong>(D)<\/p>\n\n\n\n<p><strong>2. Statement I:<\/strong> Debit note indicates that supplier&#8217;s account is being debited.<br><strong>Statement II:<\/strong> Debit note is a document issued by seller\/vendor in response to debit note received from the customer.<\/p>\n\n\n\n<p><strong>Answer: <\/strong>(A)<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Short_Answer_Type-l_Questions\"><strong>Short Answer Type-l Questions<\/strong><\/h4>\n\n\n\n<p><strong>1. What do you mean by source documents in accountancy?<\/strong><\/p>\n\n\n\n<p><strong>Answer :<\/strong> A source document is a document that supports the transaction for recording. These documents are real, meaningful, visible records certifying the actual happening of transactions of a financial nature. These documentary evidences include cash memos, invoices or bills, cash receipts, pay-in-slips, vouchers, cheques, etc.<\/p>\n\n\n\n<p><strong>2. Mention any two source documents.<\/strong><\/p>\n\n\n\n<p><strong>Answer :<\/strong> Two source documents mentioned are:<\/p>\n\n\n\n<p>(i) Cash Memo<br>(ii) Invoice or Bill<\/p>\n\n\n\n<p><strong>3. What is meant by an invoice?<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: An invoice or bill is prepared by the trader or seller when he sells goods on credit. It contains the details about the name of the party to whom goods are sold, quantity, rate, and the total amount of sales. Usually, invoices or bills are made in duplicate. The original copy of the invoice is sent to the purchaser, and the duplicate copy is retained by the seller for recording in the books of accounts and also for future references.<\/p>\n\n\n\n<p><strong>4. What do you mean by Cheque?<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: A cheque is a document in writing, which contains an order from a customer to a banker, authorizing him to pay a specified sum to the bearer or the person named in it. The bank issues a booklet containing cheque forms to its account holders. The amount to be paid is written both in words and figures, and a cheque must be dated and signed by the drawer.<\/p>\n\n\n\n<p><strong>5. What is a Transfer Voucher?<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: A Transfer Voucher is a type of voucher that serves as documentary evidence for all non-cash transactions of the business. These non-cash transactions include credit sales or purchases of goods, return of goods by customers, and return of goods to suppliers. It contains details such as the name and address of the organization, date of preparing the voucher, accounting voucher number, title of the account debited or credited, net transaction amount, narration, signature of the person preparing it, signature of the authorized signatory, and supporting voucher number.<\/p>\n\n\n\n<p><strong>6. Name the two types of Vouchers.<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: The two types of vouchers are: (i) Cash Vouchers<br>(ii) Non-Cash Vouchers or Transfer Vouchers<\/p>\n\n\n\n<p><strong>7. What is credit voucher?<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: A credit voucher is a document that serves as evidence of cash receipts and is prepared to record transactions involving cash receipts against the sale of goods, sale of assets, withdrawal from the bank, etc.<\/p>\n\n\n\n<p><strong>8. What do you mean by an accounting equation?<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: An accounting equation is a mathematical expression which shows that the assets of a business are always equal to the total of capital and liabilities. It reflects the fundamental equation: Assets = Liabilities + Capital.<\/p>\n\n\n\n<p><strong>9. Give fundamental accounting equations.<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: The fundamental accounting equation is:<br>Assets = Liabilities + Capital<\/p>\n\n\n\n<p>This reflects that the economic resources owned by an enterprise (assets) are equal to the total of the claims of outsiders (liabilities) and the owner&#8217;s equity (capital).<\/p>\n\n\n\n<p><strong>10. What is a debit note?<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: A debit note is a document prepared by the customer in case there are certain goods that need to be returned to the vendor. It indicates that the supplier&#8217;s account is being debited and contains details about the date, amount of the transaction, and the name of the supplier whose account is debited, along with the reason for debiting the account.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Short_Answer_Type-Il_Questions\"><strong>Short Answer Type-Il Questions<\/strong><\/h4>\n\n\n\n<p><strong>1. What is a source document? Explain its features.<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: A source document is a document that supports the transaction for recording. These documents are real, meaningful, visible records certifying the actual happening of transactions of a financial nature.<\/p>\n\n\n\n<p>The features of source documents are as follows:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>It is prepared when a transaction takes place.<\/li>\n\n\n\n<li>It is a written proof of the happening of a transaction in the business.<\/li>\n\n\n\n<li>It shows the complete description of the transaction.<\/li>\n\n\n\n<li>It is the basis for the preparation of vouchers.<\/li>\n\n\n\n<li>It helps in auditing and tax assessments.<\/li>\n<\/ul>\n\n\n\n<p><strong>2. Write short notes on:<\/strong><\/p>\n\n\n\n<p><strong>(a) Pay-in-slip<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: A Pay-in-Slip, also known as a deposit slip, is used when cash or cheques are deposited in the bank. The Pay-in-Slip form is available from a bank and consists of two parts: the main body and the counterfoil. The customer has to fill up both parts, which contain details regarding the date, amount of cash or cheque deposited, account number of the customer, and their signatures. The main body of the Pay-in-Slip is retained by the bank, and the counterfoil, duly signed and stamped by the cashier, is returned to the customer. The counterfoil is used as the source document for recording the deposits in the books of accounts.<\/p>\n\n\n\n<p><strong>(b) Invoice or bill<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: An Invoice or Bill is prepared by the trader or seller when goods are sold on credit. It contains details about the name of the party to whom goods are sold, the quantity, rate, and the total amount of sales. Usually, invoices or bills are made in duplicate. The original copy of the invoice is sent to the purchaser, and the duplicate copy is retained by the seller for recording in the books of accounts and for future references.<\/p>\n\n\n\n<p><strong>(c) Cheques<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: A Cheque is a document in writing that contains an order from a customer to a banker, authorizing the payment of a specified sum to the bearer or the person named in it. The bank issues a booklet containing cheque forms to its account holders. The amount to be paid is written both in words and figures. A cheque must be dated and signed by the drawer. The counterfoil of the cheque or notes on the cheque book containing details of the payment is used for recording in the books of accounts.<\/p>\n\n\n\n<p><strong>(d) Vouchers<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: Vouchers are documents prepared for the purpose of recording business transactions in the books of accounts. These include receipts, cash memos, salary bills, invoices, wages bills, travelling allowance bills, registration deeds, etc. On the basis of source documents, entries are first recorded on vouchers, and then on the basis of vouchers, entries are passed in the Journal or books of original entry. Vouchers are printed by all enterprises in their name. They are prepared by an accountant and countersigned by an authorized person of the enterprise. According to J.R. Batliboi, &#8220;A voucher may be defined as documentary evidence in support of an entry appearing in the books of accounts.&#8221;<\/p>\n\n\n\n<p><strong>3. Explain the term vouchers. Mention and explain types of vouchers in brief.<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: Vouchers are documents prepared for the purpose of recording business transactions in the books of accounts. These include receipts, cash memos, salary bills, invoices, wages bills, travelling allowance bills, registration deeds, etc. On the basis of source documents, entries are first recorded on vouchers and then passed into the Journal or books of original entry. Vouchers are printed by all enterprises in their name and are prepared by an accountant, countersigned by an authorised person of the enterprise. According to J.R. Batliboi, &#8220;A voucher may be defined as documentary evidence in support of an entry appearing in the books of accounts.&#8221;<\/p>\n\n\n\n<p>The types of vouchers are as follows:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Cash Vouchers <\/strong>:\n<ul class=\"wp-block-list\">\n<li>These are documentary evidences of cash receipts and cash payments.<\/li>\n\n\n\n<li>They are further classified into:<br>(i) <strong>Debit Voucher <\/strong>: A document that serves as proof of cash payments, such as expenses, purchase of goods, or depositing cash into the bank.<br>(ii) <strong>Credit Voucher <\/strong>: A document that serves as proof of cash receipts, such as sale of goods, sale of assets, or withdrawal from the bank.<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li><strong>Non-Cash Vouchers or Transfer Vouchers <\/strong>:\n<ul class=\"wp-block-list\">\n<li>These are documentary evidences of all non-cash transactions of the business, such as credit sales or purchases, return of goods by customers, or return of goods to suppliers.<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Long_Answer_Type_Questions\"><strong>Long Answer Type Questions<\/strong><\/h4>\n\n\n\n<p><strong>1. What is a source document? What are its features? Enumerate various source documents.<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: A source document is a document that supports the transaction for recording. These documents are real, meaningful, visible records certifying the actual happening of the transactions of financial nature. Some of the features of source documents are as follows:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>It is prepared when a transaction takes place.<\/li>\n\n\n\n<li>It is a written proof of the happening of a transaction in the business.<\/li>\n\n\n\n<li>It shows the complete description of the transaction.<\/li>\n\n\n\n<li>It is the basis for the preparation of vouchers.<\/li>\n\n\n\n<li>It helps in auditing and tax assessments.<\/li>\n<\/ul>\n\n\n\n<p>Some common source documents include:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Cash Memo: A document showing the amount, date, and details of cash purchases and cash sales.<\/li>\n\n\n\n<li>Invoice or Bill: Prepared by the trader or seller when goods are sold on credit, containing details about the name of the party to whom goods are sold, quantity, rate, and the total amount of sales.<\/li>\n\n\n\n<li>Receipt: An evidence of cash or cheque received by a trader on account of any transaction involving cash other than those concerned with cash sales or cash purchases.<\/li>\n\n\n\n<li>Pay-in-Slip: Used when cash or cheques are deposited in the bank, consisting of two parts\u2014main body and counterfoil.<\/li>\n\n\n\n<li>Cheque: A document in writing containing an order from a customer to a banker authorising him to pay a specified sum to the bearer or the person named in it.<\/li>\n\n\n\n<li>Debit Note: A document prepared by the customer when certain goods need to be returned to the vendor, indicating that the supplier&#8217;s account is being debited.<\/li>\n\n\n\n<li>Credit Note: A document issued by the seller\/vendor in response to the debit note received from the customer, showing that the latter&#8217;s account has been credited in the books.<\/li>\n<\/ul>\n\n\n\n<p><strong>2. Explain:<\/strong><\/p>\n\n\n\n<p><strong>i. What is a Cash Memo?<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: A Cash Memo is a document showing the amount, date, and details of cash purchases and cash sales. Cash Memos are received from suppliers when cash purchases are made and issued to customers when cash sales are made.<\/p>\n\n\n\n<p><strong>ii. What is an Invoice or Bill?<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: An Invoice or Bill is prepared by the trader or seller when goods are sold on credit. It contains details about the name of the party to whom goods are sold, quantity, rate, and the total amount of sales. Usually, invoices or bills are made in duplicate, with the original copy sent to the purchaser and the duplicate retained by the seller for recording in the books of accounts and future references.<\/p>\n\n\n\n<p><strong>iii. What is a Cheque?<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: A Cheque is a document in writing, containing an order from a customer to a banker, authorizing him to pay a specified sum to the bearer or the person named in it. The cheque must be dated and signed by the drawer. The counterfoil of the cheque or notes on the cheque book containing details of the payment is used for recording in the books of accounts.<\/p>\n\n\n\n<p><strong>iv. What is a Pay-in-Slip?<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: A Pay-in-Slip, also known as a deposit slip, is used when cash or cheques are deposited in the bank. It consists of two parts: the main body and the counterfoil. Both parts contain details regarding the date, amount of cash or cheque deposited, account number of the customer, and their signatures. The main body is retained by the bank, while the counterfoil, duly signed and stamped by the cashier, is returned to the customer and serves as the source document for recording deposits in the books of accounts.<\/p>\n\n\n\n<p><strong>v. What is a Receipt?<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: A Receipt is an evidence of cash or cheque received by a trader on account of any transaction involving cash other than those concerned with cash sales or cash purchases. Receipts are usually prepared in duplicate, with the original copy given to the person making the payment and the duplicate retained by the receiver of cash for future reference and record in the books of accounts. Receipts are serially numbered and contain the date, amount, name of the person, and nature of the payment.<\/p>\n\n\n\n<p><strong>vi. What is a Voucher?<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: A Voucher is a document prepared for the purpose of recording business transactions in the books of accounts. It includes receipts, cash memos, salary bills, invoices, wages bills, travelling allowance bills, registration deeds, etc. Vouchers are prepared by analyzing source documents, and entries are first recorded on vouchers before being passed into the Journal or books of original entry. Vouchers are printed by enterprises in their name, prepared by an accountant, and countersigned by an authorized person.<\/p>\n\n\n\n<p><strong>3. What do you mean by Transfer voucher? Why are they prepared? Give the contents of this voucher?<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: A Transfer voucher, also referred to as a Non-Cash Voucher, is a documentary evidence of all non-cash transactions of a business. These non-cash transactions include credit sales or purchases of goods, return of goods by customers, return of goods to suppliers, etc. Transfer vouchers are prepared to record such transactions that do not involve cash but still need to be documented for proper accounting.<\/p>\n\n\n\n<p>The contents of a Transfer Voucher or Non-Cash Voucher are as follows:<\/p>\n\n\n\n<p>(i) Name and Address of the Organisation.<br>(ii) Date of Preparing Voucher.<br>(iii) Accounting Voucher Number.<br>(iv) Title of the Account Debited\/Credited.<br>(v) Net Transaction Amount.<br>(vi) Narration, i.e., a brief description of the transaction.<br>(vii) Signature of the Person Preparing it.<br>(viii) Signature of the Authorised Signatory.<br>(ix) Supporting Voucher Number.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Practical_Problems\"><strong>Practical Problems<\/strong><\/h3>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Questions\"><strong>Questions<\/strong><\/h4>\n\n\n\n<p><strong>1. Suppose Grayson starts a new business and the following successive transactions take place : <\/strong><\/p>\n\n\n\n<p>Transaction 1 : Grayson started business with \u20b9 80,000 as capital. <br>Transaction 2 : Grayson purchased furniture for Cash \u20b9 7,000. <br>Transaction 3 : Grayson purchased goods for Cash \u20b9 30,000. <br>Transaction 4 : Grayson purchased goods on credit for \u20b9 12,000 . <br>Transaction 5 : Goods costing \u20b9 10,000 sold on credit for \u20b9 12,000 . <br>Transaction 6 : Paid \u20b9 2,000 for rent.<\/p>\n\n\n\n<p><strong>Solution<\/strong>: <a href=\"https:\/\/mockupbw.site\/2025\/onlinefreenotes\/source-documents-and-accounting-equation-nbse-class-9-bk\/#Solutions:\">Check below<\/a><\/p>\n\n\n\n<p><strong>2. Show the Accounting Equation on the basis of the following transactions and prepare a Balance Sheet on the basis of the last new equation :<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><tbody><tr><td>1.<\/td><td>Mani started business with cash<\/td><td>60,000<\/td><\/tr><tr><td>2.<\/td><td>Purchased goods for cash<\/td><td>15,000<\/td><\/tr><tr><td>3.<\/td><td>Purchased goods on credit<\/td><td>10,000<\/td><\/tr><tr><td>4.<\/td><td>Purchased furniture for cash<\/td><td>5,000<\/td><\/tr><tr><td>5.<\/td><td>Paid rent<\/td><td>1,000<\/td><\/tr><tr><td>6.<\/td><td>Received Commission<\/td><td>600<\/td><\/tr><tr><td>7.<\/td><td>Withdrew cash for private use<\/td><td>3,500<\/td><\/tr><tr><td>8.<\/td><td>Sold goods on credit (cost price \u20b9 20,000)<\/td><td>30,000<\/td><\/tr><tr><td>9.<\/td><td>Paid to creditors<\/td><td>7,000<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>Solution<\/strong>: <a href=\"https:\/\/mockupbw.site\/2025\/onlinefreenotes\/source-documents-and-accounting-equation-nbse-class-9-bk\/#Solutions:\">Check below<\/a><\/p>\n\n\n\n<p><strong>3. Prepare &#8216;Accounting Equation&#8217; from the following : <\/strong><\/p>\n\n\n\n<p>(a) Started business with cash \u20b9 1,50,000. <br>(b) Purchased goods for cash \u20b9 10,000 and on credit \u20b9 25,000.<br>(c) Sold goods for cash costing \u20b9 15,000 and on credit costing \u20b9 20,000 both at a profit of 20%.<\/p>\n\n\n\n<p><strong>Solution<\/strong>: <a href=\"https:\/\/mockupbw.site\/2025\/onlinefreenotes\/source-documents-and-accounting-equation-nbse-class-9-bk\/#Solutions:\">Check below<\/a><\/p>\n\n\n\n<p><strong>4. Show the effect of the following transactions on Assets, Liabilities and Capital through accounting equation : <\/strong><\/p>\n\n\n\n<p>(a) Started business with cash &#8230;..&nbsp;1,00,000<br>(b) Rent received &#8230;.. 12,000 <br>(c) Invested in shares &#8230;.. 58,000 <br>(d) Received dividend &#8230;.. 8,000 <br>(e) Purchased goods on credit from Aua &#8230;.. 22,000 <br>(f) Paid cash for household expenses &#8230;.. 5,000 <br>(g) Sold goods for cash (costing \u20b9 6,000) &#8230;.. 10,000 <br>(h) Cash paid to Aua &#8230;.. 20,000 <br>(i) Deposited into bank &#8230;.. 10,000<\/p>\n\n\n\n<p><strong>Solution<\/strong>: <a href=\"https:\/\/mockupbw.site\/2025\/onlinefreenotes\/source-documents-and-accounting-equation-nbse-class-9-bk\/#Solutions:\">Check below<\/a><\/p>\n\n\n\n<p><strong>5. Transactions of M\/s James Traders are given below :<\/strong><\/p>\n\n\n\n<p>Show the effects on Assets, Liabilities and Capital with the help of accounting equation. <\/p>\n\n\n\n<p>(a) Business started with cash &#8230;.. 1,30,000<br>(b) Purchased goods for cash &#8230;.. 55,000 <br>(c) Purchased furniture from Andrew Furniture &#8230;.. 20,000 <br>(d) Sold goods to Ethan Traders (Costing \u20b9 8,000 vide bill no. 5,674) &#8230;.. 10,000 <br>(e) Paid cartage &#8230;.. 200 <br>(f) Cash Paid to Andrew Furniture in full settlement &#8230;.. 19,800 <br>(g) Cash sales (costing \u20b9 7,000) &#8230;.. 10,000 <br>(h) Rent received &#8230;.. 3,000 <br>(i) Cash withdrew for personal use &#8230;.. 2,000<\/p>\n\n\n\n<p><strong>Solution<\/strong>: <a href=\"https:\/\/mockupbw.site\/2025\/onlinefreenotes\/source-documents-and-accounting-equation-nbse-class-9-bk\/#Solutions:\">Check below<\/a><\/p>\n\n\n\n<p><strong>6. Prove that Accounting Equation is satisfied in all the following transactions of Jexon Seth : <\/strong><\/p>\n\n\n\n<p>(i) Started business with Cash \u20b9 2,00,000. <br>(ii) Paid rent in advance \u20b9 4,000. <br>(iii) Purchased goods for cash \u20b9 60,000 and Credit \u20b9 30,000. <br>(iv) Sold goods for Cash \u20b9 90,000 costing \u20b9 45,000. <br>(v) Paid salary in cash \u20b9 4,000 and salary outstanding \u20b9 2,000.<br>(vi) Bought motor cycle for personal use \u20b9 40,000.<\/p>\n\n\n\n<p><strong>Solution<\/strong>: <a href=\"https:\/\/mockupbw.site\/2025\/onlinefreenotes\/source-documents-and-accounting-equation-nbse-class-9-bk\/#Solutions:\">Check below<\/a><\/p>\n\n\n\n<p><strong>7. Show the effect of following transactions on the accounting equation : <\/strong><\/p>\n\n\n\n<p>(a) Daniel started business with (i) Cash&nbsp;3,00,000&nbsp;(ii) Goods&nbsp;2,00,000&nbsp;(iii) Building&nbsp;1,50,000&nbsp;<br>(b) He purchased goods for cash 60,000 <br>(c) He sold goods for cash (costing \u20b9 20,000) 30,000 <br>(d) He purchased goods from Ryan 60,000 <br>(e) He sold goods to Jackson (costing \u20b9 70,000) 80,000 <br>(f) He paid cash to Ryan in full settlement 58,000 <br>(g) Salary paid by him 10,000 <br>(h) Received cash from Jackson in full settlement 79,000 <br>(i) Rent outstanding 2,000 <br>(j) Prepaid Insurance 1,000<br>(k) Commission received by him 10,000 <br>(l) Amount withdrawn by him for personal use 10,000 <br>(m) Depreciation charged on building 12,000 <br>(n) Fresh capital invested 60,000 <br>(o) Purchased goods from Aria 5,000<\/p>\n\n\n\n<p><strong>Solution<\/strong>: <a href=\"https:\/\/mockupbw.site\/2025\/onlinefreenotes\/source-documents-and-accounting-equation-nbse-class-9-bk\/#Solutions:\">Check below<\/a><\/p>\n\n\n\n<p><strong>8. Prove that the accounting equation is satisfied in all the following transactions of Akhil :<\/strong><\/p>\n\n\n\n<p>i. Started business with Cash \u20b9 60,000 and goods \u20b9 30,000 .<br>ii. Bought goods for Cash \u20b9 18,000 and on credit for \u20b9 12,000.<br>iii. Goods Costing \u20b9 27,000 sold at a profit of 33 1\/3%. Half the payment received in cash.<br>iv. Purchased furniture for office use \u20b9 5,000 and for household use of Akhil \u20b9 3,000 .<\/p>\n\n\n\n<p><strong>Solution<\/strong>: <a href=\"https:\/\/mockupbw.site\/2025\/onlinefreenotes\/source-documents-and-accounting-equation-nbse-class-9-bk\/#Solutions:\">Check below<\/a><\/p>\n\n\n\n<p><strong>9. If the Capital of a business is \u20b9 2,50,000 and outside liabilities are \u20b9 50,000, Calculate total assets of the business.<\/strong><\/p>\n\n\n\n<p><strong>Solution<\/strong>: <a href=\"https:\/\/mockupbw.site\/2025\/onlinefreenotes\/source-documents-and-accounting-equation-nbse-class-9-bk\/#Solutions:\">Check below<\/a><\/p>\n\n\n\n<p><strong>10. If total assets of a business are \u20b9 3,00,000 and net worth (Capital) is \u20b9 1,00,000, Calculate Creditors.<\/strong><\/p>\n\n\n\n<p><strong>Solution<\/strong>: <a href=\"https:\/\/mockupbw.site\/2025\/onlinefreenotes\/source-documents-and-accounting-equation-nbse-class-9-bk\/#Solutions:\">Check below<\/a><\/p>\n\n\n\n<p><strong>11. A commenced business on 1st April, 2020 with a Capital of \u20b9 6,00,000. On 31st March, 2021, his assets were worth \u20b9 8,20,000 and liabilities \u20b9 80,000 . Find out his closing capital and profits earned during the year.<\/strong><\/p>\n\n\n\n<p><strong>Solution<\/strong>: <a href=\"https:\/\/mockupbw.site\/2025\/onlinefreenotes\/source-documents-and-accounting-equation-nbse-class-9-bk\/#Solutions:\">Check below<\/a><\/p>\n\n\n\n<p><strong>12. (a) Owen started business on 1st April, 2021 with Capital of \u20b9 9,00,000 and a loan of \u20b9 1,00,000 taken from Punjab National Bank. On 31st March, 2022 his assets were \u20b9 18,00,000. Find out his Capital on 31st March, 2022 and profits made or losses incurred during the year 2022-23. <\/strong><\/p>\n\n\n\n<p><strong>Solution<\/strong>: <a href=\"https:\/\/mockupbw.site\/2025\/onlinefreenotes\/source-documents-and-accounting-equation-nbse-class-9-bk\/#Solutions:\">Check below<\/a><\/p>\n\n\n\n<p><strong>(b) If in the above question, the proprietor had introduced additional capital of \u20b9 1,20,000 and had withdrawn \u20b9 30,000 for personal purposes, find out the profit.<\/strong><\/p>\n\n\n\n<p><strong>Solution<\/strong>: <a href=\"https:\/\/mockupbw.site\/2025\/onlinefreenotes\/source-documents-and-accounting-equation-nbse-class-9-bk\/#Solutions:\">Check below<\/a><\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Solutions:\"><strong>Solutions<\/strong><\/h4>\n\n\n\n<div class=\"wp-block-group alignwide\"><div class=\"wp-block-group__inner-container is-layout-flow wp-block-group-is-layout-flow\">\n<p><strong>1. Solution:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><thead><tr><th>No.<\/th><th>Transactions<\/th><th><strong>Assets<\/strong><\/th><th><\/th><th><\/th><th><\/th><th><\/th><th><strong>Liabilities<\/strong><\/th><th><\/th><th><strong>Capital<\/strong><\/th><\/tr><\/thead><tbody><tr><td><\/td><td><\/td><td><strong>Cash<\/strong><\/td><td><strong>Furniture<\/strong><\/td><td><strong>Stock<\/strong><\/td><td><strong>Debtors<\/strong><\/td><td><\/td><td><strong>Creditors<\/strong><\/td><td><\/td><td><strong>Capital<\/strong><\/td><\/tr><tr><td>1.<\/td><td>Started business with cash<\/td><td>80,000<\/td><td>0<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td>0<\/td><td>+<\/td><td>80,000<\/td><\/tr><tr><td><strong>New Equation<\/strong><\/td><td><\/td><td>80,000<\/td><td>0<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td>0<\/td><td>+<\/td><td>80,000<\/td><\/tr><tr><td>2.<\/td><td>Purchased furniture for cash<\/td><td>-7,000<\/td><td>+7,000<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td>0<\/td><td>+<\/td><td>0<\/td><\/tr><tr><td><strong>New Equation<\/strong><\/td><td><\/td><td>73,000<\/td><td>7,000<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td>0<\/td><td>+<\/td><td>80,000<\/td><\/tr><tr><td>3.<\/td><td>Purchased goods for cash<\/td><td>-30,000<\/td><td>0<\/td><td>+30,000<\/td><td>0<\/td><td>=<\/td><td>0<\/td><td>+<\/td><td>0<\/td><\/tr><tr><td><strong>New Equation<\/strong><\/td><td><\/td><td>43,000<\/td><td>7,000<\/td><td>30,000<\/td><td>0<\/td><td>=<\/td><td>0<\/td><td>+<\/td><td>80,000<\/td><\/tr><tr><td>4.<\/td><td>Purchased goods on credit<\/td><td>0<\/td><td>0<\/td><td>+12,000<\/td><td>0<\/td><td>=<\/td><td>+12,000<\/td><td>+<\/td><td>0<\/td><\/tr><tr><td><strong>New Equation<\/strong><\/td><td><\/td><td>43,000<\/td><td>7,000<\/td><td>42,000<\/td><td>0<\/td><td>=<\/td><td>12,000<\/td><td>+<\/td><td>80,000<\/td><\/tr><tr><td>5.<\/td><td>Goods costing \u20b9 10,000 sold on credit for \u20b9 12,000<\/td><td>0<\/td><td>0<\/td><td>-10,000<\/td><td>+12,000<\/td><td>=<\/td><td>0<\/td><td>+<\/td><td>2,000<\/td><\/tr><tr><td><strong>New Equation<\/strong><\/td><td><\/td><td>43,000<\/td><td>7,000<\/td><td>32,000<\/td><td>12,000<\/td><td>=<\/td><td>12,000<\/td><td>+<\/td><td>82,000<\/td><\/tr><tr><td>6.<\/td><td>Paid rent<\/td><td>-2,000<\/td><td>0<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td>0<\/td><td>+<\/td><td>-2,000<\/td><\/tr><tr><td><strong>New Equation<\/strong><\/td><td><\/td><td>41,000<\/td><td>7,000<\/td><td>32,000<\/td><td>12,000<\/td><td>=<\/td><td>12,000<\/td><td>+<\/td><td>80,000<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"has-text-align-center\"><strong>Balance sheet of Grayson as on&#8230;<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><thead><tr><th class=\"has-text-align-left\" data-align=\"left\"><strong>Liabilities<\/strong><\/th><th class=\"has-text-align-left\" data-align=\"left\">\u20b9<\/th><th class=\"has-text-align-left\" data-align=\"left\"><strong>Assets<\/strong><\/th><th class=\"has-text-align-left\" data-align=\"left\">\u20b9<\/th><\/tr><\/thead><tbody><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>Capital<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\">80,000<\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>Cash in Hand<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\">41,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>Creditors<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\">12,000<\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>Furniture<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\">7,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>Stock<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\">32,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>Debtors<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\">12,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>Total<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>92,000<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>Total<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>92,000<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>2. Solution:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><thead><tr><th>No.<\/th><th>Transactions<\/th><th><strong>Assets<\/strong><\/th><th><\/th><th><\/th><th><\/th><th><\/th><th><\/th><th><strong>Liabilities<\/strong><\/th><th><strong>Capital<\/strong><\/th><\/tr><\/thead><tbody><tr><td><\/td><td><\/td><td><strong>Cash<\/strong><\/td><td><strong>Furniture<\/strong><\/td><td><strong>Stock<\/strong><\/td><td><strong>Debtors<\/strong><\/td><td><\/td><td><\/td><td><strong>Creditors<\/strong><\/td><td><strong>Capital<\/strong><\/td><\/tr><tr><td>1.<\/td><td>Started business with cash<\/td><td>60,000<\/td><td>0<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td>0<\/td><td>+<\/td><td>60,000<\/td><\/tr><tr><td><strong>New Equation<\/strong><\/td><td><\/td><td>60,000<\/td><td>0<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td>0<\/td><td>+<\/td><td>60,000<\/td><\/tr><tr><td>2.<\/td><td>Purchased goods for cash<\/td><td>-15,000<\/td><td>0<\/td><td>+15,000<\/td><td>0<\/td><td>=<\/td><td>0<\/td><td>+<\/td><td>0<\/td><\/tr><tr><td><strong>New Equation<\/strong><\/td><td><\/td><td>45,000<\/td><td>0<\/td><td>15,000<\/td><td>0<\/td><td>=<\/td><td>0<\/td><td>+<\/td><td>60,000<\/td><\/tr><tr><td>3.<\/td><td>Purchased goods on credit<\/td><td>0<\/td><td>0<\/td><td>+10,000<\/td><td>0<\/td><td>=<\/td><td>+10,000<\/td><td>+<\/td><td>0<\/td><\/tr><tr><td><strong>New Equation<\/strong><\/td><td><\/td><td>45,000<\/td><td>0<\/td><td>25,000<\/td><td>0<\/td><td>=<\/td><td>10,000<\/td><td>+<\/td><td>60,000<\/td><\/tr><tr><td>4.<\/td><td>Purchased furniture for cash<\/td><td>-5,000<\/td><td>+5,000<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td>0<\/td><td>+<\/td><td>0<\/td><\/tr><tr><td><strong>New Equation<\/strong><\/td><td><\/td><td>40,000<\/td><td>5,000<\/td><td>25,000<\/td><td>0<\/td><td>=<\/td><td>10,000<\/td><td>+<\/td><td>60,000<\/td><\/tr><tr><td>5.<\/td><td>Paid rent<\/td><td>-1,000<\/td><td>0<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td>0<\/td><td>+<\/td><td>-1,000<\/td><\/tr><tr><td><strong>New Equation<\/strong><\/td><td><\/td><td>39,000<\/td><td>5,000<\/td><td>25,000<\/td><td>0<\/td><td>=<\/td><td>10,000<\/td><td>+<\/td><td>59,000<\/td><\/tr><tr><td>6.<\/td><td>Received commission<\/td><td>+600<\/td><td>0<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td>0<\/td><td>+<\/td><td>+600<\/td><\/tr><tr><td><strong>New Equation<\/strong><\/td><td><\/td><td>39,600<\/td><td>5,000<\/td><td>25,000<\/td><td>0<\/td><td>=<\/td><td>10,000<\/td><td>+<\/td><td>59,600<\/td><\/tr><tr><td>7.<\/td><td>Withdrew cash for private use<\/td><td>-3,500<\/td><td>0<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td>0<\/td><td>+<\/td><td>-3,500<\/td><\/tr><tr><td><strong>New Equation<\/strong><\/td><td><\/td><td>36,100<\/td><td>5,000<\/td><td>25,000<\/td><td>0<\/td><td>=<\/td><td>10,000<\/td><td>+<\/td><td>56,100<\/td><\/tr><tr><td>8.<\/td><td>Sold goods on credit (Cost \u20b9 20,000)<\/td><td>0<\/td><td>0<\/td><td>-20,000<\/td><td>+30,000<\/td><td>=<\/td><td>0<\/td><td>+<\/td><td>+10,000<\/td><\/tr><tr><td><strong>New Equation<\/strong><\/td><td><\/td><td>36,100<\/td><td>5,000<\/td><td>5,000<\/td><td>30,000<\/td><td>=<\/td><td>10,000<\/td><td>+<\/td><td>66,100<\/td><\/tr><tr><td>9.<\/td><td>Paid to creditors<\/td><td>-7,000<\/td><td>0<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td>-7,000<\/td><td>+<\/td><td>0<\/td><\/tr><tr><td><strong>New Equation<\/strong><\/td><td><\/td><td>29,100<\/td><td>5,000<\/td><td>5,000<\/td><td>30,000<\/td><td>=<\/td><td>3,000<\/td><td>+<\/td><td>66,100<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"has-text-align-center\"><strong>BALANCE SHEET OF MANI<\/strong> <strong>as at&#8230;<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><thead><tr><th class=\"has-text-align-left\" data-align=\"left\"><strong>Liabilities<\/strong><\/th><th class=\"has-text-align-left\" data-align=\"left\">\u20b9<\/th><th class=\"has-text-align-left\" data-align=\"left\"><strong>Assets<\/strong><\/th><th class=\"has-text-align-left\" data-align=\"left\">\u20b9<\/th><\/tr><\/thead><tbody><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>Capital<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\">66,100<\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>Cash in Hand<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\">29,100<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>Creditors<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\">3,000<\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>Furniture<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\">5,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>Stock<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\">5,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>Debtors<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\">30,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>Total<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>69,100<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>Total<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>69,100<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>3. Solution:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><thead><tr><th class=\"has-text-align-left\" data-align=\"left\">No.<\/th><th class=\"has-text-align-left\" data-align=\"left\">Transactions<\/th><th class=\"has-text-align-left\" data-align=\"left\"><strong>Assets<\/strong><\/th><th><\/th><th><\/th><th><\/th><th class=\"has-text-align-left\" data-align=\"left\"><strong>Liabilities<\/strong><\/th><th><\/th><th class=\"has-text-align-left\" data-align=\"left\"><strong>Capital<\/strong><\/th><\/tr><\/thead><tbody><tr><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>Cash<\/strong><\/td><td><strong>Stock<\/strong><\/td><td><strong>Debtors<\/strong><\/td><td><\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>Creditors<\/strong><\/td><td><\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>Capital<\/strong><\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">1.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Started business with cash<\/td><td class=\"has-text-align-left\" data-align=\"left\">1,50,000<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">1,50,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">1,50,000<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">1,50,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">2.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Purchased goods for cash<\/td><td class=\"has-text-align-left\" data-align=\"left\">-10,000<\/td><td>+10,000<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">Purchased goods on credit<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>+25,000<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">+25,000<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">1,40,000<\/td><td>35,000<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">25,000<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">1,50,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">3.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Sold goods for cash (Cost \u20b9 15,000, Profit 20%)<\/td><td class=\"has-text-align-left\" data-align=\"left\">+18,000<\/td><td>-15,000<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">3,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">Sold goods on credit (Cost \u20b9 20,000, Profit 20%)<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>-20,000<\/td><td>+24,000<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">4,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">1,58,000<\/td><td>0<\/td><td>24,000<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">25,000<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">1,57,000<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<p class=\"has-text-align-center\"><strong>BALANCE SHEET<\/strong> <strong>as at&#8230;<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><thead><tr><th class=\"has-text-align-left\" data-align=\"left\"><strong>Liabilities<\/strong><\/th><th class=\"has-text-align-left\" data-align=\"left\">\u20b9<\/th><th class=\"has-text-align-left\" data-align=\"left\"><strong>Assets<\/strong><\/th><th class=\"has-text-align-left\" data-align=\"left\">\u20b9<\/th><\/tr><\/thead><tbody><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>Capital<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\">1,57,000<\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>Cash in Hand<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\">1,58,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>Creditors<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\">25,000<\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>Debtors<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\">24,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>Total<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>1,82,000<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>Total<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>1,82,000<\/strong><\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>4. Solution:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><thead><tr><th class=\"has-text-align-left\" data-align=\"left\">No.<\/th><th class=\"has-text-align-left\" data-align=\"left\">Transactions<\/th><th class=\"has-text-align-left\" data-align=\"left\"><strong>Assets<\/strong><\/th><th><\/th><th><\/th><th><\/th><th><\/th><th class=\"has-text-align-left\" data-align=\"left\"><strong>Liabilities<\/strong><\/th><th><\/th><th class=\"has-text-align-left\" data-align=\"left\"><strong>Capital<\/strong><\/th><\/tr><\/thead><tbody><tr><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>Cash<\/strong><\/td><td><strong>Investment<\/strong><\/td><td><strong>Stock<\/strong><\/td><td><strong>Bank<\/strong><\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>Creditors<\/strong><\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>Capital<\/strong><\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">1.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Started business with cash<\/td><td class=\"has-text-align-left\" data-align=\"left\">1,00,000<\/td><td>0<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">1,00,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">1,00,000<\/td><td>0<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">1,00,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">2.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Rent received<\/td><td class=\"has-text-align-left\" data-align=\"left\">+12,000<\/td><td>0<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">12,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">1,12,000<\/td><td>0<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">1,12,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">3.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Invested in shares<\/td><td class=\"has-text-align-left\" data-align=\"left\">-58,000<\/td><td>+58,000<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">54,000<\/td><td>58,000<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">1,12,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">4.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Received dividend<\/td><td class=\"has-text-align-left\" data-align=\"left\">+8,000<\/td><td>0<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">8,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">62,000<\/td><td>58,000<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">1,20,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">5.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Purchased goods on credit from Aua<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>0<\/td><td>+22,000<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">+22,000<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">62,000<\/td><td>58,000<\/td><td>22,000<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">22,000<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">1,20,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">6.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Paid cash for household expenses<\/td><td class=\"has-text-align-left\" data-align=\"left\">-5,000<\/td><td>0<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">-5,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">57,000<\/td><td>58,000<\/td><td>22,000<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">22,000<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">1,15,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">7.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Sold goods for cash (costing \u20b9 6,000)<\/td><td class=\"has-text-align-left\" data-align=\"left\">+10,000<\/td><td>0<\/td><td>-6,000<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">4,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">67,000<\/td><td>58,000<\/td><td>16,000<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">22,000<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">1,19,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">8.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Cash paid to Aua<\/td><td class=\"has-text-align-left\" data-align=\"left\">-20,000<\/td><td>0<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">-20,000<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">47,000<\/td><td>58,000<\/td><td>16,000<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">2,000<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">1,19,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">9.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Deposited into bank<\/td><td class=\"has-text-align-left\" data-align=\"left\">-10,000<\/td><td>0<\/td><td>0<\/td><td>+10,000<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">37,000<\/td><td>58,000<\/td><td>16,000<\/td><td>10,000<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">2,000<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">1,19,000<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>5. Solution:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><thead><tr><th class=\"has-text-align-left\" data-align=\"left\">No.<\/th><th class=\"has-text-align-left\" data-align=\"left\">Transactions<\/th><th class=\"has-text-align-left\" data-align=\"left\"><strong>Assets<\/strong><\/th><th><\/th><th><\/th><th><\/th><th><\/th><th><strong>Liabilities<\/strong><\/th><th class=\"has-text-align-left\" data-align=\"left\"><\/th><th class=\"has-text-align-left\" data-align=\"left\"><strong>Capital<\/strong><\/th><\/tr><\/thead><tbody><tr><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>Cash<\/strong><\/td><td><strong>Furniture<\/strong><\/td><td><strong>Stock<\/strong><\/td><td><strong>Debtors<\/strong><\/td><td><\/td><td><strong>Creditors<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>Capital<\/strong><\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">1.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Business started with cash<\/td><td class=\"has-text-align-left\" data-align=\"left\">1,30,000<\/td><td>0<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td>0<\/td><td class=\"has-text-align-left\" data-align=\"left\">+<\/td><td class=\"has-text-align-left\" data-align=\"left\">1,30,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">1,30,000<\/td><td>0<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td>0<\/td><td class=\"has-text-align-left\" data-align=\"left\">+<\/td><td class=\"has-text-align-left\" data-align=\"left\">1,30,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">2.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Purchased goods for cash<\/td><td class=\"has-text-align-left\" data-align=\"left\">-55,000<\/td><td>0<\/td><td>+55,000<\/td><td>0<\/td><td>=<\/td><td>0<\/td><td class=\"has-text-align-left\" data-align=\"left\">+<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">75,000<\/td><td>0<\/td><td>55,000<\/td><td>0<\/td><td>=<\/td><td>0<\/td><td class=\"has-text-align-left\" data-align=\"left\">+<\/td><td class=\"has-text-align-left\" data-align=\"left\">1,30,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">3.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Purchased furniture from Andrew Furniture<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>+20,000<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td>+20,000<\/td><td class=\"has-text-align-left\" data-align=\"left\">+<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">75,000<\/td><td>20,000<\/td><td>55,000<\/td><td>0<\/td><td>=<\/td><td>20,000<\/td><td class=\"has-text-align-left\" data-align=\"left\">+<\/td><td class=\"has-text-align-left\" data-align=\"left\">1,30,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">4.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Sold goods to Ethan Traders (Costing \u20b9 8,000 vide bill no. 5,674)<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>0<\/td><td>-8,000<\/td><td>+10,000<\/td><td>=<\/td><td>0<\/td><td class=\"has-text-align-left\" data-align=\"left\">+<\/td><td class=\"has-text-align-left\" data-align=\"left\">2,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">75,000<\/td><td>20,000<\/td><td>47,000<\/td><td>10,000<\/td><td>=<\/td><td>20,000<\/td><td class=\"has-text-align-left\" data-align=\"left\">+<\/td><td class=\"has-text-align-left\" data-align=\"left\">1,32,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">5.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Paid cartage<\/td><td class=\"has-text-align-left\" data-align=\"left\">-200<\/td><td>0<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td>0<\/td><td class=\"has-text-align-left\" data-align=\"left\">+<\/td><td class=\"has-text-align-left\" data-align=\"left\">-200<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">74,800<\/td><td>20,000<\/td><td>47,000<\/td><td>10,000<\/td><td>=<\/td><td>20,000<\/td><td class=\"has-text-align-left\" data-align=\"left\">+<\/td><td class=\"has-text-align-left\" data-align=\"left\">1,31,800<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">6.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Cash paid to Andrew Furniture in full settlement<\/td><td class=\"has-text-align-left\" data-align=\"left\">-19,800<\/td><td>0<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td>-20,000<\/td><td class=\"has-text-align-left\" data-align=\"left\">+<\/td><td class=\"has-text-align-left\" data-align=\"left\">200<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">55,000<\/td><td>20,000<\/td><td>47,000<\/td><td>10,000<\/td><td>=<\/td><td>0<\/td><td class=\"has-text-align-left\" data-align=\"left\">+<\/td><td class=\"has-text-align-left\" data-align=\"left\">1,32,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">7.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Cash sales (costing \u20b9 7,000)<\/td><td class=\"has-text-align-left\" data-align=\"left\">+10,000<\/td><td>0<\/td><td>-7,000<\/td><td>0<\/td><td>=<\/td><td>0<\/td><td class=\"has-text-align-left\" data-align=\"left\">+<\/td><td class=\"has-text-align-left\" data-align=\"left\">3,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">65,000<\/td><td>20,000<\/td><td>40,000<\/td><td>10,000<\/td><td>=<\/td><td>0<\/td><td class=\"has-text-align-left\" data-align=\"left\">+<\/td><td class=\"has-text-align-left\" data-align=\"left\">1,35,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">8.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Rent received<\/td><td class=\"has-text-align-left\" data-align=\"left\">+3,000<\/td><td>0<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td>0<\/td><td class=\"has-text-align-left\" data-align=\"left\">+<\/td><td class=\"has-text-align-left\" data-align=\"left\">3,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">68,000<\/td><td>20,000<\/td><td>40,000<\/td><td>10,000<\/td><td>=<\/td><td>0<\/td><td class=\"has-text-align-left\" data-align=\"left\">+<\/td><td class=\"has-text-align-left\" data-align=\"left\">1,38,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">9.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Cash withdrew for personal use<\/td><td class=\"has-text-align-left\" data-align=\"left\">-2,000<\/td><td>0<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td>0<\/td><td class=\"has-text-align-left\" data-align=\"left\">+<\/td><td class=\"has-text-align-left\" data-align=\"left\">-2,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">66,000<\/td><td>20,000<\/td><td>40,000<\/td><td>10,000<\/td><td>=<\/td><td>0<\/td><td class=\"has-text-align-left\" data-align=\"left\">+<\/td><td class=\"has-text-align-left\" data-align=\"left\">1,36,000<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>6. Solution:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><thead><tr><th class=\"has-text-align-left\" data-align=\"left\">No.<\/th><th class=\"has-text-align-left\" data-align=\"left\">Transactions<\/th><th class=\"has-text-align-left\" data-align=\"left\"><strong>Assets<\/strong><\/th><th><\/th><th><\/th><th><\/th><th class=\"has-text-align-left\" data-align=\"left\"><strong>Liabilities<\/strong><\/th><th><\/th><th class=\"has-text-align-left\" data-align=\"left\"><strong>Capital<\/strong><\/th><\/tr><\/thead><tbody><tr><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>Cash<\/strong><\/td><td><strong>Stock<\/strong><\/td><td><strong>Prepaid Expenses<\/strong><\/td><td><\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>Creditors<\/strong><\/td><td><strong>Outstanding Expenses<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>Capital<\/strong><\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">1.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Started business with cash<\/td><td class=\"has-text-align-left\" data-align=\"left\">2,00,000<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">2,00,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">2,00,000<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">2,00,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">2.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Paid rent in advance<\/td><td class=\"has-text-align-left\" data-align=\"left\">-4,000<\/td><td>0<\/td><td>+4,000<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">1,96,000<\/td><td>0<\/td><td>4,000<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">2,00,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">3.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Purchased goods for cash and on credit<\/td><td class=\"has-text-align-left\" data-align=\"left\">-60,000<\/td><td>+90,000<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">+30,000<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">1,36,000<\/td><td>90,000<\/td><td>4,000<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">30,000<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">2,00,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">4.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Sold goods for cash (costing \u20b9 45,000)<\/td><td class=\"has-text-align-left\" data-align=\"left\">+90,000<\/td><td>-45,000<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">+45,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">2,26,000<\/td><td>45,000<\/td><td>4,000<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">30,000<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">2,45,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">5.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Paid salary in cash and salary outstanding<\/td><td class=\"has-text-align-left\" data-align=\"left\">-4,000<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">+2,000<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">-4,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">2,22,000<\/td><td>45,000<\/td><td>4,000<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">30,000<\/td><td>+2,000<\/td><td class=\"has-text-align-left\" data-align=\"left\">2,41,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">6.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Bought motor cycle for personal use<\/td><td class=\"has-text-align-left\" data-align=\"left\">-40,000<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">-40,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">1,82,000<\/td><td>45,000<\/td><td>4,000<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">30,000<\/td><td>+2,000<\/td><td class=\"has-text-align-left\" data-align=\"left\">1,99,000<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>7. Solution:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><thead><tr><th class=\"has-text-align-left\" data-align=\"left\">No.<\/th><th class=\"has-text-align-left\" data-align=\"left\">Transactions<\/th><th class=\"has-text-align-left\" data-align=\"left\"><strong>Assets<\/strong><\/th><th><\/th><th><\/th><th><\/th><th><\/th><th><\/th><th class=\"has-text-align-left\" data-align=\"left\"><strong>Liabilities<\/strong><\/th><th><\/th><th class=\"has-text-align-left\" data-align=\"left\"><strong>Capital<\/strong><\/th><\/tr><\/thead><tbody><tr><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>Cash<\/strong><\/td><td><strong>Building<\/strong><\/td><td><strong>Stock<\/strong><\/td><td><strong>Debtors<\/strong><\/td><td><strong>Prepaid Expenses<\/strong><\/td><td><\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>Creditors<\/strong><\/td><td><strong>Outstanding Expenses<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>Daniel&#8217;s Capital<\/strong><\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">1.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Started business with: (i) Cash 3,00,000 (ii) Goods 2,00,000 (iii) Building 1,50,000<\/td><td class=\"has-text-align-left\" data-align=\"left\">3,00,000<\/td><td>1,50,000<\/td><td>2,00,000<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>0<\/td><td class=\"has-text-align-left\" data-align=\"left\">+ 6,50,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">3,00,000<\/td><td>1,50,000<\/td><td>2,00,000<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>0<\/td><td class=\"has-text-align-left\" data-align=\"left\">+ 6,50,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">2.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Purchased goods for cash<\/td><td class=\"has-text-align-left\" data-align=\"left\">-60,000<\/td><td>0<\/td><td>+60,000<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>0<\/td><td class=\"has-text-align-left\" data-align=\"left\">+ 0<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">2,40,000<\/td><td>1,50,000<\/td><td>2,60,000<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>0<\/td><td class=\"has-text-align-left\" data-align=\"left\">+ 6,50,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">3.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Sold goods for cash (costing \u20b9 20,000) for \u20b9 30,000<\/td><td class=\"has-text-align-left\" data-align=\"left\">+30,000<\/td><td>0<\/td><td>-20,000<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>0<\/td><td class=\"has-text-align-left\" data-align=\"left\">+ 10,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">2,70,000<\/td><td>1,50,000<\/td><td>2,40,000<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>0<\/td><td class=\"has-text-align-left\" data-align=\"left\">+ 6,60,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">4.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Purchased goods from Ryan on credit<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>0<\/td><td>+60,000<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">+60,000<\/td><td>0<\/td><td class=\"has-text-align-left\" data-align=\"left\">+ 0<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">2,70,000<\/td><td>1,50,000<\/td><td>3,00,000<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">60,000<\/td><td>0<\/td><td class=\"has-text-align-left\" data-align=\"left\">+ 6,60,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">5.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Sold goods to Jackson (costing \u20b9 70,000) for \u20b9 80,000<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>0<\/td><td>-70,000<\/td><td>+80,000<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>0<\/td><td class=\"has-text-align-left\" data-align=\"left\">+ 10,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">2,70,000<\/td><td>1,50,000<\/td><td>2,30,000<\/td><td>80,000<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">60,000<\/td><td>0<\/td><td class=\"has-text-align-left\" data-align=\"left\">+ 6,70,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">6.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Paid cash to Ryan in full settlement<\/td><td class=\"has-text-align-left\" data-align=\"left\">-58,000<\/td><td>0<\/td><td>0<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">-60,000<\/td><td>0<\/td><td class=\"has-text-align-left\" data-align=\"left\">+ 2,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">2,12,000<\/td><td>1,50,000<\/td><td>2,30,000<\/td><td>80,000<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>0<\/td><td class=\"has-text-align-left\" data-align=\"left\">+ 6,72,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">7.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Salary paid<\/td><td class=\"has-text-align-left\" data-align=\"left\">-10,000<\/td><td>0<\/td><td>0<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>0<\/td><td class=\"has-text-align-left\" data-align=\"left\">-10,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">2,02,000<\/td><td>1,50,000<\/td><td>2,30,000<\/td><td>80,000<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>0<\/td><td class=\"has-text-align-left\" data-align=\"left\">+ 6,62,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">8.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Received cash from Jackson in full settlement<\/td><td class=\"has-text-align-left\" data-align=\"left\">+79,000<\/td><td>0<\/td><td>0<\/td><td>-80,000<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>0<\/td><td class=\"has-text-align-left\" data-align=\"left\">+ 1,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">2,81,000<\/td><td>1,50,000<\/td><td>2,30,000<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>0<\/td><td class=\"has-text-align-left\" data-align=\"left\">+ 6,63,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">9.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Rent outstanding<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>0<\/td><td>0<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>+2,000<\/td><td class=\"has-text-align-left\" data-align=\"left\">-2,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">2,81,000<\/td><td>1,50,000<\/td><td>2,30,000<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>2,000<\/td><td class=\"has-text-align-left\" data-align=\"left\">+ 6,61,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">10.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Prepaid Insurance<\/td><td class=\"has-text-align-left\" data-align=\"left\">-1,000<\/td><td>0<\/td><td>0<\/td><td>0<\/td><td>+1,000<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>0<\/td><td class=\"has-text-align-left\" data-align=\"left\">+ 0<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">2,80,000<\/td><td>1,50,000<\/td><td>2,30,000<\/td><td>0<\/td><td>1,000<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>2,000<\/td><td class=\"has-text-align-left\" data-align=\"left\">+ 6,61,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">11.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Commission received<\/td><td class=\"has-text-align-left\" data-align=\"left\">+10,000<\/td><td>0<\/td><td>0<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>0<\/td><td class=\"has-text-align-left\" data-align=\"left\">+ 10,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">2,90,000<\/td><td>1,50,000<\/td><td>2,30,000<\/td><td>0<\/td><td>1,000<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>2,000<\/td><td class=\"has-text-align-left\" data-align=\"left\">+ 6,71,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">12.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Amount withdrawn for personal use<\/td><td class=\"has-text-align-left\" data-align=\"left\">-10,000<\/td><td>0<\/td><td>0<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>0<\/td><td class=\"has-text-align-left\" data-align=\"left\">-10,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">2,80,000<\/td><td>1,50,000<\/td><td>2,30,000<\/td><td>0<\/td><td>1,000<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>2,000<\/td><td class=\"has-text-align-left\" data-align=\"left\">+ 6,61,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">13.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Depreciation charged on building<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>-12,000<\/td><td>0<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>0<\/td><td class=\"has-text-align-left\" data-align=\"left\">-12,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">2,80,000<\/td><td>1,38,000<\/td><td>2,30,000<\/td><td>0<\/td><td>1,000<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>2,000<\/td><td class=\"has-text-align-left\" data-align=\"left\">+ 6,49,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">14.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Fresh capital invested<\/td><td class=\"has-text-align-left\" data-align=\"left\">+60,000<\/td><td>0<\/td><td>0<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>0<\/td><td class=\"has-text-align-left\" data-align=\"left\">+60,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">3,40,000<\/td><td>1,38,000<\/td><td>2,30,000<\/td><td>0<\/td><td>1,000<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>2,000<\/td><td class=\"has-text-align-left\" data-align=\"left\">+ 7,09,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">15.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Purchased goods from Aria on credit<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>0<\/td><td>+5,000<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">+5,000<\/td><td>0<\/td><td class=\"has-text-align-left\" data-align=\"left\">+ 0<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>Final Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">3,40,000<\/td><td>1,38,000<\/td><td>2,35,000<\/td><td>0<\/td><td>1,000<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">5,000<\/td><td>2,000<\/td><td class=\"has-text-align-left\" data-align=\"left\">+ 7,09,000<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>8. Solution:<\/strong><\/p>\n\n\n\n<figure class=\"wp-block-table is-style-stripes\"><table><thead><tr><th class=\"has-text-align-left\" data-align=\"left\">No.<\/th><th class=\"has-text-align-left\" data-align=\"left\">Transactions<\/th><th class=\"has-text-align-left\" data-align=\"left\"><strong>Assets<\/strong><\/th><th><\/th><th><\/th><th><\/th><th><\/th><th class=\"has-text-align-left\" data-align=\"left\"><strong>Liabilities<\/strong><\/th><th><\/th><th class=\"has-text-align-left\" data-align=\"left\"><strong>Capital<\/strong><\/th><\/tr><\/thead><tbody><tr><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>Cash<\/strong><\/td><td><strong>Stock<\/strong><\/td><td><strong>Debtors<\/strong><\/td><td><strong>Furniture<\/strong><\/td><td><\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>Creditors<\/strong><\/td><td><\/td><td class=\"has-text-align-left\" data-align=\"left\"><strong>Capital<\/strong><\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">i.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Started business with cash and goods<\/td><td class=\"has-text-align-left\" data-align=\"left\">60,000<\/td><td>30,000<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">90,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">60,000<\/td><td>30,000<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">90,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">ii.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Bought goods for cash and on credit<\/td><td class=\"has-text-align-left\" data-align=\"left\">-18,000<\/td><td>+30,000<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">+12,000<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">42,000<\/td><td>60,000<\/td><td>0<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">12,000<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">90,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">iii.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Goods costing \u20b9 27,000 sold at a profit of 33\u2153% (i.e. \u20b9 9,000). Half received in cash, rest on credit<\/td><td class=\"has-text-align-left\" data-align=\"left\">+18,000<\/td><td>-27,000<\/td><td>+18,000<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">9,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">60,000<\/td><td>33,000<\/td><td>18,000<\/td><td>0<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">12,000<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">99,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\">iv.<\/td><td class=\"has-text-align-left\" data-align=\"left\">Purchased furniture for office use and household use (Household use deducted from capital)<\/td><td class=\"has-text-align-left\" data-align=\"left\">-5,000<\/td><td>0<\/td><td>0<\/td><td>+5,000<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">0<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">-3,000<\/td><\/tr><tr><td class=\"has-text-align-left\" data-align=\"left\"><strong>New Equation<\/strong><\/td><td class=\"has-text-align-left\" data-align=\"left\"><\/td><td class=\"has-text-align-left\" data-align=\"left\">52,000<\/td><td>33,000<\/td><td>18,000<\/td><td>5,000<\/td><td>=<\/td><td class=\"has-text-align-left\" data-align=\"left\">12,000<\/td><td>+<\/td><td class=\"has-text-align-left\" data-align=\"left\">96,000<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p><strong>9. Solution:<\/strong> Given:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Capital = \u20b9 2,50,000<\/li>\n\n\n\n<li>Liabilities = \u20b9 50,000<\/li>\n<\/ul>\n\n\n\n<p><strong>Formula:<\/strong><br>Total Assets = Capital + Liabilities<\/p>\n\n\n\n<p><strong>Calculation:<\/strong><br>Total Assets = 2,50,000 + 50,000<br>Total Assets = \u20b9 3,00,000<\/p>\n\n\n\n<p>Thus, the total assets of the business are \u20b9 3,00,000.<\/p>\n\n\n\n<p><strong>10. Solution:<\/strong> Given:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Total Assets = \u20b9 3,00,000<\/li>\n\n\n\n<li>Capital (Net Worth) = \u20b9 1,00,000<\/li>\n<\/ul>\n\n\n\n<p><strong>Formula:<\/strong><br>Liabilities (Creditors) = Total Assets &#8211; Capital<\/p>\n\n\n\n<p><strong>Calculation:<\/strong><br>Creditors = 3,00,000 &#8211; 1,00,000<br>Creditors = \u20b9 2,00,000<\/p>\n\n\n\n<p>Thus, the amount of creditors is \u20b9 2,00,000.<\/p>\n\n\n\n<p><strong>11. Solution:<\/strong> Given:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Opening Capital = \u20b9 6,00,000<\/li>\n\n\n\n<li>Total Assets on 31st March, 2021 = \u20b9 8,20,000<\/li>\n\n\n\n<li>Liabilities on 31st March, 2021 = \u20b9 80,000<\/li>\n<\/ul>\n\n\n\n<p><strong>Formula:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Closing Capital = Total Assets &#8211; Liabilities<\/strong><\/li>\n\n\n\n<li><strong>Profit = Closing Capital &#8211; Opening Capital<\/strong><\/li>\n<\/ul>\n\n\n\n<p><strong>Calculation:<\/strong><br>Closing Capital = 8,20,000 &#8211; 80,000<br>Closing Capital = \u20b9 7,40,000<\/p>\n\n\n\n<p>Profit = 7,40,000 &#8211; 6,00,000<br>Profit = \u20b9 1,40,000<\/p>\n\n\n\n<p>Thus, the closing capital is \u20b9 7,40,000, and the profit earned during the year is \u20b9 1,40,000.<\/p>\n\n\n\n<p><strong>12. (a) Solution:<\/strong> Given<strong>:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Opening Capital<\/strong> = \u20b9 9,00,000<\/li>\n\n\n\n<li><strong>Loan from Punjab National Bank<\/strong> = \u20b9 1,00,000<\/li>\n\n\n\n<li><strong>Total Assets on 31st March, 2022<\/strong> = \u20b9 18,00,000<\/li>\n<\/ul>\n\n\n\n<p><strong>Formula:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Closing Capital = Total Assets &#8211; Liabilities<\/strong><\/li>\n\n\n\n<li><strong>Profit\/Loss = Closing Capital &#8211; Opening Capital<\/strong><\/li>\n<\/ul>\n\n\n\n<p><strong>Calculation:<\/strong><\/p>\n\n\n\n<p>Closing Capital = 18,00,000 &#8211; 1,00,000<br>Closing Capital = \u20b9 17,00,000<\/p>\n\n\n\n<p>Profit = 17,00,000 &#8211; 9,00,000<br>Profit = \u20b9 8,00,000<\/p>\n\n\n\n<p>Thus, Owen\u2019s closing capital is \u20b9 17,00,000, and the profit earned during the year is \u20b9 8,00,000.<\/p>\n\n\n\n<p><strong><strong>12. (b) Solution:<\/strong> <\/strong>Given<strong><strong>:<\/strong><\/strong><\/p>\n\n\n\n<p><strong>Solution:<\/strong> Given:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Additional Capital Introduced<\/strong> = \u20b9 1,20,000<\/li>\n\n\n\n<li><strong>Drawings (Personal Use)<\/strong> = \u20b9 30,000<\/li>\n<\/ul>\n\n\n\n<p><strong>Formula:<\/strong><\/p>\n\n\n\n<p><strong>Profit = Closing Capital + Drawings &#8211; Additional Capital &#8211; Opening Capital<\/strong><\/p>\n\n\n\n<p><strong>Calculation:<\/strong><\/p>\n\n\n\n<p>Profit = 17,00,000 + 30,000 &#8211; 1,20,000 &#8211; 9,00,000<br>Profit = \u20b9 7,10,000<\/p>\n\n\n\n<p>Thus, considering the additional capital and drawings, the profit earned is \u20b9 7,10,000.<\/p>\n<\/div><\/div>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"Extra_questions_and_answers\"><strong>Extras<\/strong><\/h3>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Extra_questions_and_answers\"><strong>Additional questions and answers<\/strong><\/h4>\n\n\n\n<p><strong>1. Define a source document.<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: A source document is a document which supports the transaction for recording. These documents are real, meaningful, visible records certifying the actual happening of the transactions of financial nature.<\/p>\n\n\n\n\n\n<p><strong>Q. What is an invoice?<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: An invoice or bill is prepared by the trader or seller when he sells goods on credit. It contains the details about the name of the party to whom goods are sold, quantity, rate, and the total amount of sales.<\/p>\n\n\n\n<p><strong>Q. Define cash memo.<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: A cash memo is a document showing the amount, date, and details of cash purchases and cash sales. Cash memos are received from suppliers when cash purchases are made and issued to customers when cash sales are made.<\/p>\n\n\n\n<p><strong>Q. What is a receipt?<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: A receipt is an evidence of cash or cheque received by a trader on account of any transaction involving cash other than those concerned with cash sales or cash purchases. It may be issued by a trader to a customer, by a landlord to a tenant, or by a school or college to a student.<\/p>\n\n\n\n<p><strong>Q. What is a pay-in-slip?<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: A pay-in-slip, also known as a deposit slip, is used when cash or cheques are deposited in the bank. It consists of two parts\u2014main body and counterfoil\u2014and contains details regarding the date, amount of cash or cheque deposited, account number of the customer, and their signatures.<\/p>\n\n\n\n<p><strong>Q. Define cheque?<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: A cheque is a document in writing, which contains an order from a customer to a banker, authorising him to pay a specified sum to the bearer or the person named in it. The bank issues a booklet containing cheque forms to its account holders. The amount to be paid is written both in words and figures. A cheque must be dated and signed by the drawer.<\/p>\n\n\n\n<p><strong>Q. What is a debit note?<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: A debit note is a document prepared by the customer in case there are certain goods that need to be returned to the vendor. It indicates that the supplier&#8217;s account is being debited. It contains the details about the date, amount of the transaction, and the name of the supplier whose account is debited, along with the reason for debiting his account.<\/p>\n\n\n\n<p><strong>Q. What is a credit note?<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: A credit note is a document issued by the seller\/vendor in response to the debit note received from the customer to show that the latter&#8217;s account has been credited in the books. It contains the details about the date, amount of the transaction, and the name of the customer whose account is credited, along with the reason for crediting his account.<\/p>\n\n\n\n<p><strong>Q. What is meant by vouchers?<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: Vouchers are documents prepared for the purpose of recording business transactions in the books of accounts. These include receipts, cash memos, salary bills, invoices, wages bills, travelling allowance bills, registration deeds, etc. On the basis of source documents, entries are first recorded on vouchers and then passed into the Journal or books of original entry. Vouchers are printed by all enterprises in their name, prepared by an accountant, and countersigned by an authorised person of the enterprise.<\/p>\n\n\n\n<p><strong>Q. Give the accounting equation.<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: The accounting equation is a mathematical expression which shows that the assets of a business are always equal to the total of capital and liabilities. It reflects the fundamental equation: Assets = Liabilities + Capital.<\/p>\n\n\n\n<p><strong>Q. What do you understand by assets?<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: Assets are economic resources of an enterprise that can be expressed in monetary terms.<\/p>\n\n\n\n<p><strong>Q. Define liabilities.<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: Liabilities refer to the claims of outsiders against the business, such as creditors for goods and expenses. They are obligations or debts that an enterprise has to pay at some point in time.<\/p>\n\n\n\n<p><strong>Q. What is owner&#8217;s equity?<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: Owner&#8217;s equity refers to the claim of the owner against the assets of the business, which includes the capital introduced by the proprietor and any profits earned or losses incurred during the business operations.<\/p>\n\n\n\n<p><strong>Q. What is owner&#8217;s equity?<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: Owner&#8217;s equity refers to the claim of the owner against the assets of the business, which includes the capital introduced by the proprietor and any profits earned or losses incurred during the business operations.<\/p>\n\n\n\n<p><strong>Q. Define accrued interest.<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: Accrued interest refers to the interest that has been earned but not yet received.<\/p>\n\n\n\n<p><strong>Q. What is prepaid expense?<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: Prepaid expense refers to an expense that has been paid in advance but is yet to be consumed or utilized.<\/p>\n\n\n\n<p><strong>Q. Explain accrued income briefly.<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: Accrued income is the income that has been earned but not yet received in cash.<\/p>\n\n\n\n<p><strong>Q. Explain the origin of transactions.<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: Every business enterprise performs various financial transactions such as purchase and sale of goods, services and assets; receipt and payment of cash, etc. These transactions are not recorded in the books of accounts until it is supported by a documentary evidence. The source documents prove the origin of the transaction because they are primary records about the details of business transactions. These documents indicate the nature, date, amount and parties involved in the business transactions.<\/p>\n\n\n\n<p><strong>Q. Mention any two features of source documents.<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: (i) It is prepared when a transaction takes place. (ii) It is a written proof of happening of transaction in the business.<\/p>\n\n\n\n<p><strong>Q. Describe the contents of a cash memo.<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: A cash memo is a document showing the amount, date and details of cash purchases and cash sales. Cash memos are received from suppliers when cash purchases are made and issued to customers when cash sales are made. It includes quantity, description, rate, total amount, trade discount (if any), VAT (if applicable), and the name and address of the parties involved.<\/p>\n\n\n\n<p><strong>Q. What information does an invoice contain?<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: An invoice or bill contains the details about the name of the party to whom goods are sold, quantity, rate, and the total amount of sales. Usually, invoices or bills are made in duplicate, with the original copy sent to the purchaser and the duplicate copy retained by the seller for recording in the books of accounts and future references.<\/p>\n\n\n\n<p><strong>Q. List any two contents of a receipt.<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: (i) Date, amount, and nature of payment. (ii) Name of the person making the payment.<\/p>\n\n\n\n<p><strong>Q. Explain briefly the purpose of a pay-in-slip.<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: The purpose of a pay-in-slip is to deposit cash or cheques into the bank. It is used when cash or cheques are deposited in the bank and consists of two parts: the main body and the counterfoil. The customer fills both parts, which contain details regarding the date, amount of cash or cheque deposited, account number, and signatures. The main body is retained by the bank, while the counterfoil, duly signed and stamped by the cashier, is returned to the customer for future reference and record in the books of accounts.<\/p>\n\n\n\n<p><strong>Q. Mention two key details found on a cheque.<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: Two key details found on a cheque are: (i) The amount to be paid, written both in words and figures. (ii) The date and signature of the drawer.<\/p>\n\n\n\n<p><strong>Q. Explain the purpose of preparing a debit note.<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: The purpose of preparing a debit note is to document goods that need to be returned to the vendor. A debit note indicates that the supplier&#8217;s account is being debited and contains details about the date, amount of the transaction, and the name of the supplier whose account is debited, along with the reason for debiting the account.<\/p>\n\n\n\n<p><strong>Q. State the purpose of a credit note.<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: The purpose of a credit note is to document that the customer&#8217;s account has been credited in response to a debit note received from them. It contains details about the date, amount of the transaction, and the name of the customer whose account is credited, along with the reason for crediting the account.<\/p>\n\n\n\n<p><strong>Q. Mention two essential features of a voucher.<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: Two essential features of a voucher are:<\/p>\n\n\n\n<ul start=\"1\" class=\"wp-block-list\">\n<li>It is a written document.<\/li>\n\n\n\n<li>It is prepared by analyzing the source documents.<\/li>\n<\/ul>\n\n\n\n<p><strong>Q. Briefly describe debit and credit vouchers.<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Debit Voucher: These vouchers are the documentary proof of the cash payments. They are prepared to record transactions involving cash payments made against expenses, purchase of goods, depositing cash into the bank, etc.<\/li>\n\n\n\n<li>Credit Voucher: These vouchers are the documentary evidence of the cash receipts. They are prepared to record transactions involving cash receipts against the sale of goods, sale of assets, withdrawal from the bank, etc.<\/li>\n<\/ul>\n\n\n\n<p><strong>Q. What is the dual aspect concept in accounting?<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: The dual aspect concept in accounting is the basis of the accounting equation. It is a mathematical expression that shows that the assets of a business are always equal to the total of capital and liabilities. Under this concept, every transaction has two aspects\u2014debit and credit\u2014and it holds that for every debit, there is a credit of an equal amount and vice versa.<\/p>\n\n\n\n<p><strong>Q. Describe the different types of source documents.<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: The different types of source documents are:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Cash Memo: A document showing the amount, date, and details of cash purchases and cash sales. Cash Memos are received from suppliers when cash purchases are made and issued to customers when cash sales are made.<\/li>\n\n\n\n<li>Invoice or Bill: Prepared by the trader or seller when goods are sold on credit. It contains details about the name of the party to whom goods are sold, quantity, rate, and the total amount of sales.<\/li>\n\n\n\n<li>Receipt: An evidence of cash or cheque received by a trader on account of any transaction involving cash other than those concerned with cash sales or cash purchases.<\/li>\n\n\n\n<li>Pay-in-Slip: Used when cash or cheques are deposited in the bank. It consists of two parts\u2014main body and counterfoil.<\/li>\n\n\n\n<li>Cheque: A document in writing containing an order from a customer to a banker authorizing him to pay a specified sum to the bearer or the person named in it.<\/li>\n\n\n\n<li>Debit Note: A document prepared by the customer when certain goods need to be returned to the vendor. It indicates that the supplier&#8217;s account is being debited.<\/li>\n\n\n\n<li>Credit Note: A document issued by the seller\/vendor in response to the debit note received from the customer to show that the latter&#8217;s account has been credited in the books.<\/li>\n<\/ul>\n\n\n\n<p><strong>Q. State the contents of a debit voucher.<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: The format and contents of a debit voucher include: <\/p>\n\n\n\n<p>(1) Name and Address of the Organisation. <br>(2) Date of Preparing the Voucher. <br>(3) Accounting Voucher Number. <br>(4) Title of the Account Debited. <br>(5) Net Transaction Amount. <br>(6) Narration, i.e., a brief description of the transaction. <br>(7) Signature of the Person Preparing it. <br>(8) Signature of the Authorised Signatory. <br>(9) Supporting Voucher Number. <br>(10) A Document in lieu of the Supporting Voucher.<\/p>\n\n\n\n<p><strong>Q. Explain the effect of introducing capital and drawings on the accounting equation.<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: When funds are added to the business by the proprietor, the capital is increased (credited). When a part of the capital is withdrawn, i.e., drawings are made, the capital is decreased (debited). The withdrawal of cash for personal use decreases both the cash and the capital in the accounting equation.<\/p>\n\n\n\n<p><strong>Q. Describe transactions that affect two items in the accounting equation.<\/strong><\/p>\n\n\n\n<p><strong>Answer :<\/strong> Transactions affecting two items in the accounting equation include:<\/p>\n\n\n\n<p>(i) Increase in Asset, Increase in Liability: For example, credit purchases increase asset (stock) and also increase liability (creditor). Similarly, loans from the bank increase asset (cash) and also increase liability (loan).<br>(ii) Decrease in Liability, Decrease in Asset: For example, payment to a creditor decreases liability (creditor) and also reduces asset (cash or bank).<br>(iii) Increase in Asset, Increase in Owner&#8217;s Equity: For example, the introduction of capital by the proprietor increases asset (cash or bank) and also liability (capital).<br>(iv) Decrease in Owner&#8217;s Capital, Decrease in Asset: For example, drawings by the proprietor decrease liability (capital) and also asset (cash or bank).<br>(v) Increase in Asset, Decrease in Another Asset: For example, cash purchases or receipt from debtors increase one asset (goods and cash or bank, respectively) and decrease another asset (cash or bank and debtors).<br>(vi) Decrease in Liability, Increase in Another Liability: For example, settlement of a creditor by issue of Bill of Exchange decreases a liability (creditor) and increases another liability (Bill of Exchange).<\/p>\n\n\n\n<p><strong>Q. Discuss the treatment of prepaid expenses and outstanding expenses in accounting equations.<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: Prepaid expenses are treated as an increase in assets because they represent payments made in advance for services or benefits yet to be received. Outstanding expenses, on the other hand, are considered an increase in liabilities since they represent expenses that have been incurred but not yet paid. Both affect the accounting equation by altering the balance between assets, liabilities, and capital.<\/p>\n\n\n\n\n\n<p><strong>37. Explain how accrued incomes and advance receipts affect the accounting equation.<\/strong><\/p>\n\n\n\n<p><strong>Answer <\/strong>: Accrued incomes are added to assets as they represent income earned but not yet received, thereby increasing the asset side of the equation. Advance receipts, however, are recorded as a liability because they indicate cash received in advance for services or goods yet to be delivered, thus increasing the liability side of the accounting equation.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Additional_MCQs\"><strong>Additional MCQs<\/strong><\/h4>\n\n\n\n<p><strong>1. What is required before recording a financial transaction in the books of accounts?<\/strong><\/p>\n\n\n\n<p>A. Authorisation form<br>B. Documentary evidence<br>C. Auditor&#8217;s approval<br>D. Manager&#8217;s approval<\/p>\n\n\n\n<p><strong>Answer:<\/strong> B. Documentary evidence<\/p>\n\n\n\n\n\n<p><strong>Q. Which document shows details of cash purchases and sales?<\/strong><\/p>\n\n\n\n<p>A. Invoice<br>B. Debit note<br>C. Cash memo<br>D. Credit note<\/p>\n\n\n\n<p><strong>Answer:<\/strong> C. Cash memo<\/p>\n\n\n\n<p><strong>Q. An invoice or bill is prepared when goods are sold on which basis?<\/strong><\/p>\n\n\n\n<p>A. Cash<br>B. Credit<br>C. Instalment<br>D. Deposit<\/p>\n\n\n\n<p><strong>Answer:<\/strong> B. Credit<\/p>\n\n\n\n<p><strong>Q. Which document is issued as proof of cash or cheque received other than cash sales?<\/strong><\/p>\n\n\n\n<p>A. Invoice<br>B. Cash memo<br>C. Receipt<br>D. Pay-in-slip<\/p>\n\n\n\n<p><strong>Answer:<\/strong> C. Receipt<\/p>\n\n\n\n<p><strong>Q. A Pay-in-slip is used to:<\/strong><\/p>\n\n\n\n<p>A. Record cash sales<br>B. Deposit cash or cheque<br>C. Withdraw cash<br>D. Record credit purchases<\/p>\n\n\n\n<p><strong>Answer:<\/strong> B. Deposit cash or cheque<\/p>\n\n\n\n<p><strong>Q. Cheques must be:<\/strong><\/p>\n\n\n\n<p>A. Typed<br>B. Signed by drawer<br>C. Unsigned<br>D. Digitally approved<\/p>\n\n\n\n<p><strong>Answer:<\/strong> B. Signed by the drawer<\/p>\n\n\n\n<p><strong>Q. Debit notes are prepared by:<\/strong><\/p>\n\n\n\n<p>A. Supplier<br>B. Banker<br>C. Customer<br>D. Auditor<\/p>\n\n\n\n<p><strong>Answer:<\/strong> C. Customer<\/p>\n\n\n\n<p><strong>Q. What document is issued by a seller to acknowledge the return of goods by a customer?<\/strong><\/p>\n\n\n\n<p>A. Debit note<br>B. Invoice<br>C. Credit note<br>D. Cash voucher<\/p>\n\n\n\n<p><strong>Answer:<\/strong> C. Credit note<\/p>\n\n\n\n<p><strong>Q. Vouchers prepared for cash receipts and payments are called:<\/strong><\/p>\n\n\n\n<p>A. Transfer vouchers<br>B. Debit vouchers<br>C. Credit vouchers<br>D. Cash vouchers<\/p>\n\n\n\n<p><strong>Answer:<\/strong> D. Cash vouchers<\/p>\n\n\n\n<p><strong>Q. Which voucher records the transaction involving payment of cash?<\/strong><\/p>\n\n\n\n<p>A. Credit voucher<br>B. Debit voucher<br>C. Transfer voucher<br>D. Receipt voucher<\/p>\n\n\n\n<p><strong>Answer:<\/strong> B. Debit voucher<\/p>\n\n\n\n<p><strong>Q. Interest earned but not received will affect which accounts in the accounting equation?<\/strong><\/p>\n\n\n\n<p>A. Decrease capital<br>B. Increase assets and capital<br>C. Increase liability<br>D. Decrease assets<\/p>\n\n\n\n<p><strong>Answer:<\/strong> B. Increase assets and capital<\/p>\n\n\n\n<p><strong>Q. Which document records sales made on credit?<\/strong><\/p>\n\n\n\n<p>A. Receipt<br>B. Invoice<br>C. Debit note<br>D. Pay-in-slip<\/p>\n\n\n\n<p><strong>Answer:<\/strong> B. Invoice<\/p>\n\n\n\n<p><strong>Q. Outstanding salaries represent:<\/strong><\/p>\n\n\n\n<p>A. Increase in capital<br>B. Decrease in assets<br>C. Increase in liabilities<br>D. Decrease in liabilities<\/p>\n\n\n\n<p><strong>Answer:<\/strong> C. Increase in liabilities<\/p>\n\n\n\n<p><strong>Q. Which equation correctly represents the accounting equation?<\/strong><\/p>\n\n\n\n<p>A. Capital = Assets + Liabilities<br>B. Assets = Liabilities + Capital<br>C. Liabilities = Assets + Capital<br>D. Assets = Capital &#8211; Liabilities<\/p>\n\n\n\n<p><strong>Answer:<\/strong> B. Assets = Liabilities + Capital<\/p>\n\n\n\n<p><strong>Q. Profit in accounting is calculated as:<\/strong><\/p>\n\n\n\n<p>A. Expenses &#8211; Revenue<br>B. Revenue &#8211; Expenses<br>C. Capital + Expenses<br>D. Assets &#8211; Liabilities<\/p>\n\n\n\n<p><strong>Answer:<\/strong> B. Revenue &#8211; Expenses<\/p>\n\n\n\n<p><strong>Q. When goods are withdrawn by the proprietor for personal use, it:<\/strong><\/p>\n\n\n\n<p>A. Increases cash<br>B. Decreases capital<br>C. Increases liability<br>D. Has no effect<\/p>\n\n\n\n<p><strong>Answer:<\/strong> B. Decreases capital<\/p>\n\n\n\n<p><strong>Q. The purchase of machinery on credit results in:<\/strong><\/p>\n\n\n\n<p>A. Increase in assets and liabilities<br>B. Decrease in assets<br>C. Increase in capital<br>D. Decrease in liabilities<\/p>\n\n\n\n<p><strong>Answer:<\/strong> A. Increase in assets and liabilities<\/p>\n\n\n\n<p><strong>Q. What happens to cash when a proprietor withdraws money for personal use?<\/strong><\/p>\n\n\n\n<p>A. Increases<br>B. Decreases<br>C. No change<br>D. Becomes a liability<\/p>\n\n\n\n<p><strong>Answer:<\/strong> B. Decreases<\/p>\n\n\n\n<p><strong>Q. If capital is \u20b950,000 and liabilities \u20b930,000, what are total assets?<\/strong><\/p>\n\n\n\n<p>A. \u20b9 20,000<br>B. \u20b9 80,000<br>C. \u20b9 50,000<br>D. \u20b9 30,000<\/p>\n\n\n\n<p><strong>Answer:<\/strong> B. \u20b9 80,000<\/p>\n\n\n\n<p><strong>Q. Commission received in advance is treated as:<\/strong><\/p>\n\n\n\n<p>A. Asset<br>B. Liability<br>C. Income<br>D. Expense<\/p>\n\n\n\n<p><strong>Answer:<\/strong> B. Liability<\/p>\n\n\n\n<p><strong>Q. When a loan is repaid, it affects accounting equation by:<\/strong><\/p>\n\n\n\n<p>A. Decreasing asset and capital<br>B. Increasing assets and liabilities<br>C. Decreasing liabilities and assets<br>D. Increasing capital<\/p>\n\n\n\n<p><strong>Answer:<\/strong> C. Decreasing liabilities and assets<\/p>\n\n\n\n<p><strong>Q. Accrued interest is shown in accounting equation as:<\/strong><\/p>\n\n\n\n<p>A. Increase in asset and capital<br>B. Decrease in liability<br>C. Increase in liability<br>D. Decrease in asset<\/p>\n\n\n\n<p><strong>Answer:<\/strong> A. Increase in asset and capital<\/p>\n\n\n\n<p><strong>Q. The introduction of additional capital by the proprietor results in:<\/strong><\/p>\n\n\n\n<p>A. Increase in asset and capital<br>B. Decrease in asset<br>C. Increase in liabilities<br>D. Decrease in capital<\/p>\n\n\n\n<p><strong>Answer:<\/strong> A. Increase in asset and capital<\/p>\n\n\n\n<p><strong>Q. Depreciation on furniture leads to:<\/strong><\/p>\n\n\n\n<p>A. Increase in liabilities<br>B. Decrease in capital<br>C. Increase in assets<br>D. Decrease in creditors<\/p>\n\n\n\n<p><strong>Answer:<\/strong> B. Decrease in capital<\/p>\n\n\n\n<p><strong>Q. Rent paid reduces:<\/strong><\/p>\n\n\n\n<p>A. Assets and liabilities<br>B. Capital and assets<br>C. Liabilities and capital<br>D. Liabilities and assets<\/p>\n\n\n\n<p><strong>Answer:<\/strong> B. Capital and assets<\/p>\n\n\n\n\n\n<p><strong>26. Selling goods on credit will:<\/strong><\/p>\n\n\n\n<p>A. Increase assets and capital<br>B. Decrease creditors<br>C. Decrease stock<br>D. Decrease capital<\/p>\n\n\n\n<p><strong>Answer:<\/strong> C. Decrease stock<\/p>\n\n\n\n\n","protected":false},"excerpt":{"rendered":"<p>Get summaries, questions, answers, solutions, notes, extras, theories, practicles, PDF, and guide of Chapter 3 Source Documents and Accounting Equation, NBSE Class 9 Book Keeping (BK) textbook, which is part of the syllabus of students studying under Nagaland Board. These solutions, however, should only be treated as references and can be modified\/changed. Summary This chapter&hellip; <a class=\"more-link\" href=\"https:\/\/mockupbw.site\/2025\/onlinefreenotes\/source-documents-and-accounting-equation-nbse-class-9-bk\/\">Continue reading <span class=\"screen-reader-text\">Source Documents and Accounting Equation: NBSE Class 9 BK<\/span><\/a><\/p>\n","protected":false},"author":1044,"featured_media":21930,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11,34],"tags":[28,1049,94,10,48,42,12,13,36,1053,38],"class_list":["post-21820","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-nagaland","category-notes","tag-answers","tag-book-keeping","tag-chapter-3-2","tag-class-9","tag-hsslc","tag-nagaland","tag-nagaland-board","tag-nbse","tag-questions","tag-source-documents-and-accounting-equation","tag-summary","entry"],"acf":[],"_links":{"self":[{"href":"https:\/\/mockupbw.site\/2025\/onlinefreenotes\/wp-json\/wp\/v2\/posts\/21820","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/mockupbw.site\/2025\/onlinefreenotes\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/mockupbw.site\/2025\/onlinefreenotes\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/mockupbw.site\/2025\/onlinefreenotes\/wp-json\/wp\/v2\/users\/1044"}],"replies":[{"embeddable":true,"href":"https:\/\/mockupbw.site\/2025\/onlinefreenotes\/wp-json\/wp\/v2\/comments?post=21820"}],"version-history":[{"count":2,"href":"https:\/\/mockupbw.site\/2025\/onlinefreenotes\/wp-json\/wp\/v2\/posts\/21820\/revisions"}],"predecessor-version":[{"id":30384,"href":"https:\/\/mockupbw.site\/2025\/onlinefreenotes\/wp-json\/wp\/v2\/posts\/21820\/revisions\/30384"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mockupbw.site\/2025\/onlinefreenotes\/wp-json\/wp\/v2\/media\/21930"}],"wp:attachment":[{"href":"https:\/\/mockupbw.site\/2025\/onlinefreenotes\/wp-json\/wp\/v2\/media?parent=21820"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mockupbw.site\/2025\/onlinefreenotes\/wp-json\/wp\/v2\/categories?post=21820"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mockupbw.site\/2025\/onlinefreenotes\/wp-json\/wp\/v2\/tags?post=21820"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}