{"id":2307,"date":"2020-12-17T03:36:33","date_gmt":"2020-12-17T03:36:33","guid":{"rendered":"https:\/\/themindpalace.in\/?p=2307"},"modified":"2021-08-26T05:39:26","modified_gmt":"2021-08-26T05:39:26","slug":"finding-the-square-of-a-numbers","status":"publish","type":"post","link":"https:\/\/themindpalace.in\/index.php\/2020\/12\/17\/finding-the-square-of-a-numbers\/","title":{"rendered":"Finding the Square of a Numbers"},"content":{"rendered":"\n<p><a href=\"#summary\">Summary of square numbers<\/a><\/p>\n\n\n\n<p><a href=\"http:\/\/solved exercise\">Solved exercise of square numbers<\/a><\/p>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"summary\">Summary<\/h1>\n\n\n\n<p>To find the square of any number we needed to divide the number into two parts then we can solve it easily. If number is \u2018x\u2019 then x = (p + q) and x<sup>2<\/sup>&nbsp;= (p + q)<sup>2<\/sup> <\/p>\n\n\n\n<p>You can also use the formula (p + q)<sup>2<\/sup>&nbsp;= p<sup>2<\/sup>&nbsp;+ 2pq + q<sup>2<\/sup>I<\/p>\n\n\n\n<p><span style=\"color:#32b330\" class=\"has-inline-color\"><strong>Example:<\/strong> <\/span>Find the square of 53.<\/p>\n\n\n\n<p><strong><span class=\"has-inline-color has-vivid-purple-color\">Solution:<\/span><\/strong> Divide the number in two parts.<\/p>\n\n\n\n<p>53 &nbsp;= 50 + 3<\/p>\n\n\n\n<p>53<sup>2<\/sup>&nbsp;= (50 + 3)<sup>2<\/sup><\/p>\n\n\n\n<p>= (50 + 3) (50 + 3)<\/p>\n\n\n\n<p>= 50(50 + 3) +3(50 + 3)<\/p>\n\n\n\n<p>= 2500 + 150 + 150 + 9<\/p>\n\n\n\n<p>&nbsp;= 2809<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p><strong><span style=\"color:#3db62a\" class=\"has-inline-color\">1. Other pattern for the number ending with 5<\/span><\/strong><\/p>\n\n\n\n<p>For numbers ending with 5 we can use the pattern<\/p>\n\n\n\n<p>(a5)<sup>2<\/sup>&nbsp;= a \u00d7 (a + 1)100 + 25<\/p>\n\n\n\n<p><strong><span class=\"has-inline-color has-vivid-purple-color\">Example<\/span><\/strong><\/p>\n\n\n\n<p>25<sup>2<\/sup>&nbsp;= 625 = (2 \u00d7 3) 100 + 25<\/p>\n\n\n\n<p>45<sup>2<\/sup>&nbsp;= 2025 = (4 \u00d7 5) 100 + 25<\/p>\n\n\n\n<p>95<sup>2<\/sup>&nbsp;= 9025 = (9 \u00d7 10) 100 + 25<\/p>\n\n\n\n<p>125<sup>2&nbsp;<\/sup>= 15625 = (12 \u00d7 13) 100 + 25<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p><strong><span class=\"has-inline-color has-vivid-purple-color\">2. Pythagorean Triplets<\/span><\/strong><\/p>\n\n\n\n<p>If the sum of two square numbers is also a square number, then these three numbers form a Pythagorean triplet.<\/p>\n\n\n\n<p>For any natural number p &gt;1, we have (2p)&nbsp;<sup>2<\/sup>&nbsp;+ (p<sup>2<\/sup>&nbsp;-1)<sup>2<\/sup>&nbsp;= (p<sup>2<\/sup>&nbsp;+ 1)<sup>2<\/sup>.<\/p>\n\n\n\n<p>So, 2p, p<sup>2<\/sup>-1 and p<sup>2<\/sup>+1 forms a Pythagorean triplet.<\/p>\n\n\n\n<p><strong><span style=\"color:#58b632\" class=\"has-inline-color\">Example<\/span><\/strong><\/p>\n\n\n\n<p>Write a Pythagorean triplet having 22 as one its member<\/p>\n\n\n\n<p><strong><span style=\"color:#41a727\" class=\"has-inline-color\">Solution<\/span><\/strong><\/p>\n\n\n\n<p>Let 2p = 6<\/p>\n\n\n\n<p>P = 3<\/p>\n\n\n\n<p>p<sup>2<\/sup>&nbsp;+ 1 = 10<\/p>\n\n\n\n<p>p<sup>2<\/sup>&nbsp;&#8211; 1 = 8.<\/p>\n\n\n\n<p>Thus, the Pythagorean triplet is 6, 8 and 10.<\/p>\n\n\n\n<p>6<sup>2<\/sup>&nbsp;+ 8<sup>2<\/sup>&nbsp;= 10<sup>2<\/sup><\/p>\n\n\n\n<p>36 + 64 = 100<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p><strong><span class=\"has-inline-color has-vivid-purple-color\">Square Roots<\/span><\/strong><\/p>\n\n\n\n<p><span style=\"color:#de1583\" class=\"has-inline-color\">The square root is the inverse operation of squaring. To find the number with the given square is called the&nbsp;<strong>Square Roots.<\/strong><\/span><\/p>\n\n\n\n<p>2<sup>2<\/sup>&nbsp;= 4, so the square root of 4 is 2<\/p>\n\n\n\n<p>10<sup>2<\/sup>&nbsp;= 100, therefore square root of 100 is 10<\/p>\n\n\n\n<p>There are two square roots of any number. One is positive and other is negative.<\/p>\n\n\n\n<p>The square root of 100 could be 10 or -10.<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p><strong><span style=\"color:#1c21b7\" class=\"has-inline-color\">Symbol of Positive Square Root<\/span><\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"79\" height=\"98\" src=\"https:\/\/themindpalace.in\/wp-content\/uploads\/2020\/12\/symbol.jpg\" alt=\"\" class=\"wp-image-2308\"\/><\/figure>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"119\" src=\"https:\/\/themindpalace.in\/wp-content\/uploads\/2020\/12\/Picture1-300x119.jpg\" alt=\"\" class=\"wp-image-2310\" srcset=\"https:\/\/themindpalace.in\/wp-content\/uploads\/2020\/12\/Picture1-300x119.jpg 300w, https:\/\/themindpalace.in\/wp-content\/uploads\/2020\/12\/Picture1.jpg 686w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/figure><\/div>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-medium\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"119\" src=\"https:\/\/themindpalace.in\/wp-content\/uploads\/2020\/12\/Picture2-300x119.jpg\" alt=\"\" class=\"wp-image-2311\" srcset=\"https:\/\/themindpalace.in\/wp-content\/uploads\/2020\/12\/Picture2-300x119.jpg 300w, https:\/\/themindpalace.in\/wp-content\/uploads\/2020\/12\/Picture2.jpg 684w\" sizes=\"(max-width: 300px) 100vw, 300px\" \/><\/figure><\/div>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p><strong><span style=\"color:#e5260c\" class=\"has-inline-color\">Finding Square Root<\/span><\/strong><\/p>\n\n\n\n<p><strong><span class=\"has-inline-color has-vivid-purple-color\">1. Through Repeated Subtraction<\/span><\/strong><\/p>\n\n\n\n<p>As we know that every square number is the sum of consecutive odd natural numbers starting from 1,<\/p>\n\n\n\n<p>&nbsp;so we can find the square root by doing opposite because root is the inverse of the square.We need to subtract the odd natural numbers starting from 1 from the given square number until the remainder is zero to get its square root.<\/p>\n\n\n\n<p>The number of steps will be the square root of that square number.<\/p>\n\n\n\n<p><span style=\"color:#33ab25\" class=\"has-inline-color\"><strong>Example<\/strong>: <\/span>Calculate the square root of 64 by repeated subtraction.<\/p>\n\n\n\n<p><strong><span style=\"color:#2a9329\" class=\"has-inline-color\">Solution:<\/span><\/strong><\/p>\n\n\n\n<ul><li>64 \u2013 1 = 63<\/li><li>63 \u2013 3 = 60<\/li><li>60 \u2013 5 = 55<\/li><li>55 \u2013 7 = 48<\/li><li>28 \u2013 13 = 15<\/li><li>48 \u2013 9 = 39<\/li><li>15 \u2013 15 = 0<\/li><li>39 \u2013 11 = 28<\/li><\/ul>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p><strong><span style=\"color:#cd0b3c\" class=\"has-inline-color\">2. Prime Factorization<\/span><\/strong><\/p>\n\n\n\n<p>In this method, we need to list the prime factors of the given number and then make the pair of two same numbers.<\/p>\n\n\n\n<p>Then write one number for each pair and multiply to find the square root.<\/p>\n\n\n\n<p><strong><span style=\"color:#5bae35\" class=\"has-inline-color\">Example<\/span><\/strong><\/p>\n\n\n\n<p>Calculate the square root of 784 using prime factorization method.<\/p>\n\n\n\n<p><strong><span style=\"color:#3e882b\" class=\"has-inline-color\">Solution:<\/span><\/strong><\/p>\n\n\n\n<p>List the prime factors of 784.<\/p>\n\n\n\n<p>784 =&nbsp;2 \u00d7 2&nbsp;\u00d7&nbsp;2 \u00d7 2&nbsp;\u00d7&nbsp;7 \u00d7 7<\/p>\n\n\n\n<p>\u221a784 = 2 \u00d7 2 \u00d7 7 = <strong>28<\/strong><\/p>\n\n\n\n<div class=\"wp-block-image is-style-default\"><figure class=\"aligncenter size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/themindpalace.in\/wp-content\/uploads\/2020\/12\/Picture3.jpg\" alt=\"\" class=\"wp-image-2313\" width=\"645\" height=\"160\" srcset=\"https:\/\/themindpalace.in\/wp-content\/uploads\/2020\/12\/Picture3.jpg 645w, https:\/\/themindpalace.in\/wp-content\/uploads\/2020\/12\/Picture3-300x74.jpg 300w\" sizes=\"(max-width: 645px) 100vw, 645px\" \/><\/figure><\/div>\n\n\n\n<p>we know the prime factorization is 324 is 324=2x2x3x3x3x3<\/p>\n\n\n\n<p>By pairing the prime factors we get<\/p>\n\n\n\n<p>324=2x<sup>2<\/sup>x3x<sup>3<\/sup>x3x<sup>3<\/sup>=2<sup>2<\/sup>x3<sup>2<\/sup>x3<sup>2<\/sup>=(2x3x3)<sup>2<\/sup><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"182\" height=\"34\" src=\"https:\/\/themindpalace.in\/wp-content\/uploads\/2020\/12\/Picture5.jpg\" alt=\"\" class=\"wp-image-2314\"\/><\/figure>\n\n\n\n<p>Example : Find the square root of 640<\/p>\n\n\n\n<p>solution 6400=2x2x2x2x2x2x2x2x2x5x5<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"353\" height=\"30\" src=\"https:\/\/themindpalace.in\/wp-content\/uploads\/2020\/12\/Picture6.jpg\" alt=\"\" class=\"wp-image-2315\" srcset=\"https:\/\/themindpalace.in\/wp-content\/uploads\/2020\/12\/Picture6.jpg 353w, https:\/\/themindpalace.in\/wp-content\/uploads\/2020\/12\/Picture6-300x25.jpg 300w\" sizes=\"(max-width: 353px) 100vw, 353px\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p><strong><span class=\"has-inline-color has-vivid-purple-color\">3. Division Method<\/span><\/strong><\/p>\n\n\n\n<p>Steps to find the square root by division method<\/p>\n\n\n\n<p><strong>Step 1:&nbsp;<\/strong>First we have to start making the pair of digits starting from the right and if there are odd number of digits then the single digit left over at the left will also have bar .<\/p>\n\n\n\n<p><strong>Step 2:<\/strong>&nbsp;Take the largest possible number whose square is less than or equal to the number which is on the first bar from the left. Write the same number as the divisor and the quotient with the number under the extreme left bar as the dividend. Divide to get the remainder.<\/p>\n\n\n\n<p><strong>Step 3:&nbsp;<\/strong>Like a normal division process bring the digits in next bar down and write next to the remainder.<\/p>\n\n\n\n<p><strong>Step 4:&nbsp;<\/strong>In next part the quotient will get double and we will right in next line with a blank on its right.<\/p>\n\n\n\n<p><strong>Step 5:&nbsp;<\/strong>Now we have to take a number to fill the blank so that the if we take it as quotient then the product of the new divisor and the new digit in quotient is less than or equal to the dividend.<\/p>\n\n\n\n<p><strong>Step 6:<\/strong>&nbsp;If there are large number of digits then you can repeat the steps 3, 4, 5 until the remainder does not become 0.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/themindpalace.in\/wp-content\/uploads\/2020\/12\/image.png\" alt=\"\" class=\"wp-image-2316\" width=\"107\" height=\"50\" srcset=\"https:\/\/themindpalace.in\/wp-content\/uploads\/2020\/12\/image.png 153w, https:\/\/themindpalace.in\/wp-content\/uploads\/2020\/12\/image-150x72.png 150w\" sizes=\"(max-width: 107px) 100vw, 107px\" \/><\/figure>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p><strong><span style=\"color:#68c750\" class=\"has-inline-color\">Example<\/span><\/strong><\/p>\n\n\n\n<p>&nbsp;Calculate the square root of \u221a729 using division method.<\/p>\n\n\n\n<p>Thus, \u221a729 = 27.<\/p>\n\n\n\n<p><strong><span class=\"has-inline-color has-vivid-purple-color\">Square Roots of Decimals<\/span><\/strong><\/p>\n\n\n\n<p>To find the square root of a decimal number we have to put bars on the primary part of the number in the same manner as we did above. And for the digits on the right of the decimal we have to put bars starting from the first decimal place.<\/p>\n\n\n\n<p>Rest of the method is same as above. We just need to put the decimal in between when the decimal will come in the division.<\/p>\n\n\n\n<p><strong><span style=\"color:#4dab36\" class=\"has-inline-color\">Example<\/span><\/strong><\/p>\n\n\n\n<p>&nbsp;Find \u221a7.29 using division method.<\/p>\n\n\n\n<p><strong><span style=\"color:#33a331\" class=\"has-inline-color\">Solution:<\/span><\/strong><\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"126\" height=\"151\" src=\"https:\/\/themindpalace.in\/wp-content\/uploads\/2020\/12\/last.jpg\" alt=\"\" class=\"wp-image-2317\"\/><\/figure>\n\n\n\n<p>Thus, \u221a7.29 = 2.7<\/p>\n\n\n\n<p><strong>Remark:<\/strong>&nbsp;To put the bar on a number like 174.241, we will put a bar on 74 and a bar on 1 as it is a single digit left. And in the numbers after decimal, we will put a bar on 24 and put zero after 1 to make it double-digit.<\/p>\n\n\n\n<p>174.&nbsp;24&nbsp;10<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p><strong><span class=\"has-inline-color has-vivid-purple-color\">Estimating Square Root<\/span><\/strong><\/p>\n\n\n\n<p>Sometimes we have to estimate the square root of a number if it\u2019s not possible to calculate the exact square root.<\/p>\n\n\n\n<p><strong><span style=\"color:#369f42\" class=\"has-inline-color\">Example<\/span><\/strong><\/p>\n\n\n\n<p>Estimate the square root of 300.<\/p>\n\n\n\n<p><strong><span style=\"color:#2f9732\" class=\"has-inline-color\">Solution:<\/span><\/strong> We know that, 300 comes between 100 and 400 i.e. 100 &lt; 300 &lt; 400.<\/p>\n\n\n\n<p>Now, \u221a100 = 10 and \u221a400 = 20.<\/p>\n\n\n\n<p>So, we can say that<\/p>\n\n\n\n<p>10 &lt; \u221a300 &lt; 20.<\/p>\n\n\n\n<p>We can further estimate the numbers as we know that 17<sup>2<\/sup>&nbsp;= 289 and 18<sup>2<\/sup>&nbsp;= 324.<br>Thus, we can say that the square root of \u221a300 = 17 as 289 is much closer to 300 than 324.<\/p>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"solvedexercise\">Exercise<\/h1>\n\n\n\n<p><strong><span style=\"color:#ea1047\" class=\"has-inline-color\">Class 8 exercise 5.2<\/span><\/strong><\/p>\n\n\n\n<p><span style=\"color:#622ff0\" class=\"has-inline-color\">1. Find the square of the following numbers.<\/span><\/p>\n\n\n\n<p>(i) 32<\/p>\n\n\n\n<p>32 = 30 + 2<br>(32)<sup>2<\/sup>&nbsp;= (30 + 2)<sup>2<\/sup><br>= 30(30 + 2) + 2(30 + 2)<br>= 30<sup>2<\/sup>&nbsp;+ 30 \u00d7 2 + 2 \u00d7 30 + 2<sup>2<\/sup><br>= 900 + 60 + 60 + 4<br>= 1024<\/p>\n\n\n\n<p>Thus (32)<sup>2<\/sup>&nbsp;= 1024<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>ii) 35<\/p>\n\n\n\n<p>35 = (30 + 5)<br>(35)<sup>2<\/sup>&nbsp;= (30 + 5)<sup>2<\/sup><br>= 30(30 + 5) + 5(30 + 5)<br>= (30)<sup>2<\/sup>&nbsp;+ 30 \u00d7 5 + 5 \u00d7 30 + (5)<sup>2<\/sup><br>= 900 + 150 + 150 + 25<br>= 1225<\/p>\n\n\n\n<p>Thus (35)<sup>2<\/sup>&nbsp;= 1225<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>(iii) 86<\/p>\n\n\n\n<p>86 = (80 + 6)<br>86<sup>2<\/sup>&nbsp;= (80 + 6)<sup>2<\/sup><br>= 80(80 + 6) + 6(80 + 6)<br>= (80)<sup>2<\/sup>&nbsp;+ 80 \u00d7 6 + 6 \u00d7 80 + (6)<sup>2<\/sup><br>= 6400 + 480 + 480 + 36<br>= 7396<\/p>\n\n\n\n<p>Thus (86)<sup>2<\/sup>&nbsp;= 7396<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>(iv) 93<\/p>\n\n\n\n<p>93 = (90+ 3)<br>93<sup>2<\/sup>&nbsp;= (90 + 3)<sup>2<\/sup><br>= 90 (90 + 3) + 3(90 + 3)<br>= (90)<sup>2<\/sup>&nbsp;+ 90 \u00d7 3 + 3 \u00d7 90 + (3)<sup>2<\/sup><br>= 8100 + 270 + 270 + 9<br>= 8649<\/p>\n\n\n\n<p>Thus (93)<sup>2<\/sup>&nbsp;= 8649<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>(v) 71<\/p>\n\n\n\n<p>71 = (70 + 1)<br>71<sup>2<\/sup>&nbsp;= (70 + 1)<sup>2<\/sup><br>= 70 (70 + 1) + 1(70 + 1)<br>= (70)<sup>2<\/sup>&nbsp;+ 70 \u00d7 1 + 1 \u00d7 70 + (1)<sup>2<\/sup><br>= 4900 + 70 + 70 + 1<br>= 5041<\/p>\n\n\n\n<p>Thus (71)<sup>2<\/sup>&nbsp;= 5041<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>vi) 46<\/p>\n\n\n\n<p>46 = (40+ 6)<br>46<sup>2<\/sup>&nbsp;= (40 + 6)<sup>2<\/sup><br>= 40 (40 + 6) + 6(40 + 6)<br>= (40)<sup>2<\/sup>&nbsp;+ 40 \u00d7 6 + 6 \u00d7 40 + (6)<sup>2<\/sup><br>= 1600 + 240 + 240 + 36<br>= 2116<\/p>\n\n\n\n<p>Thus (46)<sup>2<\/sup>&nbsp;= 2116<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>2. Write a Pythagorean triplet whose one member is<\/p>\n\n\n\n<p>Solution:<\/p>\n\n\n\n<p>i) 6<\/p>\n\n\n\n<p>Let m<sup>2<\/sup>&nbsp;\u2013 1 = 6<br>[Triplets are in the form 2m, m<sup>2<\/sup>&nbsp;\u2013 1, m<sup>2<\/sup>&nbsp;+ 1]<\/p>\n\n\n\n<p>m<sup>2<\/sup>&nbsp;= 6 + 1 =7<\/p>\n\n\n\n<p>So, the value of m will not be an integer.<br>Now, let us try for m<sup>2<\/sup>&nbsp;+ 1 = 6<\/p>\n\n\n\n<p>\u21d2 m<sup>2<\/sup>&nbsp;= 6 \u2013 1 = 5<br>Also, the value of m will not be an integer.<br>Now we let 2m = 6 \u21d2 m = 3 which is an integer.<\/p>\n\n\n\n<p>Other members are:<br>m<sup>2<\/sup>&nbsp;\u2013 1 = 3<sup>2<\/sup>&nbsp;\u2013 1 = 8 and m<sup>2<\/sup>&nbsp;+ 1 = 3<sup>2<\/sup>&nbsp;+ 1 = 10<br>Hence, the required triplets are 6, 8 and 10<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>(ii) 14<\/p>\n\n\n\n<p>Let m<sup>2<\/sup>&nbsp;\u2013 1 = 14 \u21d2 m<sup>2<\/sup>&nbsp;= 1 + 14 = 15<br>The value of m will not be an integer.<\/p>\n\n\n\n<p>Now take 2m = 14 \u21d2 m = 7 which is an integer.<br>The member of triplets are 2m = 2 \u00d7 7 = 14<\/p>\n\n\n\n<p>m<sup>2<\/sup>&nbsp;\u2013 1 = (7)<sup>2<\/sup>&nbsp;\u2013 1 = 49 \u2013 1 = 48<br>and m<sup>2<\/sup>&nbsp;+ 1 = (7)<sup>2<\/sup>&nbsp;+ 1 = 49 + 1 = 50<br>i.e., (14, 48, 50)<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>(iii) 16<\/p>\n\n\n\n<p>Let 2m = 16 m = 8<br>The required triplets are 2m = 2 \u00d7 8 = 16<br>m<sup>2<\/sup>&nbsp;\u2013 1 = (8)<sup>2<\/sup>&nbsp;\u2013 1 = 64 \u2013 1 = 63<br>m<sup>2<\/sup>&nbsp;+ 1 = (8)<sup>2<\/sup>&nbsp;+ 1 = 64 + 1 = 65<br>i.e., (16, 63, 65)<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>(iv) 18<\/p>\n\n\n\n<p>Let 2m = 18 \u21d2 m = 9<br>Required triplets are:<br>2m = 2 \u00d7 9 = 18<br>m<sup>2<\/sup>&nbsp;\u2013 1 = (9)<sup>2<\/sup>&nbsp;\u2013 1 = 81 \u2013 1 = 80<br>and m<sup>2&nbsp;<\/sup>+ 1 = (9)<sup>2<\/sup>&nbsp;+ 1 = 81 + 1 = 82<br>i.e., (18, 80, 82)<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p><strong><span style=\"color:#5330f2\" class=\"has-inline-color\">Exercise 5.3<\/span><\/strong><\/p>\n\n\n\n<p>1. What could be the possible \u2018one\u2019s\u2019 digits of the square root of each of the following numbers?<\/p>\n\n\n\n<p>(i) 9801<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>One\u2019s digit in the square root of 9801 maybe 1 or 9<br>(ii) 99856<\/p>\n\n\n\n<p>One\u2019s digit in the square root of 99856 maybe 4 or 6<br>(iii) 998001<br>One\u2019s digit in the square root of 998001 maybe 1 or 9<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>(iv) 657666025<\/p>\n\n\n\n<p>One\u2019s digit in the square root of 657666025 can be 5.<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>2. Without doing any calculation, find the numbers which are surely not perfect squares.<\/p>\n\n\n\n<p>Solution:We know that the numbers ending with 2, 3, 7 or 8 are not perfect squares<\/p>\n\n\n\n<p>(i) 153<\/p>\n\n\n\n<p>153 is not a perfect square number. (ending with 3)<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p><br>(ii) 257<\/p>\n\n\n\n<p>257 is not a perfect square number. (ending with 7)<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>(iii) 408<\/p>\n\n\n\n<p>408 is not a perfect square number. (ending with 8)<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>(iv) 441<\/p>\n\n\n\n<p>441 is a perfect square number.<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>3. Find the square roots of 100 and 169 by the method of repeated subtraction<\/p>\n\n\n\n<p>Solution:Using the method of repeated subtraction of consecutive odd numbers, we have<\/p>\n\n\n\n<p>(i)100 \u2013 1 = 99,<\/p>\n\n\n\n<ul><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 99 \u2013 3 = 96,<\/li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 96 \u2013 5 = 91,<\/li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 91 \u2013 7 = 84,<\/li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 84 \u2013 9 = 75,<\/li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 75 \u2013 11 = 64,<\/li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 64 \u2013 13 = 51,<\/li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 51 \u2013 15 = 36,<\/li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 36 \u2013 17 = 19,<\/li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 19 \u2013 19 = 0 (Ten times repetition) Thus \u221a100 = 10<\/li><\/ul>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>ii) 169 \u2013 1 = 168,<\/p>\n\n\n\n<ul><li>&nbsp;&nbsp;&nbsp;&nbsp; 168 \u2013 3 = 165,<\/li><li>&nbsp;&nbsp;&nbsp;&nbsp; 165 \u2013 5 = 160,<\/li><li>&nbsp;&nbsp;&nbsp;&nbsp; 160 \u2013 7 = 153,<\/li><li>&nbsp;&nbsp;&nbsp;&nbsp; 153 \u2013 9 = 144,<\/li><li>&nbsp;&nbsp;&nbsp; 144 \u2013 11 = 133,<\/li><li>&nbsp;&nbsp;&nbsp; 133 \u2013 13 = 120,<\/li><li>&nbsp;&nbsp;&nbsp; 120 \u2013 15 = 105,<\/li><li>&nbsp;&nbsp;&nbsp; 105 \u2013 17 = 88,<\/li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 88 \u2013 19 = 69,<\/li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 69 \u2013 21 = 48,<\/li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 48 \u2013 23 = 25,<\/li><li>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 25 \u2013 25 = 0<\/li><li>(Thirteen times repetition)<br>Thus \u221a169 = 13<\/li><\/ul>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p><span style=\"color:#6fb745\" class=\"has-inline-color\">4. Find the square roots of the following numbers by the prime factorization Method.<\/span><\/p>\n\n\n\n<p>(i) 729<br><\/p>\n\n\n\n<p>Prime factors of 729<\/p>\n\n\n\n<p><br>729 = 3 \u00d7 3 \u00d7 3 \u00d7 3 \u00d7 3 \u00d7 3 = 3<sup>2<\/sup>&nbsp;\u00d7 3<sup>2<\/sup>&nbsp;\u00d7 3<sup>2<\/sup><br>\u221a729 = 3 \u00d7 3 \u00d7 3 = 27<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>(ii) 400<\/p>\n\n\n\n<p>Prime factors of 400<\/p>\n\n\n\n<p><br>400 = 2 \u00d7 2 \u00d7 2 \u00d7 2 \u00d7 5 \u00d7 5 = 2<sup>2<\/sup>&nbsp;\u00d7 2<sup>2<\/sup>&nbsp;\u00d7 5<sup>2<\/sup><\/p>\n\n\n\n<p><br>\u221a400 = 2 \u00d7 2 \u00d7 5 = 20<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>(iii) 1764<\/p>\n\n\n\n<p>1764 = 2 \u00d7 2 \u00d7 3 \u00d7 3 \u00d7 7 \u00d7 7 = 2<sup>2<\/sup>&nbsp;\u00d7 3<sup>2<\/sup>&nbsp;\u00d7 7<sup>2<\/sup><\/p>\n\n\n\n<p><br>\u221a1764 = 2 \u00d7 3 \u00d7 7 = 42<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>(iv) 4096<\/p>\n\n\n\n<p>4096 = 2 \u00d7 2 \u00d7 2 \u00d7 2 \u00d7 2 \u00d7 2 \u00d7 2 \u00d7 2 \u00d7 2 \u00d7 2 \u00d7 2 \u00d7 2<\/p>\n\n\n\n<p><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 2<sup>2<\/sup>&nbsp;\u00d7 2<sup>2<\/sup>&nbsp;\u00d7 2<sup>2<\/sup>&nbsp;\u00d7 2<sup>2<\/sup>&nbsp;\u00d7 2<sup>2<\/sup>&nbsp;\u00d7 2<sup>2<\/sup><\/p>\n\n\n\n<p><br>\u221a4096 = 2 \u00d7 2 \u00d7 2 \u00d7 2 \u00d7 2 \u00d7 2 = 64<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>(v) 7744<\/p>\n\n\n\n<p>7744 = 2 \u00d7 2 \u00d7 2 \u00d7 2 \u00d7 2 \u00d7 2 \u00d7 11 \u00d7 11<\/p>\n\n\n\n<p><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; = 2<sup>2<\/sup>&nbsp;\u00d7 2<sup>2<\/sup>&nbsp;\u00d7 2<sup>2<\/sup>&nbsp;\u00d7 11<sup>2<\/sup><\/p>\n\n\n\n<p><br>\u221a7744 = 2 \u00d7 2 \u00d7 2 \u00d7 11 = 88<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>(vi) 9604<\/p>\n\n\n\n<p>Prime factorization of 9604 is<br>9604 = 2 \u00d7 2 \u00d7 7 \u00d7 7 \u00d7 7 \u00d7 7 = 2<sup>2<\/sup>&nbsp;\u00d7 7<sup>2<\/sup>&nbsp;\u00d7 7<sup>2<\/sup><br>\u221a9604 = 2 \u00d7 7 \u00d7 7 = 98<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>vii) 5929<\/p>\n\n\n\n<p>Prime factorisation of 5929 is<br>5929 = 7 \u00d7 7 \u00d7 11 \u00d7 11 = 7<sup>2<\/sup>&nbsp;\u00d7 11<sup>2<\/sup><br>\u221a5929 = 7 \u00d7 11 = 77<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>(viii) 9216<\/p>\n\n\n\n<p>Prime factorisation of 9216 is<br>9216 = 2 \u00d7 2 \u00d7 2 \u00d7 2 \u00d7 2 \u00d7 2 \u00d72 \u00d7 2 \u00d7 2 \u00d7 2 \u00d7 3 \u00d7 3<br>= 2<sup>2<\/sup>&nbsp;\u00d7 2<sup>2<\/sup>&nbsp;\u00d7 2<sup>2<\/sup>&nbsp;\u00d7 2<sup>2<\/sup>&nbsp;\u00d7 2<sup>2<\/sup>&nbsp;\u00d7 3<sup>2<\/sup><br>\u221a9216 = 2 \u00d7 2 \u00d7 2 \u00d7 2 \u00d7 2 \u00d7 3 = 96<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>ix) 529<\/p>\n\n\n\n<p>Prime factorisation of 529 is<br>529 = 23 \u00d7 23 = 23<sup>2<\/sup><br>\u221a529 = 23<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>(x) 8100<\/p>\n\n\n\n<p>Prime factorisation of 8100 is<br>8100 = 2 \u00d7 2 \u00d7 3 \u00d7 3 \u00d7 3 \u00d7 3 \u00d7 5 \u00d7 5 = 2<sup>2<\/sup>&nbsp;\u00d7 3<sup>2<\/sup>&nbsp;\u00d7 3<sup>2<\/sup>&nbsp;\u00d7 5<sup>2<\/sup><br>\u221a8100 = 2 \u00d7 3 \u00d7 3 \u00d7 5 = 90<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p><span style=\"color:#2630b9\" class=\"has-inline-color\">5. For each of the following numbers, find the smallest whole number by which it should be multiplied so as to get a perfect square number. Also, find the square root of the square number so obtained.<\/span><\/p>\n\n\n\n<p>(i) 252<\/p>\n\n\n\n<p>Prime factorisation of 252 is<br>252 = 2 \u00d7 2 \u00d7 3 \u00d7 3 \u00d7 7<\/p>\n\n\n\n<p>Here, the prime factorisation is not in pair. 7 has no pair.<br>Thus, 7 is the smallest whole number by which the given number is multiplied to get a perfect square number.<\/p>\n\n\n\n<p>The new square number is 252 \u00d7 7 = 1764<br>Square root of 1764 is<br>\u221a1764 = 2 \u00d7 3 \u00d7 7 = 42<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>(ii) 180<\/p>\n\n\n\n<p>Prime factorisation of 180 is<br>180 = 2 \u00d7 2 \u00d7 3 \u00d7 3 \u00d7 5<\/p>\n\n\n\n<p>Here, 5 has no pair.<br>New square number = 180 \u00d7 5 = 900<\/p>\n\n\n\n<p>Here, 5 has no pair.<br>New square number = 180 \u00d7 5 = 900<\/p>\n\n\n\n<p>Thus, 5 is the smallest whole number by which the given number is multiplied to get a square number.<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>(iii) 1008<\/p>\n\n\n\n<p>Prime factorisation of 1008 is<br>1008 = 2 \u00d7 2 \u00d7 2 \u00d7 2 \u00d7 3 \u00d7 3 \u00d7 7<\/p>\n\n\n\n<p>Here, 7 has no pair.<br>New square number = 1008 \u00d7 7 = 7056<br>Thus, 7 is the required number.<\/p>\n\n\n\n<p>Square root of 7056 is<br>\u221a7056 = 2 \u00d7 2 \u00d7 3 \u00d7 7 = 84<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>(iv) 2028<\/p>\n\n\n\n<p>Prime factorisation of 2028 is<br>2028 = 2 \u00d7 2 \u00d7 3 \u00d7 13 \u00d7 13<\/p>\n\n\n\n<p>Here, 3 is not in pair.<br>Thus, 3 is the required smallest whole number.<\/p>\n\n\n\n<p>New square number = 2028 \u00d7 3 = 6084<br>Square root of 6084 is<br>\u221a6084 = 2 \u00d7 13 \u00d7 3 = 78<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>(v) 1458<\/p>\n\n\n\n<p>Prime factorisation of 1458 is<br>1458 = 2 \u00d7 3 \u00d7 3 \u00d7 3 \u00d7 3 \u00d7 3 \u00d7 3<\/p>\n\n\n\n<p>Here, 2 is not in pair.<br>Thus, 2 is the required smallest whole number.<br>New square number = 1458 \u00d7 2 = 2916<\/p>\n\n\n\n<p>Square root of 1458 is<br>\u221a2916 = 3 \u00d7 3 \u00d7 3 \u00d7 2 = 54<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>(vi) 768<\/p>\n\n\n\n<p>Prime factorisation of 768 is<br>768 = 2 \u00d7 2 \u00d7 2 \u00d7 2 \u00d7 2 \u00d7 2 \u00d7 2 \u00d7 2 \u00d7 3<\/p>\n\n\n\n<p>Here, 3 is not in pair.<br>Thus, 3 is the required whole number.<\/p>\n\n\n\n<p>New square number = 768 \u00d7 3 = 2304<br>Square root of 2304 is<br>\u221a2304 = 2 \u00d7 2 \u00d7 2 \u00d7 2 \u00d7 3 = 48<\/p>\n\n\n\n<p>For each of the following numbers, find the smallest whole number by which it should be divided so as to get a perfect square. Also, find the square root of the square number so obtained.<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>(i) 252<\/p>\n\n\n\n<p>Prime factorisation of 252 is<br>252 = 2 \u00d7 2 \u00d7 3 \u00d7 3 \u00d7 7<\/p>\n\n\n\n<p>Here 7 has no pair.<br>7 is the smallest whole number by which 252 is divided to get a square number.<\/p>\n\n\n\n<p>New square number = 252 \u00f7 7 = 36<br>Thus, \u221a36 = 6<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>(ii) 2925<\/p>\n\n\n\n<p>Prime factorisation of 2925 is<br>2925 = 3 \u00d7 3 \u00d7 5 \u00d7 5 \u00d7 13<\/p>\n\n\n\n<p>Here, 13 has no pair.<br>13 is the smallest whole number by which 2925 is divided to get a square number.<\/p>\n\n\n\n<p>New square number = 2925 \u00f7 13 = 225<br>Thus \u221a225 = 15<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>(iii) 396<\/p>\n\n\n\n<p>Prime factorisation of 396 is<br>396 = 2 \u00d7 2 \u00d7 3 \u00d7 3 \u00d7 11<\/p>\n\n\n\n<p>Here 11 is not in pair.<br>11 is the required smallest whole number by which 396 is divided to get a square number.<\/p>\n\n\n\n<p>New square number = 396 \u00f7 11 = 36<br>Thus \u221a36 = 6<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>iv) 2645<\/p>\n\n\n\n<p>Prime factorisation of 2645 is<br>2645 = 5 \u00d7 23 \u00d7 23<\/p>\n\n\n\n<p>Here, 5 is not in pair.<br>5 is the required smallest whole number.<\/p>\n\n\n\n<p>By which 2645 is multiplied to get a square number<br>New square number = 2645 \u00f7 5 = 529<br>Thus, \u221a529 = 23<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>(v) 2800<\/p>\n\n\n\n<p>Prime factorisation of 2800 is<br>2800 = 2 \u00d7 2 \u00d7 2 \u00d7 2 \u00d7 5 \u00d7 5 \u00d7 7<\/p>\n\n\n\n<p>Here, 7 is not in pair.<br>7 is the required smallest number.<br>By which 2800 is multiplied to get a square number.<br>New square number = 2800 \u00f7 7 = 400<br>Thus \u221a400 = 20<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>(vi) 1620<\/p>\n\n\n\n<p>Prime factorisation of 1620 is<br>1620 = 2 \u00d7 2 \u00d7 3 \u00d7 3 \u00d7 3 \u00d7 3 \u00d7 5<\/p>\n\n\n\n<p>Here, 5 is not in pair.<br>5 is the required smallest prime number.<br>By which 1620 is multiplied to get a square number = 1620 \u00f7 5 = 324<br>Thus \u221a324 = 18<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p>7. The students of class VIII of a school donated \u20b9 2401 in all, for Prime Minister\u2019s National Relief Fund. Each student donated as many rupees as the number of students in the class. Find the number of students in the class.<\/p>\n\n\n\n<p>Solution<\/p>\n\n\n\n<p>Total amount of money donated = \u20b9 2401<br>Total number of students in the class = \u221a2401<\/p>\n\n\n\n<p>=&nbsp; \u221a 7^2\u00d77^2<br>=&nbsp;\u221a7\u00d77\u00d77\u00d77<\/p>\n\n\n\n<p>= 7 \u00d7 7<br>= 49<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p><span style=\"color:#3b25ca\" class=\"has-inline-color\">8. 2025 plants are to be planted in a garden in such a way that each row contains as many plants as the number of rows. Find the number of rows and the number of plants in each row.<\/span><\/p>\n\n\n\n<p>Solution:Total number of rows = Total number of plants in each row = \u221a2025<\/p>\n\n\n\n<p>=&nbsp;\u221a3\u00d73\u00d73\u00d73\u00d75\u00d75<\/p>\n\n\n\n<p>=&nbsp;\u221a3^2\u00d73^2\u00d75^2<br>= 3 \u00d7 3 \u00d7 5<br>= 45<\/p>\n\n\n\n<p>Thus the number of rows and plants = 45<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p><span style=\"color:#2640d7\" class=\"has-inline-color\">9. Find the smallest square number that is divisible by each of the numbers 4, 9 and 10.<\/span><\/p>\n\n\n\n<p>Solution:LCM of 4, 9, 10 = 180<br>The least number divisible by 4, 9 and 10 = 180<br>Now prime factorisation of 180 is<br>180 = 2 \u00d7 2 \u00d7 3 \u00d7 3 \u00d7 5<br>Here, 5 has no pair.<br>The required smallest square number = 180 \u00d7 5 = 900<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p><span style=\"color:#4125e4\" class=\"has-inline-color\">10. Find the smallest number that is divisible by each of the numbers 8, 15 and 20<\/span>.<\/p>\n\n\n\n<p>Solution: The smallest number divisible by 8, 15 and 20 is equal to their LCM.<br>LCM = 2 \u00d7 2 \u00d7 2 \u00d7 3 \u00d7 5 = 120<br>Here, 2, 3 and 5 have no pair.<br>The required smallest square number = 120 \u00d7 2 \u00d7 3 \u00d7 5 = 120 \u00d7 30 = 3600<\/p>\n\n\n\n<hr class=\"wp-block-separator is-style-wide\"\/>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Summary of square numbers Solved exercise of square numbers Summary To find the square of any number we needed to divide the number into two parts then we can solve it easily. If number&#46;&#46;&#46;<\/p>\n","protected":false},"author":3,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[110,475,14],"tags":[],"cp_meta_data":{"_edit_lock":["1629956366:2"],"_last_editor_used_jetpack":["block-editor"],"_jetpack_related_posts_cache":["a:1:{s:32:\"8f6677c9d6b0f903e98ad32ec61f8deb\";a:2:{s:7:\"expires\";i:1776791554;s:7:\"payload\";a:3:{i:0;a:1:{s:2:\"id\";i:1500;}i:1;a:1:{s:2:\"id\";i:607;}i:2;a:1:{s:2:\"id\";i:680;}}}}"],"_edit_last":["2"]},"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"","jetpack-related-posts":[],"_links":{"self":[{"href":"https:\/\/themindpalace.in\/index.php\/wp-json\/wp\/v2\/posts\/2307"}],"collection":[{"href":"https:\/\/themindpalace.in\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/themindpalace.in\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/themindpalace.in\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/themindpalace.in\/index.php\/wp-json\/wp\/v2\/comments?post=2307"}],"version-history":[{"count":6,"href":"https:\/\/themindpalace.in\/index.php\/wp-json\/wp\/v2\/posts\/2307\/revisions"}],"predecessor-version":[{"id":2479,"href":"https:\/\/themindpalace.in\/index.php\/wp-json\/wp\/v2\/posts\/2307\/revisions\/2479"}],"wp:attachment":[{"href":"https:\/\/themindpalace.in\/index.php\/wp-json\/wp\/v2\/media?parent=2307"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/themindpalace.in\/index.php\/wp-json\/wp\/v2\/categories?post=2307"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/themindpalace.in\/index.php\/wp-json\/wp\/v2\/tags?post=2307"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}