Official Quant thread for CAT 2013

@Gaul said:
In a room there are 7 persons. The chance that 2 of them were born on the same day of the week is?
chance of any two of them being born on same day is =1- chance of all of them being born on different days.

total number of possible ways = 7^7

now first person can be born on any of the 7 days, next person can be born on any of the 6 days, next person can be born on any of remaining 5 days....and so on.

So possible no. of ways in which all are born on different days = 7*6*5..*2*1 = 7!

hence chance that at least 2 of them are born on same day = 1- 7!/7^7 = 1 - 6!/7^6


ATDH.
@IIM-A2013 said:
Three groups of companies : tata,birla,reliance announce the average of the annual profit for all years since their establishment .the average profit of tata is Rs 75000lakhthe average profit of birla is Rs 64000lakhthe average profit of reliance is Rs 73000lakhthe average profit of all results of tata and birla is Rs 70000lakhthe average profit of all results of reliance and birla is Rs 69000lakhapproximately what is the profit for all the three groups of companies?a Rs 70800 lakh b. Rs 71086 lakh c. Rs 70666 lakh d can't be determined.please suggest.
T=75t, B=64b, R=73r
75t+64b=70(t+b)--1 t/b=6/5
73r+64b=69(r+b)--2 r/b=5/4
t:b:r=24:20:25
Avg P = (24*75000+64000*20+73000*25)/(24+20+25) = b) 71086 lakh.
@vijay_chandola said:
How did you reach to answer?
assumed a/b=K

from a pack of 52 cards,a card is picked at random.the denomination on the card is noted down(for ex : if 6 of diamonds is picked up 6 is noted) and then the card is replaced back into the pack.this process is repeated for 9 more times.find the remainder when sum of all the noted down numbers is divided by 17?


note :question doesn't contain any other information!!

@prudhvi341 said:
from a pack of 52 cards,a card is picked at random.the denomination on the card is noted down(for ex : if 6 of diamonds is picked up 6 is noted) and then the card is replaced back into the pack.this process is repeated for 9 more times.find the remainder when sum of all the noted down numbers is divided by 17?note :question doesn't contain any other information!!
Will vary from 0-16. o.O What's OA?
@Torque024 thats what even i thought options were like 1 3 6 5 .this question appeared in my CAT 2012

@prudhvi341 said:
@Torque024 thats what even i thought options were like 1 3 6 5 .this question appeared in my CAT 2012
Please dont write CAT2012 !! ur under NDA !!
@prudhvi341 said:
from a pack of 52 cards,a card is picked at random.the denomination on the card is noted down(for ex : if 6 of diamonds is picked up 6 is noted) and then the card is replaced back into the pack.this process is repeated for 9 more times.find the remainder when sum of all the noted down numbers is divided by 17?note :question doesn't contain any other information!!
@Torque024 said:
Will vary from 0-16. o.O What's OA?

I don't think it is a valid ques BTW does all the face card also have denomination like ace =1 jack =10 ...??...
@prudhvi341 said:
@Torque024 thats what even i thought options were like 1 3 6 5 .this question appeared in my CAT 2012
Main problem is that, you can't recall the correct question.
[8(2)+3]mod17=2 and so on we can get any number from 0-16.
@AIM_IIM_2013 THEY HAVENT MENTIONED ANY ,I HAVE READ THE QUESTION THRICE

@anytomdickandhary said:
@krum@ScareCrow28Ok here goes my logic. (This is a fairly long post, but this is one of the very good questions that gives a good idea of conditional probability, hence have taken the liberty to write the detailed gyan for some who might be interested. Others can directly refer to the solution section)Since it is known that if both the machines are empty then it gets refilled. So when we see that a given machine is empty it means that other must have at least 1 refill left, as in no case both the machines are ever empty. Since one of the machines is empty => no. of people who have already come before is 5 or 6 or 7 or 8 or 9 and each of these numbers have equal probability of 1/5 each.Now, If there are 3 or more refills left in other machine then we can definitely fill our order. Now, there are 5 possibilities for the other machine,it has either 5 refills, 4 refills, 3 refills, 2 refills or 1 refills. So to us it appears that in three out of five case we can get the refill hence we tend to get (3/5) as answerNow a key point to realize here (which I think many of us tend to miss) is that it is given that people come randomly. So if we ask to ourselves that, say both the coffee machines are full and 5 people came one by one and randomly take coffee from any of the machines. So which one do you think is more probable. All five taking coffee from same machine, or any two of them take from first machine and other three take from the second machine?Read the below para only if you could not get the point in previous paragraphIf it is still not clear then let us magnify the situation 100 times. Say each machine has 500 fills . and 500 people come one after the other and randomly chose one of the coffee machines and take a fill. Now do you think that all 500 refills from only one of the machines is equally likely as 200 from one machine and 300 from the other? So this means that probability of lots of people taking coffee and that too from same machine is not same as when they are evenly distributed. So under the light of given information in the question that one of the machines is empty (i.e lots of people have taken from machine) we need to recalculate the probabilities of each of the 5 cases.Back to the solutionSo we go case by case. (say we name the machines p and q, and after checking p is the machine which was found to be empty)case1: there are 5 refills left in machine q. This means that there were five people who have already come earlier and they all took coffee from p. Now probability of 5 people having come = (1/5).notice that (p+q)^5 gives all the possible ways that 5 people could have used the coffee machine. Out of which we are interested in case of p^5 (i.e. all the people took coffee from machine p) co-efficient of p^5 is C(5,0) = 1hence p(5) = (1/5)*C(5,0)/2^5 = (1/5)*(1/32)case2: 4 re-fills left. i.e 6 people have taken coffee i.e we are interest in co-efficient of p^5*q in (p+q)^6 = (1/5)*C(6,1) hence p(4) = (1/5)*C(6,1)/2^5similarlycase3: 3 re-fills left p(3)= (1/5)*C(7,2)/2^5case4: 2 refills left p(2)= (1/5)*C(8,3)/2^5case5: 1 refill left = p(1) = (1/5)*C(9,4)/2^5but only case1, case 2 and case3 are favorable. So required probability = {p(5)+p(4)+p(3)}/{p(1)+p(2)....p(5) = 1/12I hope this is correct!ATDH.
"W-O-W"...__/\__
@anytomdickandhary Sir Awesome detailed explanation of that probability problem.
But I still think that Probability is not about answers but about your approach. More than one answers can be CORRECT but only one of them RIGHT! 😃 You got it right! Hats Off Sir!!
@prudhvi341 said:
from a pack of 52 cards,a card is picked at random.the denomination on the card is noted down(for ex : if 6 of diamonds is picked up 6 is noted) and then the card is replaced back into the pack.this process is repeated for 9 more times.find the remainder when sum of all the noted down numbers is divided by 17?note :question doesn't contain any other information!!
fix kaise hoga yar..

@anytomdickandhary sir ki post padhne ka bhi time nhn mil rha.
How many positive integers less than a million can be formed with the digits 0, 7, 8 and 9?

a) 4095
b) 4096
c) 3072
d) 3075
@vijay_chandola said:
How many positive integers less than a million can be formed with the digits 0, 7, 8 and 9?a) 4095b) 4096c) 3072d) 3075
4096?
@vijay_chandola said:
How many positive integers less than a million can be formed with the digits 0, 7, 8 and 9?a) 4095b) 4096c) 3072d) 3075
_ _ _ _ _ _
each can be filled in 4 ways
4^6=4096
@vijay_chandola said:
How many positive integers less than a million can be formed with the digits 0, 7, 8 and 9?a) 4095b) 4096c) 3072d) 3075
6 digits where each can be filled in 4 ways
4^6 = 4096
@maddy2807 said:
4096?
@ScareCrow28 said:
6 digits where each can be filled in 4 ways4^6 = 4096
@Torque024 said:
_ _ _ _ _ _ each can be filled in 4 ways 4^6=4096
OA: 4095

total number of terms=3+3*4+3*4^2+3*4^3+..3*4^5=3*(4^6-1)/3=4^6-1=4095
@ScareCrow28 said:
6 digits where each can be filled in 4 ways4^6 = 4096
@Torque024 said:
_ _ _ _ _ _ each can be filled in 4 ways 4^6=4096
Less then a million m to 1 digit 2 digit no. bhi ajayngye
@vijay_chandola yeap correct !!!rock on
@vijay_chandola said:
OA: 4095total number of terms=3+3*4+3*4^2+3*4^3+..3*4^5=3*(4^6-1)/3=4^6-1=4095
Damn me! sux...!!