In maths paper there is a question on "match the columns" in which column A contains 6 entries and each entry of column A corresponds to exactly one of the 6 entries given in column B written randomly 2 marks are awarded for each correct matching and 1 mark is deducted for each incorrect matching. I, having no subjective knowledge decides to match all 6 entries randomly . Find the number of ways in which I can answer to get at least 2 5 % marks in this question.
Source: AITS
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Please upvote if you are satisfied
Log in to reply
i have a query, your solution is correct but I thought of this problem as:
select 3 choices which must be correct: 6C3 now it doesn't matter what goes with other 3 options, hence it should be any matching of 3 LHS options to RHS ones. that is 3!
so it should be 6C3 * 3!
Where am I wrong?
Log in to reply
This would result in over-counting. For example, if it ended up that all 6 were matched correctly, then your counting method would end up counting this outcome 6C3 = 20 times.
Log in to reply
@Brian Charlesworth – This is similar to finding number of solutions of 2x-y>=3 where 0<=(x,y)<=6. And when we find it, the no. of solutions comes out to be 26. Please correct me
Nice question, Parth. In the case of getting 3 correct, and thus 3 wrong, once the ( 3 6 ) factor is taken care of we have a derangement of the final 3 entries, which can be done in 2 ways.
This is a good question to create variations of. For example, if there were 1 0 entries in each column and we wanted a score of at least 2 5 %, then the number of ways would be
( 5 1 0 ) ∗ 4 4 + ( 6 1 0 ) ∗ 9 + ( 7 1 0 ) ∗ 2 + ( 8 1 0 ) + ( 1 0 1 0 ) = 1 3 2 6 4 .
Nice question with nice solution. Great !
We have 720 ways in total.
First i was doing this ques. the reverse way i.e subtracting the no. of ways out of 720 when getting atleast 25% is not possible.
but i got a way bigger answer than the real one.
WHY !
Problem Loading...
Note Loading...
Set Loading...
Maximum marks in the particular question =12
25% marks means =12× 1 0 0 2 5 =3
c a s e : 1
When I get 3 marks i. e 3 correct and 3 wrong answers
6 C 3 ×3![1- 1 ! 1 - 2 ! 1 - 3 ! 1 ]= 1 × 2 × 3 6 × 5 × 4 [ 2 1 - 6 1 ]×6= 4 0
c a s e : 2
When 4 are correct and 2 wrong
6 C 4 ×2![1- 1 ! 1 + 2 ! 1 ]= 1 5 ways
c a s e : 3
When 5 correct and 1 wrong
6 C 5 ×1!(1-1)=0….......(not possible)
c a s e : 4
all 6 are correct
6 C 6 = 1
Hence total ways= 4 0 + 1 5 + 1 = 5 6