{"id":162647,"date":"2025-02-15T07:46:51","date_gmt":"2025-02-15T07:46:51","guid":{"rendered":"https:\/\/news.gyankatta.org\/?p=162647"},"modified":"2025-02-16T09:11:23","modified_gmt":"2025-02-16T09:11:23","slug":"class-8-math-algebraic-expressions-and-identities-notes","status":"publish","type":"post","link":"https:\/\/news.gyankatta.org\/?p=162647","title":{"rendered":"Class 8 Math Algebraic Expressions and Identities Notes"},"content":{"rendered":"<h1>Algebraic Expressions and Identities &#8211; Class 8<\/h1>\n<p>Hi everyone! This chapter introduces <span class=\"highlight\">Algebraic Expressions and Identities<\/span>. These are powerful tools for solving math problems and understanding patterns.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-medium\" src=\"https:\/\/manishchandra.org\/p6\/AlgebraicExpressionStyle.png\" alt=\"Algebraic Expression \" width=\"800\" height=\"2000\" \/><\/p>\n<h2>What are Algebraic Expressions?<\/h2>\n<p>An algebraic expression is a combination of variables (like x, y, z), constants (like 2, 5, -3), and operations (like +, -, \u00d7, \u00f7). It doesn&#8217;t have an equals sign.<\/p>\n<div class=\"example\">\n<p>Examples: 2x + 3, 5y &#8211; 7z, x\u00b2 + 2xy + y\u00b2<\/p>\n<\/div>\n<h3>Terms:<\/h3>\n<p>Parts of an expression separated by &#8216;+&#8217; or &#8216;-&#8216; signs.<\/p>\n<div class=\"example\">\n<p>In 2x + 3, &#8216;2x&#8217; and &#8216;3&#8217; are terms.<\/p>\n<\/div>\n<h3>Coefficients:<\/h3>\n<p>The numerical factor of a term.<\/p>\n<div class=\"example\">\n<p>In 2x, &#8216;2&#8217; is the coefficient.<\/p>\n<\/div>\n<h3>Variables:<\/h3>\n<p>Letters that represent unknown values.<\/p>\n<div class=\"example\">\n<p>In 2x, &#8216;x&#8217; is the variable.<\/p>\n<\/div>\n<h2>What are Identities?<\/h2>\n<p>An identity is an equation that is true for all values of the variables. It&#8217;s a formula that always works.<\/p>\n<div class=\"example\">\n<p>Example: (a + b)\u00b2 = a\u00b2 + 2ab + b\u00b2 is an identity.<\/p>\n<\/div>\n<h2>Important Identities<\/h2>\n<p>Here are some identities you should know:<\/p>\n<ul>\n<li>(a + b)\u00b2 = a\u00b2 + 2ab + b\u00b2<\/li>\n<li>(a &#8211; b)\u00b2 = a\u00b2 &#8211; 2ab + b\u00b2<\/li>\n<li>(a + b)(a &#8211; b) = a\u00b2 &#8211; b\u00b2<\/li>\n<li>(x + a)(x + b) = x\u00b2 + (a + b)x + ab<\/li>\n<\/ul>\n<h2>Applications of Algebraic Expressions and Identities<\/h2>\n<div class=\"application\">\n<h3>1. Geometry:<\/h3>\n<p>Finding areas and volumes of shapes. For example, the area of a square with side (x + 2) can be found using the identity (a+b)\u00b2.<\/p>\n<\/div>\n<div class=\"application\">\n<h3>2. Simplifying Calculations:<\/h3>\n<p>Identities can make complex calculations easier. For example, calculating 102\u00b2 can be done as (100+2)\u00b2 which is easier to calculate using the identity.<\/p>\n<\/div>\n<div class=\"application\">\n<h3>3. Problem Solving:<\/h3>\n<p>Algebraic expressions and identities are used to solve a variety of word problems in algebra and other areas of mathematics.<\/p>\n<\/div>\n<div class=\"application\">\n<h3>4. Computer Programming:<\/h3>\n<p>These concepts are fundamental to computer programming and are used in writing algorithms and solving computational problems.<\/p>\n<\/div>\n<p>Understanding algebraic expressions and identities is crucial for further studies in mathematics and related fields.<\/p>\n<style>\n        body {<br \/>\n            font-family: sans-serif;<br \/>\n        }<br \/>\n        .question {<br \/>\n            margin-bottom: 20px;<br \/>\n            border: 1px solid #ccc;<br \/>\n            padding: 10px;<br \/>\n        }<br \/>\n        .answer {<br \/>\n            margin-top: 10px;<br \/>\n            font-weight: bold;<br \/>\n        }<br \/>\n        .explanation {<br \/>\n            margin-top: 5px;<br \/>\n        }<br \/>\n    <\/style>\n<h1>Algebraic Expressions and Identities Quiz &#8211; Application Problems<\/h1>\n<div class=\"question\">\n<p>1. Area of a Square: A square garden has a side length of (x + 3) meters. What is the area of the garden?<\/p>\n<div class=\"answer\">x\u00b2 + 6x + 9 square meters<\/div>\n<div class=\"explanation\">Area of a square = side\u00b2. (x + 3)\u00b2 = x\u00b2 + 2(x)(3) + 3\u00b2 = x\u00b2 + 6x + 9.<\/p>\n<\/div>\n<\/div>\n<div class=\"question\">\n<p>2. Area of a Rectangle: A rectangular playground has a length of (2x + 5) meters and a width of (x &#8211; 2) meters. What is the area of the playground?<\/p>\n<div class=\"answer\">2x\u00b2 + x &#8211; 10 square meters<\/div>\n<div class=\"explanation\">Area of a rectangle = length * width. (2x + 5)(x &#8211; 2) = 2x\u00b2 &#8211; 4x + 5x &#8211; 10 = 2x\u00b2 + x &#8211; 10.<\/p>\n<\/div>\n<\/div>\n<div class=\"question\">\n<p>3. Simplifying an Expression: A shopkeeper buys (3x + 2) items at Rs. (x + 5) each. What is the total cost?<\/p>\n<div class=\"answer\">3x\u00b2 + 17x + 10<\/div>\n<div class=\"explanation\">Total cost = (3x + 2)(x + 5) = 3x\u00b2 + 15x + 2x + 10 = 3x\u00b2 + 17x + 10.<\/p>\n<\/div>\n<\/div>\n<div class=\"question\">\n<p>4. Volume of a Cube: A cube has a side length of (2x &#8211; 1) cm. What is the volume of the cube?<\/p>\n<div class=\"answer\">8x\u00b3 &#8211; 12x\u00b2 + 6x &#8211; 1 cubic cm<\/div>\n<div class=\"explanation\">Volume of a cube = side\u00b3. (2x &#8211; 1)\u00b3 = (2x &#8211; 1)(2x &#8211; 1)(2x &#8211; 1) = 8x\u00b3 &#8211; 12x\u00b2 + 6x &#8211; 1.<\/p>\n<\/div>\n<\/div>\n<div class=\"question\">\n<p>5. Difference of Squares: A rectangular field has an area of (x\u00b2 &#8211; 25) square meters. If the length of the field is (x + 5) meters, what is the width of the field?<\/p>\n<div class=\"answer\">(x &#8211; 5) meters<\/div>\n<div class=\"explanation\">Area = length * width. x\u00b2 &#8211; 25 = (x + 5)(x &#8211; 5). Therefore, the width is (x &#8211; 5) meters.<\/p>\n<\/div>\n<\/div>\n<div class=\"question\">\n<p>6. Cost of Fencing: A square garden has a side length of (x + 4) meters. What is the cost of fencing the garden if the fencing costs Rs. 10 per meter?<\/p>\n<div class=\"answer\">Rs. 40x + 160<\/div>\n<div class=\"explanation\">Perimeter of the garden = 4(x + 4) = 4x + 16 meters. Cost of fencing = 10 * (4x + 16) = 40x + 160 Rs.<\/p>\n<\/div>\n<\/div>\n<div class=\"question\">\n<p>7. Simplifying a Calculation: Use an identity to calculate 101\u00b2.<\/p>\n<div class=\"answer\">10201<\/div>\n<div class=\"explanation\">101\u00b2 = (100 + 1)\u00b2 = 100\u00b2 + 2(100)(1) + 1\u00b2 = 10000 + 200 + 1 = 10201.<\/p>\n<\/div>\n<\/div>\n<div class=\"question\">\n<p>8. Another Calculation: Use an identity to calculate 99 * 101.<\/p>\n<div class=\"answer\">9999<\/div>\n<div class=\"explanation\">99 * 101 = (100 &#8211; 1)(100 + 1) = 100\u00b2 &#8211; 1\u00b2 = 10000 &#8211; 1 = 9999.<\/p>\n<\/div>\n<\/div>\n<div class=\"question\">\n<p>9. Area of a Path: A rectangular park is (2x + 3) meters long and (x + 2) meters wide. There is a path of width 1 meter all around the park. Find the area of the path.<\/p>\n<div class=\"answer\">6x + 14 square meters<\/div>\n<div class=\"explanation\">Area of the park = (2x + 3)(x + 2) = 2x\u00b2 + 7x + 6. Outer dimensions including the path are (2x + 5) and (x + 4). Area of outer rectangle = (2x+5)(x+4)= 2x\u00b2 + 13x + 20. Area of path = (2x\u00b2 + 13x + 20) &#8211; (2x\u00b2 + 7x + 6) = 6x + 14.<\/p>\n<\/div>\n<\/div>\n<div class=\"question\">\n<p>10. Factoring: The area of a square is given by the expression x\u00b2 + 8x + 16. What is the side length of the square?<\/p>\n<div class=\"answer\">(x + 4) units<\/div>\n<div class=\"explanation\">x\u00b2 + 8x + 16 = x\u00b2 + 2(x)(4) + 4\u00b2 = (x + 4)\u00b2. The side length of the square is (x + 4).<\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Algebraic Expressions and Identities &#8211; Class 8 Hi everyone! This chapter introduces Algebraic Expressions and Identities. These are powerful tools for solving math problems and understanding patterns. What are Algebraic Expressions? An algebraic expression is a combination of variables (like x, y, z), constants (like 2, 5, -3), and operations (like +, -, \u00d7, \u00f7). [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":162667,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"fifu_image_url":"https:\/\/manishchandra.org\/p6\/AlgebraicExpressionStyle.png","fifu_image_alt":"","footnotes":""},"categories":[3,23],"tags":[],"class_list":["post-162647","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-education","category-math","cat-3-id","cat-23-id","has_thumb"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Class 8 Math Algebraic Expressions and Identities Notes - Gyankatta<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/news.gyankatta.org\/?p=162647\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Class 8 Math Algebraic Expressions and Identities Notes - Gyankatta\" \/>\n<meta property=\"og:description\" content=\"Algebraic Expressions and Identities &#8211; Class 8 Hi everyone! This chapter introduces Algebraic Expressions and Identities. These are powerful tools for solving math problems and understanding patterns. What are Algebraic Expressions? An algebraic expression is a combination of variables (like x, y, z), constants (like 2, 5, -3), and operations (like +, -, \u00d7, \u00f7). [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/news.gyankatta.org\/?p=162647\" \/>\n<meta property=\"og:site_name\" content=\"Gyankatta\" \/>\n<meta property=\"article:published_time\" content=\"2025-02-15T07:46:51+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-02-16T09:11:23+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/manishchandra.org\/p6\/AlgebraicExpressionStyle.png\" \/>\n<meta name=\"author\" content=\"sBagul\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/manishchandra.org\/p6\/AlgebraicExpressionStyle.png\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"sBagul\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/news.gyankatta.org\\\/?p=162647#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/news.gyankatta.org\\\/?p=162647\"},\"author\":{\"name\":\"sBagul\",\"@id\":\"https:\\\/\\\/news.gyankatta.org\\\/#\\\/schema\\\/person\\\/ba6f7a4ee74e137c4c2b2c991b4f28e9\"},\"headline\":\"Class 8 Math Algebraic Expressions and Identities Notes\",\"datePublished\":\"2025-02-15T07:46:51+00:00\",\"dateModified\":\"2025-02-16T09:11:23+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/news.gyankatta.org\\\/?p=162647\"},\"wordCount\":677,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/news.gyankatta.org\\\/?p=162647#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/manishchandra.org\\\/p6\\\/AlgebraicExpressionStyle.png\",\"articleSection\":[\"education\",\"Math\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/news.gyankatta.org\\\/?p=162647#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/news.gyankatta.org\\\/?p=162647\",\"url\":\"https:\\\/\\\/news.gyankatta.org\\\/?p=162647\",\"name\":\"Class 8 Math Algebraic Expressions and Identities Notes - Gyankatta\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/news.gyankatta.org\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/news.gyankatta.org\\\/?p=162647#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/news.gyankatta.org\\\/?p=162647#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/manishchandra.org\\\/p6\\\/AlgebraicExpressionStyle.png\",\"datePublished\":\"2025-02-15T07:46:51+00:00\",\"dateModified\":\"2025-02-16T09:11:23+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/news.gyankatta.org\\\/#\\\/schema\\\/person\\\/ba6f7a4ee74e137c4c2b2c991b4f28e9\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/news.gyankatta.org\\\/?p=162647#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/news.gyankatta.org\\\/?p=162647\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/news.gyankatta.org\\\/?p=162647#primaryimage\",\"url\":\"https:\\\/\\\/manishchandra.org\\\/p6\\\/AlgebraicExpressionStyle.png\",\"contentUrl\":\"https:\\\/\\\/manishchandra.org\\\/p6\\\/AlgebraicExpressionStyle.png\",\"width\":\"800\",\"height\":\"2000\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/news.gyankatta.org\\\/?p=162647#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/news.gyankatta.org\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Class 8 Math Algebraic Expressions and Identities Notes\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/news.gyankatta.org\\\/#website\",\"url\":\"https:\\\/\\\/news.gyankatta.org\\\/\",\"name\":\"Gyankatta\",\"description\":\"Online Examination, Speed and Efficiency\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/news.gyankatta.org\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/news.gyankatta.org\\\/#\\\/schema\\\/person\\\/ba6f7a4ee74e137c4c2b2c991b4f28e9\",\"name\":\"sBagul\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/276ef0d75fcc5d663d2921ae3c0f1070d894ce89b14c9ddfe3369ebe20b7cbe5?s=96&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/276ef0d75fcc5d663d2921ae3c0f1070d894ce89b14c9ddfe3369ebe20b7cbe5?s=96&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/276ef0d75fcc5d663d2921ae3c0f1070d894ce89b14c9ddfe3369ebe20b7cbe5?s=96&r=g\",\"caption\":\"sBagul\"},\"url\":\"https:\\\/\\\/news.gyankatta.org\\\/?author=1\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Class 8 Math Algebraic Expressions and Identities Notes - Gyankatta","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/news.gyankatta.org\/?p=162647","og_locale":"en_US","og_type":"article","og_title":"Class 8 Math Algebraic Expressions and Identities Notes - Gyankatta","og_description":"Algebraic Expressions and Identities &#8211; Class 8 Hi everyone! This chapter introduces Algebraic Expressions and Identities. These are powerful tools for solving math problems and understanding patterns. What are Algebraic Expressions? An algebraic expression is a combination of variables (like x, y, z), constants (like 2, 5, -3), and operations (like +, -, \u00d7, \u00f7). [&hellip;]","og_url":"https:\/\/news.gyankatta.org\/?p=162647","og_site_name":"Gyankatta","article_published_time":"2025-02-15T07:46:51+00:00","article_modified_time":"2025-02-16T09:11:23+00:00","og_image":[{"url":"https:\/\/manishchandra.org\/p6\/AlgebraicExpressionStyle.png","type":"","width":"","height":""}],"author":"sBagul","twitter_card":"summary_large_image","twitter_image":"https:\/\/manishchandra.org\/p6\/AlgebraicExpressionStyle.png","twitter_misc":{"Written by":"sBagul","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/news.gyankatta.org\/?p=162647#article","isPartOf":{"@id":"https:\/\/news.gyankatta.org\/?p=162647"},"author":{"name":"sBagul","@id":"https:\/\/news.gyankatta.org\/#\/schema\/person\/ba6f7a4ee74e137c4c2b2c991b4f28e9"},"headline":"Class 8 Math Algebraic Expressions and Identities Notes","datePublished":"2025-02-15T07:46:51+00:00","dateModified":"2025-02-16T09:11:23+00:00","mainEntityOfPage":{"@id":"https:\/\/news.gyankatta.org\/?p=162647"},"wordCount":677,"commentCount":0,"image":{"@id":"https:\/\/news.gyankatta.org\/?p=162647#primaryimage"},"thumbnailUrl":"https:\/\/manishchandra.org\/p6\/AlgebraicExpressionStyle.png","articleSection":["education","Math"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/news.gyankatta.org\/?p=162647#respond"]}]},{"@type":"WebPage","@id":"https:\/\/news.gyankatta.org\/?p=162647","url":"https:\/\/news.gyankatta.org\/?p=162647","name":"Class 8 Math Algebraic Expressions and Identities Notes - Gyankatta","isPartOf":{"@id":"https:\/\/news.gyankatta.org\/#website"},"primaryImageOfPage":{"@id":"https:\/\/news.gyankatta.org\/?p=162647#primaryimage"},"image":{"@id":"https:\/\/news.gyankatta.org\/?p=162647#primaryimage"},"thumbnailUrl":"https:\/\/manishchandra.org\/p6\/AlgebraicExpressionStyle.png","datePublished":"2025-02-15T07:46:51+00:00","dateModified":"2025-02-16T09:11:23+00:00","author":{"@id":"https:\/\/news.gyankatta.org\/#\/schema\/person\/ba6f7a4ee74e137c4c2b2c991b4f28e9"},"breadcrumb":{"@id":"https:\/\/news.gyankatta.org\/?p=162647#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/news.gyankatta.org\/?p=162647"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/news.gyankatta.org\/?p=162647#primaryimage","url":"https:\/\/manishchandra.org\/p6\/AlgebraicExpressionStyle.png","contentUrl":"https:\/\/manishchandra.org\/p6\/AlgebraicExpressionStyle.png","width":"800","height":"2000"},{"@type":"BreadcrumbList","@id":"https:\/\/news.gyankatta.org\/?p=162647#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/news.gyankatta.org\/"},{"@type":"ListItem","position":2,"name":"Class 8 Math Algebraic Expressions and Identities Notes"}]},{"@type":"WebSite","@id":"https:\/\/news.gyankatta.org\/#website","url":"https:\/\/news.gyankatta.org\/","name":"Gyankatta","description":"Online Examination, Speed and Efficiency","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/news.gyankatta.org\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/news.gyankatta.org\/#\/schema\/person\/ba6f7a4ee74e137c4c2b2c991b4f28e9","name":"sBagul","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/276ef0d75fcc5d663d2921ae3c0f1070d894ce89b14c9ddfe3369ebe20b7cbe5?s=96&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/276ef0d75fcc5d663d2921ae3c0f1070d894ce89b14c9ddfe3369ebe20b7cbe5?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/276ef0d75fcc5d663d2921ae3c0f1070d894ce89b14c9ddfe3369ebe20b7cbe5?s=96&r=g","caption":"sBagul"},"url":"https:\/\/news.gyankatta.org\/?author=1"}]}},"views":265,"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/news.gyankatta.org\/index.php?rest_route=\/wp\/v2\/posts\/162647","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/news.gyankatta.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/news.gyankatta.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/news.gyankatta.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/news.gyankatta.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=162647"}],"version-history":[{"count":0,"href":"https:\/\/news.gyankatta.org\/index.php?rest_route=\/wp\/v2\/posts\/162647\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/news.gyankatta.org\/index.php?rest_route=\/wp\/v2\/media\/162667"}],"wp:attachment":[{"href":"https:\/\/news.gyankatta.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=162647"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/news.gyankatta.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=162647"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/news.gyankatta.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=162647"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}