If eight different books, 5 math and 3 cs, are randomly arranged on a shelf, what's the probability that all...

How to take photos in burst mode, without vibration?

A reference to a well-known characterization of scattered compact spaces

Can a rocket refuel on Mars from water?

How much of data wrangling is a data scientist's job?

Emailing HOD to enhance faculty application

Is it legal for company to use my work email to pretend I still work there?

How do I write bicross product symbols in latex?

Took a trip to a parallel universe, need help deciphering

How to prevent "they're falling in love" trope

What does it mean to describe someone as a butt steak?

What mechanic is there to disable a threat instead of killing it?

What is the intuition behind short exact sequences of groups; in particular, what is the intuition behind group extensions?

Memorizing the Keyboard

Brothers & sisters

In a spin, are both wings stalled?

What to put in ESTA if staying in US for a few days before going on to Canada

How can I make my BBEG immortal short of making them a Lich or Vampire?

Do I have a twin with permutated remainders?

How can I fix/modify my tub/shower combo so the water comes out of the showerhead?

How is it possible to have an ability score that is less than 3?

Is it possible to run Internet Explorer on OS X El Capitan?

If human space travel is limited by the G force vulnerability, is there a way to counter G forces?

Could gravitational lensing be used to protect a spaceship from a laser?

Why do I get two different answers for this counting problem?



If eight different books, 5 math and 3 cs, are randomly arranged on a shelf, what's the probability that all 3 cs books are together?


Books Arranged on a Shelf: 5 must be to the left, and 2 must be to the rightIn how many different ways can $3$ red, $4$ yellow and $2$ blue bulbs be arranged in a row?Grouping and counting methods, same answer for two different questions?What is the probability that all books of the same language land next to each other in a random arrangement?How many ways can 4 French, 2 Spanish, and 3 German books be arranged on a shelf if the French and German books are together?Number of ways in which the books may be arranged on the shelf, if the volumes of each set are together and in their due order isArranging $12$ different books on a shelf so that $3$ particular books are never togetherTen books are to be arranged on a shelf. Permutation QuestionProblem about eight different books randomly put on shelf.3 different math books, 2 different physics books are arranged on a bookshelf. In how many ways can they be arranged if no 2 math books are together?













1












$begingroup$


Here's what I did, but I feel like it's wrong.



$$3C3 * 5!/8!$$



so that we're choosing all 3 cs books to be together, and then choosing the remaining 5 math books to be arranged on the shelf, and we divide by $8!$ since there are $8!$ ways of arranging all the books.










share|cite|improve this question











$endgroup$

















    1












    $begingroup$


    Here's what I did, but I feel like it's wrong.



    $$3C3 * 5!/8!$$



    so that we're choosing all 3 cs books to be together, and then choosing the remaining 5 math books to be arranged on the shelf, and we divide by $8!$ since there are $8!$ ways of arranging all the books.










    share|cite|improve this question











    $endgroup$















      1












      1








      1





      $begingroup$


      Here's what I did, but I feel like it's wrong.



      $$3C3 * 5!/8!$$



      so that we're choosing all 3 cs books to be together, and then choosing the remaining 5 math books to be arranged on the shelf, and we divide by $8!$ since there are $8!$ ways of arranging all the books.










      share|cite|improve this question











      $endgroup$




      Here's what I did, but I feel like it's wrong.



      $$3C3 * 5!/8!$$



      so that we're choosing all 3 cs books to be together, and then choosing the remaining 5 math books to be arranged on the shelf, and we divide by $8!$ since there are $8!$ ways of arranging all the books.







      probability combinatorics






      share|cite|improve this question















      share|cite|improve this question













      share|cite|improve this question




      share|cite|improve this question








      edited Mar 19 at 9:16









      N. F. Taussig

      45k103358




      45k103358










      asked Mar 19 at 5:55









      ZakuZaku

      1729




      1729






















          2 Answers
          2






          active

          oldest

          votes


















          4












          $begingroup$

          Your answer is wrong because there are not $binom 3 3$ possible locations for the CS books. You should see that as relatively obvious since $binom 3 3 = 1$ which obviously doesn't make sense.





          Let's try a simpler approach. Imagine treating the $3$ CS books as a single book in the group of $8$ - which becomes $6$ books in light of this interpretation. By treating the three as a single book, this guarantees the three are together, making things much simpler!



          How many ways can you arrange this group of $6$ books? That would be $6!$ ways.



          Within the triplet of three books, you can arrange them in $3!$ further ways. We do care about the order, which is why we don't use combinations here. Since this lends us to having $3!$ permutations per permutation of the overall set with the triplet, we multiply $6!$ and $3!$.



          Overall, there are $8!$ ways to arrange the set of books altogether. Thus, the probability the three end up together is given by



          $$frac{text{desired arrangements}}{text{all possible arrangements}} = frac{6! cdot 3!}{8!} = frac{3}{28} approx 10.714%$$






          share|cite|improve this answer









          $endgroup$





















            2












            $begingroup$

            As an alternative to the nice solution provided by Eevee Trainer, we take as our sample space the $binom{8}{3}$ ways of selecting three of the eight positions for the computer science books. If the three computer science books are placed consecutively, the leftmost book in the block of three computer science books must be placed in one of the first six positions. Hence, the probability that the three computer science books are placed consecutively is
            $$frac{6}{binom{8}{3}} = frac{3}{28}$$






            share|cite|improve this answer









            $endgroup$














              Your Answer





              StackExchange.ifUsing("editor", function () {
              return StackExchange.using("mathjaxEditing", function () {
              StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix) {
              StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
              });
              });
              }, "mathjax-editing");

              StackExchange.ready(function() {
              var channelOptions = {
              tags: "".split(" "),
              id: "69"
              };
              initTagRenderer("".split(" "), "".split(" "), channelOptions);

              StackExchange.using("externalEditor", function() {
              // Have to fire editor after snippets, if snippets enabled
              if (StackExchange.settings.snippets.snippetsEnabled) {
              StackExchange.using("snippets", function() {
              createEditor();
              });
              }
              else {
              createEditor();
              }
              });

              function createEditor() {
              StackExchange.prepareEditor({
              heartbeatType: 'answer',
              autoActivateHeartbeat: false,
              convertImagesToLinks: true,
              noModals: true,
              showLowRepImageUploadWarning: true,
              reputationToPostImages: 10,
              bindNavPrevention: true,
              postfix: "",
              imageUploader: {
              brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
              contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
              allowUrls: true
              },
              noCode: true, onDemand: true,
              discardSelector: ".discard-answer"
              ,immediatelyShowMarkdownHelp:true
              });


              }
              });














              draft saved

              draft discarded


















              StackExchange.ready(
              function () {
              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3153716%2fif-eight-different-books-5-math-and-3-cs-are-randomly-arranged-on-a-shelf-wha%23new-answer', 'question_page');
              }
              );

              Post as a guest















              Required, but never shown

























              2 Answers
              2






              active

              oldest

              votes








              2 Answers
              2






              active

              oldest

              votes









              active

              oldest

              votes






              active

              oldest

              votes









              4












              $begingroup$

              Your answer is wrong because there are not $binom 3 3$ possible locations for the CS books. You should see that as relatively obvious since $binom 3 3 = 1$ which obviously doesn't make sense.





              Let's try a simpler approach. Imagine treating the $3$ CS books as a single book in the group of $8$ - which becomes $6$ books in light of this interpretation. By treating the three as a single book, this guarantees the three are together, making things much simpler!



              How many ways can you arrange this group of $6$ books? That would be $6!$ ways.



              Within the triplet of three books, you can arrange them in $3!$ further ways. We do care about the order, which is why we don't use combinations here. Since this lends us to having $3!$ permutations per permutation of the overall set with the triplet, we multiply $6!$ and $3!$.



              Overall, there are $8!$ ways to arrange the set of books altogether. Thus, the probability the three end up together is given by



              $$frac{text{desired arrangements}}{text{all possible arrangements}} = frac{6! cdot 3!}{8!} = frac{3}{28} approx 10.714%$$






              share|cite|improve this answer









              $endgroup$


















                4












                $begingroup$

                Your answer is wrong because there are not $binom 3 3$ possible locations for the CS books. You should see that as relatively obvious since $binom 3 3 = 1$ which obviously doesn't make sense.





                Let's try a simpler approach. Imagine treating the $3$ CS books as a single book in the group of $8$ - which becomes $6$ books in light of this interpretation. By treating the three as a single book, this guarantees the three are together, making things much simpler!



                How many ways can you arrange this group of $6$ books? That would be $6!$ ways.



                Within the triplet of three books, you can arrange them in $3!$ further ways. We do care about the order, which is why we don't use combinations here. Since this lends us to having $3!$ permutations per permutation of the overall set with the triplet, we multiply $6!$ and $3!$.



                Overall, there are $8!$ ways to arrange the set of books altogether. Thus, the probability the three end up together is given by



                $$frac{text{desired arrangements}}{text{all possible arrangements}} = frac{6! cdot 3!}{8!} = frac{3}{28} approx 10.714%$$






                share|cite|improve this answer









                $endgroup$
















                  4












                  4








                  4





                  $begingroup$

                  Your answer is wrong because there are not $binom 3 3$ possible locations for the CS books. You should see that as relatively obvious since $binom 3 3 = 1$ which obviously doesn't make sense.





                  Let's try a simpler approach. Imagine treating the $3$ CS books as a single book in the group of $8$ - which becomes $6$ books in light of this interpretation. By treating the three as a single book, this guarantees the three are together, making things much simpler!



                  How many ways can you arrange this group of $6$ books? That would be $6!$ ways.



                  Within the triplet of three books, you can arrange them in $3!$ further ways. We do care about the order, which is why we don't use combinations here. Since this lends us to having $3!$ permutations per permutation of the overall set with the triplet, we multiply $6!$ and $3!$.



                  Overall, there are $8!$ ways to arrange the set of books altogether. Thus, the probability the three end up together is given by



                  $$frac{text{desired arrangements}}{text{all possible arrangements}} = frac{6! cdot 3!}{8!} = frac{3}{28} approx 10.714%$$






                  share|cite|improve this answer









                  $endgroup$



                  Your answer is wrong because there are not $binom 3 3$ possible locations for the CS books. You should see that as relatively obvious since $binom 3 3 = 1$ which obviously doesn't make sense.





                  Let's try a simpler approach. Imagine treating the $3$ CS books as a single book in the group of $8$ - which becomes $6$ books in light of this interpretation. By treating the three as a single book, this guarantees the three are together, making things much simpler!



                  How many ways can you arrange this group of $6$ books? That would be $6!$ ways.



                  Within the triplet of three books, you can arrange them in $3!$ further ways. We do care about the order, which is why we don't use combinations here. Since this lends us to having $3!$ permutations per permutation of the overall set with the triplet, we multiply $6!$ and $3!$.



                  Overall, there are $8!$ ways to arrange the set of books altogether. Thus, the probability the three end up together is given by



                  $$frac{text{desired arrangements}}{text{all possible arrangements}} = frac{6! cdot 3!}{8!} = frac{3}{28} approx 10.714%$$







                  share|cite|improve this answer












                  share|cite|improve this answer



                  share|cite|improve this answer










                  answered Mar 19 at 7:30









                  Eevee TrainerEevee Trainer

                  9,70031740




                  9,70031740























                      2












                      $begingroup$

                      As an alternative to the nice solution provided by Eevee Trainer, we take as our sample space the $binom{8}{3}$ ways of selecting three of the eight positions for the computer science books. If the three computer science books are placed consecutively, the leftmost book in the block of three computer science books must be placed in one of the first six positions. Hence, the probability that the three computer science books are placed consecutively is
                      $$frac{6}{binom{8}{3}} = frac{3}{28}$$






                      share|cite|improve this answer









                      $endgroup$


















                        2












                        $begingroup$

                        As an alternative to the nice solution provided by Eevee Trainer, we take as our sample space the $binom{8}{3}$ ways of selecting three of the eight positions for the computer science books. If the three computer science books are placed consecutively, the leftmost book in the block of three computer science books must be placed in one of the first six positions. Hence, the probability that the three computer science books are placed consecutively is
                        $$frac{6}{binom{8}{3}} = frac{3}{28}$$






                        share|cite|improve this answer









                        $endgroup$
















                          2












                          2








                          2





                          $begingroup$

                          As an alternative to the nice solution provided by Eevee Trainer, we take as our sample space the $binom{8}{3}$ ways of selecting three of the eight positions for the computer science books. If the three computer science books are placed consecutively, the leftmost book in the block of three computer science books must be placed in one of the first six positions. Hence, the probability that the three computer science books are placed consecutively is
                          $$frac{6}{binom{8}{3}} = frac{3}{28}$$






                          share|cite|improve this answer









                          $endgroup$



                          As an alternative to the nice solution provided by Eevee Trainer, we take as our sample space the $binom{8}{3}$ ways of selecting three of the eight positions for the computer science books. If the three computer science books are placed consecutively, the leftmost book in the block of three computer science books must be placed in one of the first six positions. Hence, the probability that the three computer science books are placed consecutively is
                          $$frac{6}{binom{8}{3}} = frac{3}{28}$$







                          share|cite|improve this answer












                          share|cite|improve this answer



                          share|cite|improve this answer










                          answered Mar 19 at 10:55









                          N. F. TaussigN. F. Taussig

                          45k103358




                          45k103358






























                              draft saved

                              draft discarded




















































                              Thanks for contributing an answer to Mathematics Stack Exchange!


                              • Please be sure to answer the question. Provide details and share your research!

                              But avoid



                              • Asking for help, clarification, or responding to other answers.

                              • Making statements based on opinion; back them up with references or personal experience.


                              Use MathJax to format equations. MathJax reference.


                              To learn more, see our tips on writing great answers.




                              draft saved


                              draft discarded














                              StackExchange.ready(
                              function () {
                              StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmath.stackexchange.com%2fquestions%2f3153716%2fif-eight-different-books-5-math-and-3-cs-are-randomly-arranged-on-a-shelf-wha%23new-answer', 'question_page');
                              }
                              );

                              Post as a guest















                              Required, but never shown





















































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown

































                              Required, but never shown














                              Required, but never shown












                              Required, but never shown







                              Required, but never shown







                              Popular posts from this blog

                              Nidaros erkebispedøme

                              Birsay

                              Where did Arya get these scars? Unicorn Meta Zoo #1: Why another podcast? Announcing the arrival of Valued Associate #679: Cesar Manara Favourite questions and answers from the 1st quarter of 2019Why did Arya refuse to end it?Has the pronunciation of Arya Stark's name changed?Has Arya forgiven people?Why did Arya Stark lose her vision?Why can Arya still use the faces?Has the Narrow Sea become narrower?Does Arya Stark know how to make poisons outside of the House of Black and White?Why did Nymeria leave Arya?Why did Arya not kill the Lannister soldiers she encountered in the Riverlands?What is the current canonical age of Sansa, Bran and Arya Stark?