{"id":57722,"date":"2025-08-27T22:33:39","date_gmt":"2025-08-27T17:03:39","guid":{"rendered":"https:\/\/e-gmat.com\/blogs\/?p=57722"},"modified":"2025-08-27T22:33:41","modified_gmt":"2025-08-27T17:03:41","slug":"if-n-is-a-positive-integer-how-many-of-the-ten-digits-from","status":"publish","type":"post","link":"https:\/\/e-gmat.com\/blogs\/if-n-is-a-positive-integer-how-many-of-the-ten-digits-from\/","title":{"rendered":"If n is a positive integer, how many of the ten digits from 0 through 9 could be the&#8230;&#8230;"},"content":{"rendered":"<span class=\"rt-reading-time\" style=\"display: block;\"><span class=\"rt-label rt-prefix\">A <\/span> <span class=\"rt-time\">4<\/span> <span class=\"rt-label rt-postfix\">min read <\/span><\/span>\n<p><strong>Question:<\/strong> If n is a positive integer, how many of the ten digits from 0 through 9 could be the units digits of n\u00b3?<\/p>\n\n\n\n<p><strong>Options:<\/strong><\/p>\n\n\n\n<ul><li>A. Four<\/li><li>B. Five<\/li><li>C. Six<\/li><li>D. Nine<\/li><li>E. Ten<\/li><\/ul>\n\n\n\n<h2 id=\"h-2-solution-section\">2. Solution Section:<\/h2>\n\n\n\n<p><strong>Solution:<\/strong><\/p>\n\n\n\n<ul><li>Translate the problem requirements: We need to find how many different digits (0-9) can appear as the units digit when we cube positive integers. This means examining the pattern of units digits in n\u00b3.<\/li><li>Identify the pattern source: Since the units digit of n\u00b3 depends only on the units digit of n, we only need to examine what happens when we cube each digit 0 through 9.<\/li><li>Calculate units digits systematically: Cube each digit from 0 to 9 and record the units digit of each result to identify all possible outcomes.<\/li><li>Count the distinct results: Determine how many different units digits appear in our list of cubed values.<\/li><\/ul>\n\n\n\n<h3 id=\"h-execution-of-strategic-approach\">Execution of Strategic Approach<\/h3>\n\n\n\n<ol><li>Translate the problem requirements Let&#8217;s break down what this question is really asking us. We want to know: if we take any positive integer n and cube it (multiply it by itself three times), what are all the possible digits that could appear in the units place of that result?<\/li><\/ol>\n\n\n\n<p>For example, if n = 7, then n\u00b3 = 7 \u00d7 7 \u00d7 7 = 343, so the units digit is 3. We need to find how many different units digits are possible when we do this for all positive integers.<\/p>\n\n\n\n<p>The key insight here is that we don&#8217;t need to check every single positive integer &#8211; that would be impossible! Instead, we can use a shortcut.<\/p>\n\n\n\n<p>Process Skill: TRANSLATE &#8211; Converting the abstract question into a concrete task we can execute<\/p>\n\n\n\n<ol start=\"2\"><li>Identify the pattern source Here&#8217;s the crucial realization: when we&#8217;re looking at the units digit of n\u00b3, we only need to care about the units digit of n itself. Why? Because when we multiply numbers, the units digit of the result depends only on the units digits of the numbers we&#8217;re multiplying.<\/li><\/ol>\n\n\n\n<p>For example:<\/p>\n\n\n\n<ul><li>17\u00b3 has the same units digit as 7\u00b3 (because 17 and 7 both end in 7)<\/li><li>23\u00b3 has the same units digit as 3\u00b3 (because 23 and 3 both end in 3)<\/li><li>150\u00b3 has the same units digit as 0\u00b3 (because 150 and 0 both end in 0)<\/li><\/ul>\n\n\n\n<p>This means we only need to check what happens when we cube the digits 0, 1, 2, 3, 4, 5, 6, 7, 8, and 9.<\/p>\n\n\n\n<p>Process Skill: SIMPLIFY &#8211; Reducing an infinite problem to checking just 10 cases<\/p>\n\n\n\n<ol start=\"3\"><li>Calculate units digits systematically Now let&#8217;s cube each digit from 0 to 9 and see what units digit we get:<\/li><\/ol>\n\n\n\n<ul><li>0\u00b3 = 0 \u00d7 0 \u00d7 0 = 0 \u2192 units digit is 0<\/li><li>1\u00b3 = 1 \u00d7 1 \u00d7 1 = 1 \u2192 units digit is 1<\/li><li>2\u00b3 = 2 \u00d7 2 \u00d7 2 = 8 \u2192 units digit is 8<\/li><li>3\u00b3 = 3 \u00d7 3 \u00d7 3 = 27 \u2192 units digit is 7<\/li><li>4\u00b3 = 4 \u00d7 4 \u00d7 4 = 64 \u2192 units digit is 4<\/li><li>5\u00b3 = 5 \u00d7 5 \u00d7 5 = 125 \u2192 units digit is 5<\/li><li>6\u00b3 = 6 \u00d7 6 \u00d7 6 = 216 \u2192 units digit is 6<\/li><li>7\u00b3 = 7 \u00d7 7 \u00d7 7 = 343 \u2192 units digit is 3<\/li><li>8\u00b3 = 8 \u00d7 8 \u00d7 8 = 512 \u2192 units digit is 2<\/li><li>9\u00b3 = 9 \u00d7 9 \u00d7 9 = 729 \u2192 units digit is 9<\/li><\/ul>\n\n\n\n<p>So the possible units digits when we cube numbers are: 0, 1, 2, 3, 4, 5, 6, 7, 8, 9<\/p>\n\n\n\n<ol start=\"4\"><li>Count the distinct results Looking at our list of possible units digits: {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}<\/li><\/ol>\n\n\n\n<p>We can see that all ten digits from 0 through 9 appear exactly once in our results. This means that every single digit can be the units digit of some perfect cube.<\/p>\n\n\n\n<p>Therefore, the answer is 10.<\/p>\n\n\n\n<p>Process Skill: CONSIDER ALL CASES &#8211; We systematically checked every possibility to ensure we didn&#8217;t miss any<\/p>\n\n\n\n<p>Final Answer All ten digits (0 through 9) can appear as the units digit of n\u00b3 for some positive integer n.<\/p>\n\n\n\n<p>The answer is E. Ten<\/p>\n\n\n\n<h3 id=\"h-common-faltering-points\">Common Faltering Points<\/h3>\n\n\n\n<p>Errors while devising the approach<\/p>\n\n\n\n<p>Faltering Point 1: Not recognizing the units digit pattern Students may attempt to calculate actual cubes of large numbers like 17\u00b3 or 23\u00b3, not realizing that only the units digit of the original number matters for determining the units digit of the cube. This leads to unnecessary complex calculations and potential errors.<\/p>\n\n\n\n<p>Faltering Point 2: Misinterpreting &#8216;positive integer&#8217; constraint Students might think they need to exclude 0 from their analysis because the question states &#8216;n is a positive integer.&#8217; However, they fail to realize that while n must be positive, they still need to check all digits 0-9 since any positive integer ending in 0 (like 10, 20, 30) will have the same units digit pattern as 0\u00b3.<\/p>\n\n\n\n<p>Errors while executing the approach<\/p>\n\n\n\n<p>Faltering Point 1: Arithmetic calculation errors Students may make basic multiplication errors when calculating cubes, especially for larger digits. For example, incorrectly calculating 7\u00b3 = 7 \u00d7 7 \u00d7 7 = 343 as having a different units digit, or making errors in multi-step multiplication like getting 8\u00b3 wrong.<\/p>\n\n\n\n<p>Faltering Point 2: Incomplete systematic checking Students may not systematically check all digits from 0 to 9, potentially skipping some digits or checking them out of order, leading to missing possible units digits in their final count.<\/p>\n\n\n\n<p>Errors while selecting the answer<\/p>\n\n\n\n<p>Faltering Point 1: Miscounting distinct results After correctly calculating all the units digits {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}, students may miscount and think there are fewer than 10 distinct digits, possibly due to rushing or not carefully organizing their results before counting.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Question: If n is a positive integer, how many of the ten digits from 0 through 9 could be the units digits of n\u00b3? Options: A. Four B. Five C. Six D. Nine E. Ten 2. Solution Section: Solution: Translate the problem requirements: We need to find how many different digits (0-9) can appear as [&hellip;]<\/p>\n","protected":false},"author":102457,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_et_pb_use_builder":"off","_et_pb_old_content":"","_et_gb_content_width":"","ub_ctt_via":""},"categories":[92],"tags":[],"featured_image_src":null,"author_info":{"display_name":"Kashish Garg","author_link":"https:\/\/e-gmat.com\/blogs\/author\/kashish\/"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v17.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>If n is a positive integer, how many of the ten digits from 0 through 9 could be the......<\/title>\n<meta name=\"description\" content=\"If n is a positive integer, how many of the ten digits from 0 through 9 could be the units digits of n\u00b3.....with detailed solution\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/e-gmat.com\/blogs\/if-n-is-a-positive-integer-how-many-of-the-ten-digits-from\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"If n is a positive integer, how many of the ten digits from 0 through 9 could be the......\" \/>\n<meta property=\"og:description\" content=\"If n is a positive integer, how many of the ten digits from 0 through 9 could be the units digits of n\u00b3.....with detailed solution\" \/>\n<meta property=\"og:url\" content=\"https:\/\/e-gmat.com\/blogs\/if-n-is-a-positive-integer-how-many-of-the-ten-digits-from\/\" \/>\n<meta property=\"og:site_name\" content=\"e-GMAT Blog | Best GMAT blog on the planet\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/E-Gmat-499275643430980\" \/>\n<meta property=\"article:published_time\" content=\"2025-08-27T17:03:39+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-27T17:03:41+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@e_GMAT\" \/>\n<meta name=\"twitter:site\" content=\"@e_GMAT\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Kashish Garg\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Organization\",\"@id\":\"https:\/\/e-gmat.com\/blogs\/#organization\",\"name\":\"e-GMAT\",\"url\":\"https:\/\/e-gmat.com\/blogs\/\",\"sameAs\":[\"https:\/\/www.facebook.com\/E-Gmat-499275643430980\",\"https:\/\/www.linkedin.com\/in\/rajat-sadana-ba459a\/\",\"https:\/\/www.youtube.com\/user\/eGMATconcepts\",\"https:\/\/twitter.com\/e_GMAT\"],\"logo\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/e-gmat.com\/blogs\/#logo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/e-gmat.com\/blogs\/wp-content\/uploads\/2018\/04\/logo-full.png\",\"contentUrl\":\"https:\/\/e-gmat.com\/blogs\/wp-content\/uploads\/2018\/04\/logo-full.png\",\"width\":908,\"height\":802,\"caption\":\"e-GMAT\"},\"image\":{\"@id\":\"https:\/\/e-gmat.com\/blogs\/#logo\"}},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/e-gmat.com\/blogs\/#website\",\"url\":\"https:\/\/e-gmat.com\/blogs\/\",\"name\":\"e-GMAT Blog | Best GMAT blog on the planet\",\"description\":\"Prepare for your GMAT and MBA journey\",\"publisher\":{\"@id\":\"https:\/\/e-gmat.com\/blogs\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/e-gmat.com\/blogs\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/e-gmat.com\/blogs\/if-n-is-a-positive-integer-how-many-of-the-ten-digits-from\/#webpage\",\"url\":\"https:\/\/e-gmat.com\/blogs\/if-n-is-a-positive-integer-how-many-of-the-ten-digits-from\/\",\"name\":\"If n is a positive integer, how many of the ten digits from 0 through 9 could be the......\",\"isPartOf\":{\"@id\":\"https:\/\/e-gmat.com\/blogs\/#website\"},\"datePublished\":\"2025-08-27T17:03:39+00:00\",\"dateModified\":\"2025-08-27T17:03:41+00:00\",\"description\":\"If n is a positive integer, how many of the ten digits from 0 through 9 could be the units digits of n\\u00b3.....with detailed solution\",\"breadcrumb\":{\"@id\":\"https:\/\/e-gmat.com\/blogs\/if-n-is-a-positive-integer-how-many-of-the-ten-digits-from\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/e-gmat.com\/blogs\/if-n-is-a-positive-integer-how-many-of-the-ten-digits-from\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/e-gmat.com\/blogs\/if-n-is-a-positive-integer-how-many-of-the-ten-digits-from\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Homepage\",\"item\":\"https:\/\/e-gmat.com\/blogs\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"GMAT Exam\",\"item\":\"https:\/\/e-gmat.com\/blogs\/news\/about-gmat-exam\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"If n is a positive integer, how many of the ten digits from 0 through 9 could be the&#8230;&#8230;\"}]},{\"@type\":\"Article\",\"@id\":\"https:\/\/e-gmat.com\/blogs\/if-n-is-a-positive-integer-how-many-of-the-ten-digits-from\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/e-gmat.com\/blogs\/if-n-is-a-positive-integer-how-many-of-the-ten-digits-from\/#webpage\"},\"author\":{\"@id\":\"https:\/\/e-gmat.com\/blogs\/#\/schema\/person\/a3751e3cf22ad53be0877b8638a104f9\"},\"headline\":\"If n is a positive integer, how many of the ten digits from 0 through 9 could be the&#8230;&#8230;\",\"datePublished\":\"2025-08-27T17:03:39+00:00\",\"dateModified\":\"2025-08-27T17:03:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/e-gmat.com\/blogs\/if-n-is-a-positive-integer-how-many-of-the-ten-digits-from\/#webpage\"},\"wordCount\":770,\"publisher\":{\"@id\":\"https:\/\/e-gmat.com\/blogs\/#organization\"},\"articleSection\":[\"GMAT Exam\"],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/e-gmat.com\/blogs\/#\/schema\/person\/a3751e3cf22ad53be0877b8638a104f9\",\"name\":\"Kashish Garg\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\/\/e-gmat.com\/blogs\/#personlogo\",\"inLanguage\":\"en-US\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/34b808afef4b9fd7cc623102a85d3a2b?s=96&d=blank&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/34b808afef4b9fd7cc623102a85d3a2b?s=96&d=blank&r=g\",\"caption\":\"Kashish Garg\"},\"sameAs\":[\"https:\/\/e-gmat.com\/blogs\/\"],\"url\":\"https:\/\/e-gmat.com\/blogs\/author\/kashish\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"If n is a positive integer, how many of the ten digits from 0 through 9 could be the......","description":"If n is a positive integer, how many of the ten digits from 0 through 9 could be the units digits of n\u00b3.....with detailed solution","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:\/\/e-gmat.com\/blogs\/if-n-is-a-positive-integer-how-many-of-the-ten-digits-from\/","og_locale":"en_US","og_type":"article","og_title":"If n is a positive integer, how many of the ten digits from 0 through 9 could be the......","og_description":"If n is a positive integer, how many of the ten digits from 0 through 9 could be the units digits of n\u00b3.....with detailed solution","og_url":"https:\/\/e-gmat.com\/blogs\/if-n-is-a-positive-integer-how-many-of-the-ten-digits-from\/","og_site_name":"e-GMAT Blog | Best GMAT blog on the planet","article_publisher":"https:\/\/www.facebook.com\/E-Gmat-499275643430980","article_published_time":"2025-08-27T17:03:39+00:00","article_modified_time":"2025-08-27T17:03:41+00:00","twitter_card":"summary_large_image","twitter_creator":"@e_GMAT","twitter_site":"@e_GMAT","twitter_misc":{"Written by":"Kashish Garg","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Organization","@id":"https:\/\/e-gmat.com\/blogs\/#organization","name":"e-GMAT","url":"https:\/\/e-gmat.com\/blogs\/","sameAs":["https:\/\/www.facebook.com\/E-Gmat-499275643430980","https:\/\/www.linkedin.com\/in\/rajat-sadana-ba459a\/","https:\/\/www.youtube.com\/user\/eGMATconcepts","https:\/\/twitter.com\/e_GMAT"],"logo":{"@type":"ImageObject","@id":"https:\/\/e-gmat.com\/blogs\/#logo","inLanguage":"en-US","url":"https:\/\/e-gmat.com\/blogs\/wp-content\/uploads\/2018\/04\/logo-full.png","contentUrl":"https:\/\/e-gmat.com\/blogs\/wp-content\/uploads\/2018\/04\/logo-full.png","width":908,"height":802,"caption":"e-GMAT"},"image":{"@id":"https:\/\/e-gmat.com\/blogs\/#logo"}},{"@type":"WebSite","@id":"https:\/\/e-gmat.com\/blogs\/#website","url":"https:\/\/e-gmat.com\/blogs\/","name":"e-GMAT Blog | Best GMAT blog on the planet","description":"Prepare for your GMAT and MBA journey","publisher":{"@id":"https:\/\/e-gmat.com\/blogs\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/e-gmat.com\/blogs\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/e-gmat.com\/blogs\/if-n-is-a-positive-integer-how-many-of-the-ten-digits-from\/#webpage","url":"https:\/\/e-gmat.com\/blogs\/if-n-is-a-positive-integer-how-many-of-the-ten-digits-from\/","name":"If n is a positive integer, how many of the ten digits from 0 through 9 could be the......","isPartOf":{"@id":"https:\/\/e-gmat.com\/blogs\/#website"},"datePublished":"2025-08-27T17:03:39+00:00","dateModified":"2025-08-27T17:03:41+00:00","description":"If n is a positive integer, how many of the ten digits from 0 through 9 could be the units digits of n\u00b3.....with detailed solution","breadcrumb":{"@id":"https:\/\/e-gmat.com\/blogs\/if-n-is-a-positive-integer-how-many-of-the-ten-digits-from\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/e-gmat.com\/blogs\/if-n-is-a-positive-integer-how-many-of-the-ten-digits-from\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/e-gmat.com\/blogs\/if-n-is-a-positive-integer-how-many-of-the-ten-digits-from\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Homepage","item":"https:\/\/e-gmat.com\/blogs\/"},{"@type":"ListItem","position":2,"name":"GMAT Exam","item":"https:\/\/e-gmat.com\/blogs\/news\/about-gmat-exam\/"},{"@type":"ListItem","position":3,"name":"If n is a positive integer, how many of the ten digits from 0 through 9 could be the&#8230;&#8230;"}]},{"@type":"Article","@id":"https:\/\/e-gmat.com\/blogs\/if-n-is-a-positive-integer-how-many-of-the-ten-digits-from\/#article","isPartOf":{"@id":"https:\/\/e-gmat.com\/blogs\/if-n-is-a-positive-integer-how-many-of-the-ten-digits-from\/#webpage"},"author":{"@id":"https:\/\/e-gmat.com\/blogs\/#\/schema\/person\/a3751e3cf22ad53be0877b8638a104f9"},"headline":"If n is a positive integer, how many of the ten digits from 0 through 9 could be the&#8230;&#8230;","datePublished":"2025-08-27T17:03:39+00:00","dateModified":"2025-08-27T17:03:41+00:00","mainEntityOfPage":{"@id":"https:\/\/e-gmat.com\/blogs\/if-n-is-a-positive-integer-how-many-of-the-ten-digits-from\/#webpage"},"wordCount":770,"publisher":{"@id":"https:\/\/e-gmat.com\/blogs\/#organization"},"articleSection":["GMAT Exam"],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/e-gmat.com\/blogs\/#\/schema\/person\/a3751e3cf22ad53be0877b8638a104f9","name":"Kashish Garg","image":{"@type":"ImageObject","@id":"https:\/\/e-gmat.com\/blogs\/#personlogo","inLanguage":"en-US","url":"https:\/\/secure.gravatar.com\/avatar\/34b808afef4b9fd7cc623102a85d3a2b?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/34b808afef4b9fd7cc623102a85d3a2b?s=96&d=blank&r=g","caption":"Kashish Garg"},"sameAs":["https:\/\/e-gmat.com\/blogs\/"],"url":"https:\/\/e-gmat.com\/blogs\/author\/kashish\/"}]}},"_links":{"self":[{"href":"https:\/\/e-gmat.com\/blogs\/wp-json\/wp\/v2\/posts\/57722"}],"collection":[{"href":"https:\/\/e-gmat.com\/blogs\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/e-gmat.com\/blogs\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/e-gmat.com\/blogs\/wp-json\/wp\/v2\/users\/102457"}],"replies":[{"embeddable":true,"href":"https:\/\/e-gmat.com\/blogs\/wp-json\/wp\/v2\/comments?post=57722"}],"version-history":[{"count":1,"href":"https:\/\/e-gmat.com\/blogs\/wp-json\/wp\/v2\/posts\/57722\/revisions"}],"predecessor-version":[{"id":57723,"href":"https:\/\/e-gmat.com\/blogs\/wp-json\/wp\/v2\/posts\/57722\/revisions\/57723"}],"wp:attachment":[{"href":"https:\/\/e-gmat.com\/blogs\/wp-json\/wp\/v2\/media?parent=57722"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/e-gmat.com\/blogs\/wp-json\/wp\/v2\/categories?post=57722"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/e-gmat.com\/blogs\/wp-json\/wp\/v2\/tags?post=57722"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}