{"id":18962,"date":"2024-09-18T14:40:44","date_gmt":"2024-09-18T09:10:44","guid":{"rendered":"https:\/\/onlinefreenotes.com\/?p=18962"},"modified":"2025-12-12T08:58:53","modified_gmt":"2025-12-12T08:58:53","slug":"why-save-nbse-class-9","status":"publish","type":"post","link":"https:\/\/mockupbw.site\/2025\/onlinefreenotes\/why-save-nbse-class-9\/","title":{"rendered":"Why Save? \u2014 NBSE Class 9 Financial Literacy"},"content":{"rendered":"\n<p>Get summary, textual answers, solutions, notes, extras, MCQs, PDF of&nbsp;<a href=\"https:\/\/nbsenl.edu.in\/\" target=\"_blank\" rel=\"noopener\">NBSE<\/a>&nbsp;Class 9 Financial Literacy Unit 7 Why Save? However, the educational materials should only be used for reference, and students are encouraged to make necessary changes.<\/p>\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<h4 class=\"wp-block-heading\" id=\"Summary\"><strong>Summary<\/strong><\/h4>\n\n\n\n<p>The chapter titled &#8220;Why Save?&#8221; explains the concept of saving and its importance in managing money for the future. It begins by introducing the idea of disposable income, which is the money left after paying taxes. People can either spend or save this income. Saving means setting aside a part of the income to use in the future, helping people afford things they desire, like vacations or large purchases.<\/p>\n\n\n\n<p>The chapter explains that saving early allows the money to grow, as saved money earns interest. Interest is the extra money that banks or companies give for keeping the money with them. There are two main types of interest: simple interest and compound interest.<\/p>\n\n\n\n<p>Simple interest is calculated only on the initial amount saved, known as the principal. The formula for simple interest is straightforward, involving the principal amount, the rate of interest, and the time period for which the money is saved. For example, if \u20b9100 is saved at a 10% interest rate for one year, the interest earned will be \u20b910.<\/p>\n\n\n\n<p>Compound interest, on the other hand, is more powerful because it is calculated not only on the principal amount but also on the interest that has already been earned. This means that each year, interest is calculated on a growing amount. For example, if \u20b9100 is saved at a 10% interest rate, in the second year, interest is calculated on \u20b9110, not just \u20b9100. This process of earning interest on interest helps savings grow much faster over time.<\/p>\n\n\n\n<p>The chapter concludes by stressing that saving is essential for financial growth. Starting early and understanding the difference between simple and compound interest can make a big difference in achieving financial goals.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Extra\/additional_questions_and_answers\"><strong>Textual MCQs<\/strong><\/h4>\n\n\n\n<p><strong>1. Mr. Raja has invested \u20b97,000 in a bank that offers him 7% compound (yearly) rate of interest. What would be his expected return after 3 years?<\/strong><\/p>\n\n\n\n<p>A. \u20b98,470<br>B. \u20b98,575<br>C. \u20b97,490<\/p>\n\n\n\n<p><strong>Answer<\/strong>: A. \u20b98,470<\/p>\n\n\n\n<p><strong>2. The amount of money that an investor will need to reach his investment goal is based on which of the following?<\/strong><\/p>\n\n\n\n<p>A. principal amount only<br>B. interest only<br>C. principal amount and interest<\/p>\n\n\n\n<p><strong>Answer<\/strong>: C. principal amount and interest<\/p>\n\n\n\n<p><strong>3. Compounding is<\/strong><\/p>\n\n\n\n<p>A. interest on principal and interest earned already<br>B. principal amount and interest on principal<br>C. principal amount only<\/p>\n\n\n\n<p><strong>Answer<\/strong>: A. interest on principal and interest earned already<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"Extra\/additional_MCQs\"><strong>Extra\/additional MCQs<\/strong><\/h4>\n\n\n\n<p><strong>1. What is saving defined as?<\/strong><\/p>\n\n\n\n<p>A. Income after taxes<br>B. Disposable income minus spending<br>C. Total income minus taxes<br>D. Interest minus spending<\/p>\n\n\n\n<p><strong>Answer<\/strong>: B. Disposable income minus spending<\/p>\n\n\n\n\n\n<p><strong>Q. What does &#8216;paying yourself first&#8217; refer to?<\/strong><\/p>\n\n\n\n<p>A. Earning more income<br>B. Paying taxes<br>C. Saving before spending<br>D. Spending all disposable income<\/p>\n\n\n\n<p><strong>Answer<\/strong>: C. Saving before spending<\/p>\n\n\n\n<p><strong>Q. How does interest help your money?<\/strong><\/p>\n\n\n\n<p>A. Reduces expenses<br>B. Keeps the same value<br>C. Allows it to grow<br>D. Spends it for you<\/p>\n\n\n\n<p><strong>Answer<\/strong>: C. Allows it to grow<\/p>\n\n\n\n<p><strong>Q. What is the principal in financial terms?<\/strong><\/p>\n\n\n\n<p>A. The total amount earned<br>B. The amount borrowed or saved<br>C. The interest on a loan<br>D. The total debt<\/p>\n\n\n\n<p><strong>Answer<\/strong>: B. The amount borrowed or saved<\/p>\n\n\n\n<p><strong>Q. What type of interest is only paid on the principal amount?<\/strong><\/p>\n\n\n\n<p>A. Compound interest<br>B. Fixed interest<br>C. Simple interest<br>D. Adjustable interest<\/p>\n\n\n\n<p><strong>Answer<\/strong>: C. Simple interest<\/p>\n\n\n\n<p><strong>Q. What does the formula for simple interest calculate?<\/strong><\/p>\n\n\n\n<p>A. Total amount due<br>B. Interest earned<br>C. Savings after interest<br>D. Time required for savings<\/p>\n\n\n\n<p><strong>Answer<\/strong>: B. Interest earned<\/p>\n\n\n\n<p><strong>Q. What is the interest earned in a year on \u20b9100 at a 10% simple interest rate?<\/strong><\/p>\n\n\n\n<p>A. \u20b95<br>B. \u20b915<br>C. \u20b910<br>D. \u20b920<\/p>\n\n\n\n<p><strong>Answer<\/strong>: C. \u20b910<\/p>\n\n\n\n<p><strong>Q. Compound interest is calculated on which amounts?<\/strong><\/p>\n\n\n\n<p>A. Only the original principal<br>B. Principal and accumulated interest<br>C. Interest alone<br>D. Principal minus taxes<\/p>\n\n\n\n<p><strong>Answer<\/strong>: B. Principal and accumulated interest<\/p>\n\n\n\n<p><strong>Q. How much total money is earned after 2 years with \u20b9100 principal at 10% compound interest?<\/strong><\/p>\n\n\n\n<p>A. \u20b920<br>B. \u20b9110<br>C. \u20b921<br>D. \u20b9200<\/p>\n\n\n\n<p><strong>Answer<\/strong>: C. \u20b921<\/p>\n\n\n\n\n\n<p><strong>10. What does compounding refer to in finance?<\/strong><\/p>\n\n\n\n<p>A. Spending less than you earn<br>B. Earning interest on both principal and accumulated interest<br>C. Interest paid once<br>D. Increasing the interest rate<\/p>\n\n\n\n<p><strong>Answer<\/strong>: B. Earning interest on both principal and accumulated interest<\/p>\n\n\n\n\n","protected":false},"excerpt":{"rendered":"<p>Get summary, textual answers, solutions, notes, extras, MCQs, PDF of&nbsp;NBSE&nbsp;Class 9 Financial Literacy Unit 7 Why Save? However, the educational materials should only be used for reference, and students are encouraged to make necessary changes. Summary The chapter titled &#8220;Why Save?&#8221; explains the concept of saving and its importance in managing money for the future.&hellip; <a class=\"more-link\" href=\"https:\/\/mockupbw.site\/2025\/onlinefreenotes\/why-save-nbse-class-9\/\">Continue reading <span class=\"screen-reader-text\">Why Save? \u2014 NBSE Class 9 Financial Literacy<\/span><\/a><\/p>\n","protected":false},"author":1044,"featured_media":18965,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[11,34],"tags":[10,30,560,48,51,12,13,33,35,36,37,53,934],"class_list":["post-18962","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-nagaland","category-notes","tag-class-9","tag-extras","tag-financial-literacy","tag-hsslc","tag-mcqs","tag-nagaland-board","tag-nbse","tag-notes","tag-pdf","tag-questions","tag-solutions","tag-textual-answers","tag-why-save","entry"],"acf":[],"_links":{"self":[{"href":"https:\/\/mockupbw.site\/2025\/onlinefreenotes\/wp-json\/wp\/v2\/posts\/18962","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=18962"}],"version-history":[{"count":1,"href":"https:\/\/mockupbw.site\/2025\/onlinefreenotes\/wp-json\/wp\/v2\/posts\/18962\/revisions"}],"predecessor-version":[{"id":32848,"href":"https:\/\/mockupbw.site\/2025\/onlinefreenotes\/wp-json\/wp\/v2\/posts\/18962\/revisions\/32848"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/mockupbw.site\/2025\/onlinefreenotes\/wp-json\/wp\/v2\/media\/18965"}],"wp:attachment":[{"href":"https:\/\/mockupbw.site\/2025\/onlinefreenotes\/wp-json\/wp\/v2\/media?parent=18962"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/mockupbw.site\/2025\/onlinefreenotes\/wp-json\/wp\/v2\/categories?post=18962"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/mockupbw.site\/2025\/onlinefreenotes\/wp-json\/wp\/v2\/tags?post=18962"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}