{"id":289,"date":"2024-04-01T14:01:24","date_gmt":"2024-04-01T13:01:24","guid":{"rendered":"https:\/\/tutors4you.com\/?page_id=289"},"modified":"2024-04-01T14:01:25","modified_gmt":"2024-04-01T13:01:25","slug":"permutation-and-combination","status":"publish","type":"page","link":"https:\/\/tutors4you.com\/index.php\/permutation-and-combination\/","title":{"rendered":"Permutation and Combination"},"content":{"rendered":"\n\n\t\t<div class=\"well well-sm\">\n\t\t\t\n\t\t\t<p align=\"left\"><font color=\"#FF0000\" face=\"Arial\">Permutation\n        <\/font><font face=\"Arial\">: <\/font><font color=\"#0000A0\"\n        face=\"Arial\">Permutation means <em>arrangement<\/em> of\n        things. The word <em>arrangement <\/em>is used, if the\n        order of things <em>is considered<\/em>.<\/font><\/p>\n        <p><font color=\"#FF0000\" face=\"Arial\">Combination<\/font><font\n        face=\"Arial\">: <\/font><font color=\"#0000A0\" face=\"Arial\">Combination\n        means <em>selection<\/em> of things. The word <em>selection<\/em>\n        is used, when the order of things has <em>no importance<\/em>.<\/font><\/p>\n        <p align=\"left\"><font color=\"#008080\" face=\"Arial\"><strong>Example:<\/strong>&nbsp;&nbsp;&nbsp;&nbsp;\n        Suppose we have to form a number of consisting of three\n        digits using the digits <strong>1,2,3,4<\/strong>, To form\n        this number the digits have to be <em>arranged<\/em>.\n        Different numbers will get formed depending upon the\n        order in which we arrange the digits. This is an example\n        of <em>Permutation<\/em>.<\/font><\/p>\n        <p align=\"left\"><font color=\"#008080\" face=\"Arial\">Now\n        suppose that we have to make a team of 11 players out of\n        20 players, This is an example of <em>combination<\/em>,\n        because the order of players in the team will not result\n        in a change in the team. No matter in which order we list\n        out the players the team will remain the same! For a\n        different team to be formed at least one player will have\n        to be changed.<\/font><\/p>\n        <p align=\"left\"><font color=\"#0000A0\" size=\"3\"\n        face=\"Arial\">Now let us look at two fundamental\n        principles of counting:<\/font><\/p>\n        <p align=\"left\"><font color=\"#FF0000\" face=\"Arial\">Addition\n        rule<\/font><font color=\"#0000A0\" face=\"Arial\"> : If an\n        experiment can be performed in &#8216;n&#8217; ways, &amp;\n        another experiment can be performed in &#8216;m&#8217; ways\n        then either of the two experiments can be performed in\n        (m+n) ways<\/font>.<font size=\"4\" face=\"Arial\"> <\/font><font\n        color=\"#0000A0\" size=\"3\" face=\"Arial\">This rule can be\n        extended to any finite number of experiments.<\/font><\/p>\n        <p align=\"left\"><font color=\"#008080\" face=\"Arial\">Example:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\n        Suppose there are 3 doors in a room, 2 on one side and 1\n        on other side. A man want to go out from the room.\n        Obviously he has &#8216;3&#8217; options for it. He can\n        come out by door &#8216;A&#8217; or door &#8216;B&#8217; or\n        door &#8217;C&#8217;.<\/font><font size=\"4\" face=\"Arial\"><br>\n        &nbsp;<img loading=\"lazy\" decoding=\"async\" src=\"\/wp-content\/uploads\/2024\/03\/room1.jpg\" width=\"225\" height=\"164\"><\/font><\/p>\n        <p align=\"left\"><font color=\"#FF0000\" face=\"Arial\">Multiplication\n        Rule<\/font><font color=\"#0000A0\" face=\"Arial\"> : If a\n        work can be done in m ways, another work can be done in\n        &#8216;n&#8217; ways, then both of the operations can be\n        performed in m x n ways. It can be extended to any finite\n        number of operations.<\/font><\/p>\n        <p align=\"left\"><font color=\"#008080\" face=\"Arial\">Example.:\n        &nbsp;&nbsp;&nbsp;&nbsp; Suppose a man wants to cross-out\n        a room, which has 2 doors on one side and 1 door on other\n        site. He has&nbsp; 2 x 1&nbsp; = 2 ways for it.<\/font><\/p>\n        <p align=\"left\"><font color=\"#008080\" face=\"Arial\"><img loading=\"lazy\" decoding=\"async\"\n        src=\"\/wp-content\/uploads\/2024\/03\/room2.jpg\" width=\"225\" height=\"114\"><\/font><\/p>\n        <p class=\"MsoNormal\"><font color=\"#FF0000\" face=\"Arial\">Factorial\n        n :<\/font><font color=\"#0000A0\" face=\"Arial\"> The product\n        of first &#8216;n&#8217; natural numbers is denoted by n!.<\/font><\/p>\n        <p><font color=\"#0000A0\" face=\"Arial\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\n        n!&nbsp;&nbsp; = n(n-1) (n-2)\n        &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;..3.2.1.<\/font><\/p>\n        <p class=\"MsoNormal\"><font color=\"#0000A0\" face=\"Arial\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/font><font\n        color=\"#008080\" face=\"Arial\">\n        Ex.&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 5!&nbsp;= 5 x 4 x\n        3 x 2 x 1 =120<\/font><\/p>\n        <p class=\"MsoNormal\"><font color=\"#0000A0\" face=\"Arial\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/font><font\n        color=\"#008080\" face=\"Arial\"><strong> Note&nbsp;<\/strong>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\n        0!&nbsp;&nbsp;&nbsp;&nbsp; =&nbsp; 1<\/font><\/p>\n        <p class=\"MsoNormal\"><font color=\"#0000A0\" face=\"Arial\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<\/font><font\n        color=\"#008080\" face=\"Arial\"> Proof&nbsp;&nbsp; n! =n,\n        (n-1)!<\/font><\/p>\n        <p class=\"MsoNormal\"><font color=\"#008080\" face=\"Arial\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\n        Or&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\n        (n-1)! = [n x (n-1)!]\/n = n! \/n<\/font><font\n        color=\"#0000A0\" face=\"Arial\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\n        <\/font><\/p>\n        <p class=\"MsoNormal\"><font color=\"#0000A0\" face=\"Arial\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\n        <\/font><font color=\"#008080\" face=\"Arial\">Putting n = 1,\n        we have <\/font><\/p>\n        <p class=\"MsoNormal\"><font color=\"#008080\" face=\"Arial\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;O!&nbsp;&nbsp;=&nbsp;1!\/1<\/font><\/p>\n        <p class=\"MsoNormal\"><font color=\"#008080\" face=\"Arial\">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;or&nbsp;&nbsp;0\n        = 1&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <\/font><\/p>\n        <p class=\"MsoNormal\"><font color=\"#FF0000\" face=\"Arial\">Permutation<\/font><\/p>\n        <p class=\"MsoNormal\"\n        style=\"margin-left:.75in;text-indent:-.5in;mso-list:l2 level1 lfo1;\ntab-stops:list .75in\"><font\n        color=\"#0000A0\" face=\"Arial\">Number of permutations of\n        &#8216;n&#8217; different things taken &#8216;r&#8217; at a\n        time is given by:-<\/font><\/p>\n        <p class=\"MsoNormal\"\n        style=\"margin-left:.5in;line-height:150%\"><font\n        color=\"#0000A0\" face=\"Arial\"><sup>n<\/sup>P<sub>r<\/sub>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\n        =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\n        &nbsp; n!\/(n-r)!<\/font><\/p>\n        <p class=\"MsoNormal\"\n        style=\"margin-left:45.0pt;text-indent:-45.0pt;tab-stops:\n45.0pt\"><font\n        color=\"#800040\" face=\"Arial\"><strong>Proof<\/strong>:&nbsp;&nbsp;&nbsp;&nbsp;\n        Say we have &#8216;n&#8217; different things a<sub>1<\/sub>,\n        a<sub>2<\/sub>&#8230;&#8230;, a<sub>n<\/sub>.<\/font><\/p>\n        <p class=\"MsoNormal\"\n        style=\"margin-left:45.0pt;text-indent:-45.0pt;tab-stops:\n45.0pt\"><font\n        color=\"#800040\" face=\"Arial\">Clearly the first place can\n        be filled up in &#8216;n&#8217; ways. Number of things left\n        after filling-up the first place = n-1<\/font><\/p>\n        <p class=\"MsoNormal\"\n        style=\"margin-left:45.0pt;text-indent:-45.0pt;tab-stops:\n45.0pt\"><font\n        color=\"#800040\" face=\"Arial\">So the second-place can be\n        filled-up in (n-1) ways. Now number of things left after\n        filling-up the first and second places = n &#8211; 2<\/font><\/p>\n        <p class=\"MsoNormal\"\n        style=\"margin-left:45.0pt;text-indent:-45.0pt;line-height:\n150%;tab-stops:45.0pt\"><font\n        color=\"#800040\" face=\"Arial\">Now the third place can be\n        filled-up in (n-2) ways.<\/font><\/p>\n        <p class=\"MsoNormal\"\n        style=\"margin-left:45.0pt;text-indent:-45.0pt;line-height:\n150%;tab-stops:45.0pt\"><font\n        color=\"#800040\" face=\"Arial\">Thus number of ways of\n        filling-up first-place&nbsp;= n<\/font><\/p>\n        <p class=\"MsoNormal\"\n        style=\"margin-left:45.0pt;text-indent:-45.0pt;line-height:\n150%;tab-stops:45.0pt\"><font\n        color=\"#800040\" face=\"Arial\">Number of ways of filling-up\n        second-place&nbsp;= n-1<\/font><\/p>\n        <p class=\"MsoNormal\"\n        style=\"margin-left:45.0pt;text-indent:-45.0pt;line-height:\n150%;tab-stops:45.0pt\"><font\n        color=\"#800040\" face=\"Arial\">Number of ways of filling-up\n        third-place = n-2<\/font><\/p>\n        <p class=\"MsoNormal\"\n        style=\"margin-left:.5in;text-indent:-.5in;tab-stops:.5in\"><font\n        color=\"#800040\" face=\"Arial\">Number of ways of filling-up\n        r-th place = n &#8211; (r-1) = n-r+1<\/font><\/p>\n        <p class=\"MsoNormal\"\n        style=\"margin-left:.5in;text-indent:-.5in;tab-stops:.5in\"><font\n        color=\"#800040\" face=\"Arial\">By multiplication &#8211;\n        rule of counting, total no. of ways of filling up, first,\n        second &#8212;&nbsp; rth-place together :-<\/font><\/p>\n        <p class=\"MsoNormal\"><font color=\"#800040\" face=\"Arial\">n\n        (n-1) (n-2) &#8212;&#8212;&#8212;&#8212; (n-r+1)<\/font><\/p>\n        <p class=\"MsoNormal\" style=\"text-indent:.5in\"><font\n        color=\"#800040\" face=\"Arial\">Hence:<br>\n        <sup>n<\/sup>P<sub>r<\/sub>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\n        = n (n-1)(n-2) &#8212;&#8212;&#8212;&#8212;&#8211;(n-r+1)<\/font><\/p>\n        <p class=\"MsoNormal\" style=\"line-height:150%\"><font\n        color=\"#800040\" face=\"Arial\">=\n        [n(n-1)(n-2)&#8212;&#8212;&#8212;-(n-r+1)] [(n-r)(n-r-1)&#8212;&#8211;3.2.1.]\n        \/ [(n-r)(n-r-1)] &#8212;-3.2.1<\/font><\/p>\n        <p class=\"MsoNormal\"\n        style=\"margin-left:.5in;line-height:150%\"><font\n        color=\"#800040\" face=\"Arial\"><sup>n<\/sup>P<sub>r<\/sub>&nbsp;=&nbsp;n!\/(n-r)!<\/font><\/p>\n        <p class=\"MsoNormal\"\n        style=\"margin-left:.75in;text-indent:-.5in;mso-list:l5 level1 lfo2;\ntab-stops:list .75in\"><font\n        color=\"#800040\" face=\"Arial\">Number of permutations of\n        &#8216;n&#8217; different things taken all at a time is\n        given by:-<\/font><\/p>\n        <p class=\"MsoNormal\"\n        style=\"margin-left:.5in;text-indent:.25in;line-height:150%\"><font\n        color=\"#800040\" face=\"Arial\"><sup>n<\/sup>P<sub>n<\/sub>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\n        &nbsp;&nbsp; =&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &nbsp;\n        n!<\/font><\/p>\n        <p class=\"MsoNormal\"><font color=\"#800040\" face=\"Arial\">Proof&nbsp;&nbsp;\n        : <br>\n        Now we have &#8216;n&#8217; objects, and n-places.<\/font><\/p>\n        <p class=\"MsoNormal\"><font color=\"#800040\" face=\"Arial\">Number\n        of ways of filling-up first-place&nbsp; = n<\/font><\/p>\n        <p class=\"MsoNormal\"\n        style=\"margin-left:45.0pt;text-indent:-45.0pt;line-height:\n150%;tab-stops:45.0pt\"><font\n        color=\"#800040\" face=\"Arial\">Number of ways of filling-up\n        second-place = n-1<\/font><\/p>\n        <p class=\"MsoNormal\"\n        style=\"margin-left:45.0pt;text-indent:-45.0pt;line-height:\n150%;tab-stops:45.0pt\"><font\n        color=\"#800040\" face=\"Arial\">Number of ways of filling-up\n        third-place&nbsp; = n-2<\/font><\/p>\n        <p class=\"MsoNormal\"\n        style=\"margin-left:.5in;text-indent:-.5in;tab-stops:.5in\"><font\n        color=\"#800040\" face=\"Arial\">Number of ways of filling-up\n        r-th place, i.e. last place =1<\/font><\/p>\n        <p class=\"MsoNormal\"><font color=\"#800040\" face=\"Arial\">Number\n        of ways of filling-up first, second, &#8212; n th place<br>\n        = n (n-1) (n-2)&nbsp;&#8212;&#8212;&nbsp;2.1.<\/font><\/p>\n        <p class=\"MsoNormal\"\n        style=\"margin-left:.5in;line-height:150%\"><font\n        color=\"#800040\" face=\"Arial\"><sup>n<\/sup>P<sub>n<\/sub>&nbsp;=&nbsp;&nbsp;n!<\/font><\/p>\n        <p class=\"MsoNormal\" style=\"line-height:150%\"><font\n        color=\"#0000A0\" face=\"Arial\">Concept.&nbsp;<\/font><\/p>\n        <p class=\"MsoNormal\" style=\"line-height:150%\"><font\n        color=\"#0000A0\" face=\"Arial\">We have&nbsp;&nbsp; <sup>n<\/sup>P<sub>r<\/sub>&nbsp;\n        =&nbsp;&nbsp;&nbsp;&nbsp; n!\/n-r<\/font><\/p>\n        <p class=\"MsoNormal\"><font color=\"#0000A0\" face=\"Arial\">Putting\n        r = n, we have :-<\/font><\/p>\n        <p class=\"MsoNormal\"\n        style=\"margin-left:.5in;line-height:150%\"><font\n        color=\"#0000A0\" face=\"Arial\"><sup>n<\/sup>P<sub>r<\/sub>&nbsp;&nbsp;=&nbsp;&nbsp;&nbsp;n!\n        \/ (n-r)<\/font><\/p>\n        <p class=\"MsoNormal\"\n        style=\"margin-left:.5in;line-height:150%\"><font\n        color=\"#0000A0\" face=\"Arial\">But &nbsp; <sup>n<\/sup>P<sub>n&nbsp;\n        <\/sub>=&nbsp;&nbsp;n!<\/font><\/p>\n        <p class=\"MsoNormal\"><font color=\"#0000A0\" face=\"Arial\">Clearly\n        it is possible, only when&nbsp; n!&nbsp; = 1<\/font><\/p>\n        <p class=\"MsoNormal\"><font color=\"#0000A0\" face=\"Arial\">Hence\n        it is proof that&nbsp;&nbsp;&nbsp;&nbsp; 0! = 1<\/font><\/p>\n        <p class=\"MsoNormal\"><font color=\"#0000A0\" face=\"Arial\"><strong>Note<\/strong>\n        : Factorial of negative-number is not defined. The\n        expression&nbsp; &#8211;3! has no meaning. <\/font><\/p>\n        <p class=\"MsoNormal\"><font color=\"#008080\" face=\"Arial\"><u>Examples<\/u><\/font><\/p>\n        <p class=\"MsoNormal\"><font color=\"#008080\" face=\"Arial\">Q.\n        How many different signals can be made by 5 flags from\n        8-flags of different colours?<\/font><\/p>\n        <p class=\"MsoNormal\"><font color=\"#008080\" face=\"Arial\">Ans.&nbsp;&nbsp;&nbsp;\n        Number of ways taking 5 flags out of 8-flage&nbsp; = <sup>8<\/sup>P<sub>5<\/sub><\/font><\/p>\n        <p class=\"MsoNormal\" style=\"line-height:150%\"><font\n        color=\"#008080\" face=\"Arial\">=&nbsp;&nbsp;&nbsp;8!\/(8-5)!&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\n        <\/font><\/p>\n        <p class=\"MsoNormal\" style=\"line-height:150%\"><font\n        color=\"#008080\" face=\"Arial\">=&nbsp;&nbsp;8 x 7 x 6 x 5 x\n        4 = 6720<\/font><\/p>\n        <p class=\"MsoNormal\"\n        style=\"margin-left:.5in;text-align:justify;text-indent:-.5in;\ntab-stops:.5in\"><font\n        color=\"#008080\" face=\"Arial\">Q. How many words can be\n        made by using the letters of the word\n        &#8220;SIMPLETON&#8221; taken all at a time?<\/font><\/p>\n        <p class=\"MsoNormal\"><font color=\"#008080\" face=\"Arial\">Ans.&nbsp;&nbsp;\n        There are &#8216;9&#8217; different letters of the word\n        &#8220;SIMPLETON&#8221;<\/font><\/p>\n        <p class=\"MsoNormal\"><font color=\"#008080\" face=\"Arial\">Number\n        of Permutations taking all the letters at a time&nbsp; = <sup>9<\/sup>P<sub>9<\/sub><\/font><\/p>\n        <p class=\"MsoNormal\"><font color=\"#008080\" face=\"Arial\">=&nbsp;\n        9!&nbsp;&nbsp;&nbsp; = 362880.<\/font><\/p>\n        <p class=\"MsoNormal\"\n        style=\"margin-left:.5in;text-align:justify;text-indent:-.5in;\ntab-stops:.5in\"><font\n        color=\"#0000A0\" face=\"Arial\">Number of permutations of\n        n-thing, taken all at a time, in which &#8216;P&#8217; are\n        of one type, &#8216;g&#8217; of them are of second-type,\n        &#8216;r&#8217; of them are of third-type, and rest are all\n        different is given by :-<\/font><\/p>\n        <p class=\"MsoNormal\" style=\"line-height:150%\"><font\n        color=\"#0000A0\" face=\"Arial\">&nbsp; n!\/p! x q! x\n        r!&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\n        <\/font><\/p>\n        <p class=\"MsoNormal\"\n        style=\"margin-left:.5in;text-align:justify;text-indent:-.5in;\ntab-stops:.5in\"><font\n        color=\"#008080\" face=\"Arial\">Example: In how many ways\n        can the letters of the word &#8220;Pre-University&#8221; be\n        arranged? <\/font><\/p>\n        <p class=\"MsoNormal\"\n        style=\"margin-left:.5in;text-align:justify;text-indent:-.5in;\ntab-stops:.5in\"><font\n        color=\"#008080\" face=\"Arial\">13!\/2! X 2! X 2!<\/font><\/p>\n        <p class=\"MsoNormal\"\n        style=\"margin-left:.5in;text-align:justify;text-indent:-.5in;\ntab-stops:.5in\"><font\n        color=\"#0000A0\" face=\"Arial\">Number of permutations of\n        n-things, taken &#8216;r&#8217; at a time when each thing\n        can be repeated r-times is given by = n<sup>r<\/sup>.<\/font><\/p>\n        <p class=\"MsoNormal\" style=\"line-height:150%\"><font\n        color=\"#0000A0\" face=\"Arial\">Proof.&nbsp; &nbsp;<\/font><\/p>\n        <p class=\"MsoNormal\" style=\"line-height:150%\"><font\n        color=\"#0000A0\" face=\"Arial\">Number of ways of filling-up\n        first &#8211;place &nbsp;&nbsp;= n<\/font><\/p>\n        <p class=\"MsoNormal\" style=\"line-height:150%\"><font\n        color=\"#0000A0\" face=\"Arial\">Since repetition is allowed,\n        so<\/font><\/p>\n        <p class=\"MsoNormal\"\n        style=\"margin-left:9.0pt;text-indent:.5in;line-height:150%\"><font\n        color=\"#0000A0\" face=\"Arial\">Number of ways of filling-up\n        second-place&nbsp; = n<\/font><\/p>\n        <p class=\"MsoNormal\"\n        style=\"margin-left:45.0pt;text-indent:-45.0pt;line-height:\n150%;tab-stops:45.0pt\"><font\n        color=\"#0000A0\" face=\"Arial\">Number of ways of filling-up\n        third-place\n        &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\n        <\/font><\/p>\n        <p class=\"MsoNormal\"\n        style=\"margin-left:45.0pt;text-indent:-45.0pt;line-height:\n150%;tab-stops:45.0pt\"><font\n        color=\"#0000A0\" face=\"Arial\">Number of ways of filling-up\n        r-th place&nbsp; = n<\/font><\/p>\n        <p class=\"MsoNormal\"\n        style=\"margin-left:45.0pt;text-indent:-45.0pt;line-height:\n150%;tab-stops:45.0pt\"><font\n        color=\"#0000A0\" face=\"Arial\">Hence total number of ways\n        in which first, second &#8212;-r th, places can be filled-up<\/font><\/p>\n        <p class=\"MsoNormal\"\n        style=\"margin-left:.5in;text-indent:-.5in;line-height:150%;\ntab-stops:.5in\"><font\n        color=\"#0000A0\" face=\"Arial\">&nbsp;=&nbsp; n x n x n\n        &#8212;&#8212;&#8212;&#8212;- r factors.<\/font><\/p>\n        <p class=\"MsoNormal\"\n        style=\"margin-left:.5in;text-indent:-.5in;line-height:150%;\ntab-stops:.5in\"><font\n        color=\"#0000A0\" face=\"Arial\">=&nbsp;&nbsp; n<sup>r<\/sup><\/font><\/p>\n        <p class=\"MsoNormal\"\n        style=\"margin-left:.5in;text-indent:-.5in;tab-stops:.5in\"><font\n        color=\"#008080\" face=\"Arial\">Example:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;\n        A child has 3 pocket and 4 coins. In how many ways can he\n        put the coins in his pocket.<\/font><\/p>\n        <p class=\"MsoNormal\"\n        style=\"margin-left:.5in;text-indent:-.5in;tab-stops:.5in\"><font\n        color=\"#008080\" face=\"Arial\">Ans.&nbsp;&nbsp;&nbsp; First\n        coin can be put in 3 ways, similarly second, third and\n        forth coins also can be put in 3 ways.<\/font><\/p>\n        <p class=\"MsoNormal\"\n        style=\"margin-left:.5in;text-indent:-.5in;tab-stops:.5in\"><font\n        color=\"#008080\" face=\"Arial\">So total number of ways\n        =&nbsp;3 x 3 x 3 x 3&nbsp;&nbsp; = 3<sup>4<\/sup>&nbsp;&nbsp;\n        = 81<\/font><\/p>\n        \n\t\t<\/div>\n\t\n","protected":false},"excerpt":{"rendered":"<p>Permutation : Permutation means arrangement of things. The word arrangement is used, if the order of things is considered. Combination: Combination means selection of things. The word selection is used, when the order of things has no importance. Example:&nbsp;&nbsp;&nbsp;&nbsp; Suppose we have to form a number of consisting of three digits using the digits 1,2,3,4, [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-289","page","type-page","status-publish","hentry"],"blocksy_meta":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.9 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Permutation and Combination - Tutors 4 You<\/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:\/\/tutors4you.com\/index.php\/permutation-and-combination\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Permutation and Combination - Tutors 4 You\" \/>\n<meta property=\"og:description\" content=\"Permutation : Permutation means arrangement of things. The word arrangement is used, if the order of things is considered. Combination: Combination means selection of things. The word selection is used, when the order of things has no importance. Example:&nbsp;&nbsp;&nbsp;&nbsp; Suppose we have to form a number of consisting of three digits using the digits 1,2,3,4, [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tutors4you.com\/index.php\/permutation-and-combination\/\" \/>\n<meta property=\"og:site_name\" content=\"Tutors 4 You\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-01T13:01:25+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/tutors4you.com\/index.php\/permutation-and-combination\/\",\"url\":\"https:\/\/tutors4you.com\/index.php\/permutation-and-combination\/\",\"name\":\"Permutation and Combination - Tutors 4 You\",\"isPartOf\":{\"@id\":\"https:\/\/tutors4you.com\/#website\"},\"datePublished\":\"2024-04-01T13:01:24+00:00\",\"dateModified\":\"2024-04-01T13:01:25+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/tutors4you.com\/index.php\/permutation-and-combination\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/tutors4you.com\/index.php\/permutation-and-combination\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/tutors4you.com\/index.php\/permutation-and-combination\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/tutors4you.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Permutation and Combination\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/tutors4you.com\/#website\",\"url\":\"https:\/\/tutors4you.com\/\",\"name\":\"Tutors 4 You\",\"description\":\"Helping you learn\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/tutors4you.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Permutation and Combination - Tutors 4 You","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:\/\/tutors4you.com\/index.php\/permutation-and-combination\/","og_locale":"en_US","og_type":"article","og_title":"Permutation and Combination - Tutors 4 You","og_description":"Permutation : Permutation means arrangement of things. The word arrangement is used, if the order of things is considered. Combination: Combination means selection of things. The word selection is used, when the order of things has no importance. Example:&nbsp;&nbsp;&nbsp;&nbsp; Suppose we have to form a number of consisting of three digits using the digits 1,2,3,4, [&hellip;]","og_url":"https:\/\/tutors4you.com\/index.php\/permutation-and-combination\/","og_site_name":"Tutors 4 You","article_modified_time":"2024-04-01T13:01:25+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/tutors4you.com\/index.php\/permutation-and-combination\/","url":"https:\/\/tutors4you.com\/index.php\/permutation-and-combination\/","name":"Permutation and Combination - Tutors 4 You","isPartOf":{"@id":"https:\/\/tutors4you.com\/#website"},"datePublished":"2024-04-01T13:01:24+00:00","dateModified":"2024-04-01T13:01:25+00:00","breadcrumb":{"@id":"https:\/\/tutors4you.com\/index.php\/permutation-and-combination\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tutors4you.com\/index.php\/permutation-and-combination\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/tutors4you.com\/index.php\/permutation-and-combination\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/tutors4you.com\/"},{"@type":"ListItem","position":2,"name":"Permutation and Combination"}]},{"@type":"WebSite","@id":"https:\/\/tutors4you.com\/#website","url":"https:\/\/tutors4you.com\/","name":"Tutors 4 You","description":"Helping you learn","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tutors4you.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/tutors4you.com\/index.php\/wp-json\/wp\/v2\/pages\/289","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tutors4you.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tutors4you.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tutors4you.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tutors4you.com\/index.php\/wp-json\/wp\/v2\/comments?post=289"}],"version-history":[{"count":1,"href":"https:\/\/tutors4you.com\/index.php\/wp-json\/wp\/v2\/pages\/289\/revisions"}],"predecessor-version":[{"id":290,"href":"https:\/\/tutors4you.com\/index.php\/wp-json\/wp\/v2\/pages\/289\/revisions\/290"}],"wp:attachment":[{"href":"https:\/\/tutors4you.com\/index.php\/wp-json\/wp\/v2\/media?parent=289"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}