Notices
Results 1 to 3 of 3

Thread: test solutions

  1. #1 test solutions 
    New Member
    Join Date
    Sep 2014
    Posts
    4
    so if there's a test with 20 questions, and every question has 2 answers to choose from, the amount of ways to fill in the test is 2^20, but how does one calculate the amount of possible ways to fill in the test when you have 15 correct answers?


    Reply With Quote  
     

  2.  
     

  3. #2  
    Forum Radioactive Isotope MagiMaster's Avatar
    Join Date
    Jul 2006
    Posts
    3,440
    Imagine the first 15 answers are correct. That's one possibility. To get the rest, you could just rearrange the numbering of the questions so that questions 1-15 were correct. There are 20! (20 factorial) ways to rearrange 20 things, but that over counts things. You only care that the first 15 are correct, but not what order they're in. So you divide by the number of ways you can rearrange those first 15. But you also don't care what order the 5 incorrect ones are, so you also divide by the number of ways of rearranging those.

    So, the final answer is 20! / (15! * 5!) = 15504 and this method will generalize to any number of things and categories. If you wanted the number of ways of arranging 5 red balls, 4 blue balls and 3 green balls, that'd be 12! / (5! * 4! * 3!).


    Reply With Quote  
     

  4. #3  
    New Member
    Join Date
    Sep 2014
    Posts
    4
    Quote Originally Posted by MagiMaster View Post
    Imagine the first 15 answers are correct. That's one possibility. To get the rest, you could just rearrange the numbering of the questions so that questions 1-15 were correct. There are 20! (20 factorial) ways to rearrange 20 things, but that over counts things. You only care that the first 15 are correct, but not what order they're in. So you divide by the number of ways you can rearrange those first 15. But you also don't care what order the 5 incorrect ones are, so you also divide by the number of ways of rearranging those.

    So, the final answer is 20! / (15! * 5!) = 15504 and this method will generalize to any number of things and categories. If you wanted the number of ways of arranging 5 red balls, 4 blue balls and 3 green balls, that'd be 12! / (5! * 4! * 3!).
    thank you very much, this will really help me at school c:
    Reply With Quote  
     

Similar Threads

  1. Implicit solutions
    By wj_green in forum Mathematics
    Replies: 0
    Last Post: April 30th, 2014, 11:43 AM
  2. Conductivity of solutions
    By helphelp in forum Chemistry
    Replies: 2
    Last Post: November 5th, 2013, 05:31 AM
  3. Multiple solutions in antidifferentiation.
    By epidecus in forum Mathematics
    Replies: 1
    Last Post: September 23rd, 2012, 04:12 PM
  4. Why is the Turing Test considered a good test of AI?
    By angrysoba in forum Computer Science
    Replies: 1
    Last Post: October 17th, 2006, 11:38 AM
Bookmarks
Bookmarks
Posting Permissions
  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •