Caselets
Caselets
In caselets data are given in the form of paragraph. No charts/graphs are provided with
the data. Caselets vary considerably in length, in the amount of information contained, in
different sentences and paragraph. While reading a caselets it s always advisable to
underline the important fact and figures and if necessary make your own
table/chart/graphs for solving the questions.
In CAT Caselets can be asked either/both in Quants and Data Interpretation section and it
s similar to the Reading Comprehension part in English Usage section. The best way to
mastery caslets is to practice
Example 1:
Directions for Q. 1 to 5: Refer to the following information and the answer the following
questions.
People Power Corporation presently employs three Managers (A, B and C) and five
recruitment agents (D, E, F, G and H). The company is planning to open a new office in
San Jose to manage placement of software professionals in the US. It is planning to
relocate two of the three managers and three of the five recruitment agents to the office at
San Jose. As it is an organization which is
highly people oriented the management wants to ensure that the individuals who do not
function well together should not be made as a part of the team going to the US.
• Managers A and C are at each others throat and therefore cannot be sent as a team
to the new office.
• C and E are excellent performers in their own right. However, they do not
function together as a team. They should be separated.
• D and G have had a major misunderstanding during the last office picnic. After
the picnic these two have not been in speaking terms and should therefore not be
sent as a team.
• D and F are competing for a promotion that is due in another 3 months. They
should not be a team.
Q1. If D goes to the new office which of the following is (are) true?
I. C cannot go II. A cannot go III. H must also go
(a) I only
(b) II and III only
(c) I and III only
(d) I, II and III
2. If A is to be moved as one of the Managers, which of the following cannot be a
possible working unit?
(a) ABDEH
(b) ABFGH
(c) ABEGH
(d) ABDGH
3. If C and F are moved to the new office, how many combinations are possible?
(a) 4
(b) 1
(c) 3
(d) 5
4. Given the group dynamics of the Managers and the recruitment agents, which of the
following is sure to find a berth in the San Jose office?
(a) B
(b) H
(c) G
(d) E
5. If C is sent to the San Jose office which member of the staff cannot go with C?
(a) B
(b) D
(c) G
(d) F
Example 2
Ghosh Babu took voluntary retirement in Dec. 1991 and received a certain amount of
money as retirement benefits. On Jan 1, 1992, he invested the entire amount in shares. At
the end of the month, he sold all his shares and realised 25% profit. On Feb 1, he
reinvested the entire amount in shares which he sold at the end of the month at a loss of
20%. Again, he invested the entire amount on Mar 1 in a new company. At the end of the
month, he sold the new company to a friend and realised a profit of 20% in the process.
He invested the entire amount in shares on Apr 1, which he sold at the end of the month
for Rs. 1,08,000 incurring a loss of 10%.
3. The amount of loss incurred by Ghosh Babu based on his operation in Apr 1992 is:
a) Rs. 25,000
b) Rs. 12,000
c) Rs. 20,000
d) Rs. 8,000
4. The maximum amount invested by Ghosh Babu in any one month was in:
a) January
b) February
c) March
d) April
Answers:
1. d Let the amount received by Ghosh Babu in Dec. 1991 be Rs. x, as retirement
benefits:
Therefore, investment in the month of Jan 1992 = 100
Profit of 25% at the end of Jan 1992.
Hence, investment in the month of Feb 1992 = 125
Loss of 20% at the end of Feb 1992
Hence, investment in the month of March 1992 = 100
Profit of 20% at the end of March 1992
Hence, investment in the month of April 1992 = 120
Loss of 10% at the end of April 1992
Therefore the amount left at the end of April 1992 = 108
Amount at the end of April 1002 = Rs. 1,08,000
Therefore, simply equating figures, he would have started with Rs 1,00,000
2. a % Profit between Jan 1 and Apr 30 = (1.08x - x/x) X 100
3. b Investment in the month of April = Rs. 1,20,000
Amount received at end of April = Rs. 1,08,000
Therefore, Loss = Rs. 12,000
4. b Maximum amount invested by Ghosh Babu is in the month of February = Rs.
1,25,000
Reminder Theory
1. Basic Concepts
2. Fermat’s Theorems
3. Euler’s Theorems
4. Chinese Remainder Theorem
5. Discrete Logarithms
Examples :
For example:
Recurring decimal of 7 is 6 since 1/7 = 0.142857 ( Repeats after six digits)
So 111111 (6 times) is divisible by 7
222222 (6 times) is divisible by 7
555555(6 times) is divisible by 7
==================================
Chinese Remainder Theorem is used to find integers x that simultaneously solve the
following equation
x = a1 (mod m1)
x = a2 (mod m2)
.....
x = an (mod mn)
The values of x which satisfy equation 1 are 7, 11, 15 and etc. Our first target is to
find the value of x from this series which is divisible by both 3 and 5 (i.e by 15)
The first number in the series that is divisible by 15 is 15. So lets take n1 = 15.
Now the number which satisfy all the above three equation is
N = n1 + n1 + n3 = 15 + 20 + 24 = 59.
N = 59 + (4 * 3 * 5)p where p is any number
Step 1:
Calculate M = m1 x m2 x m3. . . . . x mn
Step 2:
Calculate Z1 = M/m1
Z2 = M/m2
Z3 = M/m3
. . . . . . . . . .. . . ..
Zn = M/mn
Step 3:
Calculate Y1 where Z1Y1 = 1 (mod m1)
Y2 where Z2Y2 = 1 (mod m2)
. . . . . . . . . .. . . ..
Yn where ZnYn = 1 (mod mn)
Step 4:
Calculate x where x = a1 y1 z1 + a2 y2 z2 + a3 y3 z3+ . . . . . . .
Example:
x =3 (mod 4 ) ------- (eq1)
x =2 (mod 3) -------- (eq2)
x = 4 (mod 5) -------- (eq3)
Step 1:
Calculate M = m1 x m2 x m3. . . . . x mn
= 60
Step 2:
Calculate Z1 = M/m1 = 15
Z2 = M/m2 = 20
Z3 = M/m3 = 12
. . . . . . . . . .. . . ..
Zn = M/mn
Step 3:
Calculate Y1 where Z1Y1 = 1 (mod m1)
15Y1 = 1 (mod 4)
Calculate it by trial and error method
For Y1= 1 ; 15 = 3 (mod 4)
For Y1= 2 ; 30 = 2 (mod 4)
For Y1= 3 ; 35 = 1 (mod 4)
So Y1=3 satisfy the condition
Similarly Calculate Y2
where Z2Y2 = 1 (mod m2)
20Y2 = 1 (mod 3)
=> Y2 = 2
.........
Calculate Y3 where Z3Y3 = 1 (mod m3)
12Y3 = 1 (mod 5)
=> Y3 = 3
.. . . ..
Yn where ZnYn = 1 (mod mn)
Step 4:
Calculate x where x = a1 y1 z1 + a2 y2 z2 + a3 y3 z3+ . . . . . . .
X = 3 * 3 * 15 + 2 * 2 *20 + 4 * 3 *12 = 135 + 80 + 144 = 359
359 = 59 mod (60)
And the number in generalized form = 59 + 60P
EXAMPLES
I have come across this question many times in many places so thought of writing a
detail solution.
Please go through it carefully and revert back if you have any problem at any step.
Initially it might seem lengthy but once you have the expertise it wont take more
than couple of minutes.
34 8 17 5 3 2 2
37! = 2 x5 x3 x7 x 11 x 13 x 17 x 19 x 23 x 29 x 31 x 37
STEP2
37! Contains 8 zeros at the end as we have 8 fives in 37!. So we can get the first
non-zero digit by dividing 37! With 109 but that is not an easy.
In stead of doing that we ‘ll first divide 37! With 108 and then we ‘ll try to find out
the reminder of the new number when divided by 10.
(Try to clearly understand what is the difference between above two)
STEP3
STEP4
4 x 3=2
2 x 7=4
4 x 9=6
6 x 9=4
4 x 19 (or 9)= 6
6 x 3( or 23) = 8
8 x 9=2
2 x 1=2
2 x 7=4
Euler Function
In number theory, the totient ( also called phi) Φ (n) of a positive integer n is defined as
the number of positive integers less than or equal to n that are co prime to n.
For example, Φ(9) = 6 since the six numbers 1, 2, 4, 5, 7 and 8 are co prime to 9.
A few first values: Φ (1)=1, Φ (2)=1, Φ (3)=2, Φ (4)=2, Φ (5)=4, Φ (6)=2, Φ (7)=6, Φ
(8)=4, Φ (9)=6, Φ (10)=4, Φ (11)=10, Φ (12)=4, Φ (13)=12, etc., do not appear to follow
any law.
But there is a formula discovered by Euler to which helps in calculating these numbers.
According to Euler
Reminder Theorem
Properties
1. The sum over the Euler function values Φ (d) of all divisors d of an integer number n
exactly gives n. E.g. for n=12: Φ (1) + Φ (2) + Φ (3) + Φ (4) + Φ (6) + Φ (12) = 1 + 1 + 2
+ 2 + 2 + 4 = 12
60 = 22 x 31 x 51
i.e if N = Xa Yb Zc
ap = a modulo p.
i.e. If p is a prime and n is an integer then np–n is divisible by p.
Questions
Q1 : what is the reminder when 1139 is divided by 19
Q2. Find the reminder when 591 is divided by 91
Q3. Find the following reminders
a. 757575 is divided by 37
b. 2100 is divided by 101
c. 20 51 97 is divided by 17
Corollary :
nq – n is divisible by q where q is a prime number or product of
two prime numbers.
Important Points:
1. If P be a prime number such that ap – bp is divisible by p, then it is also divisible
by p2
OSO points: 76
Location:
Comments : 14
Q1 answer
As per fermat's little theorem (1119 - 11)/19 = k
=> 1119 - 11 = 19k
Others
d. xn - an is divisible by (x + a)
if n is even but not if n is odd
e xn - an is always divisible by (x - a)