You are currently browsing the category archive for the ‘Quant Dope’ category.

For more information and FREE online practice tests, visit: www.tenaday.in

Probability Basics

Probability is the likelihood or chance of an event occurring.
Probability = the number of ways of achieving success/ the total number of possible outcomes

For example, the probability of flipping a coin and it being heads is ½, because there is 1 way of getting a head and the total number of possible outcomes is 2 (a head or tail). We write P(heads) = ½ .

The probability of something which is certain to happen is 1.
The probability of something which is impossible to happen is 0.
The probability of something not happening is 1 minus the probability that it will happen.

Illustrations

Example
There are 6 beads in a bag, 3 are red, 2 are yellow and 1 is blue. What is the probability of picking a yellow?

The probability is the number of yellows in the bag divided by the total number of balls, i.e. 2/6 = 1/3.

Example
There is a bag full of coloured balls, red, blue, green and orange. Balls are picked out and replaced. John did this 1000 times and obtained the following results:
Number of blue balls picked out: 300
Number of red balls: 200
Number of green balls: 450
Number of orange balls: 50

a) What is the probability of picking a green ball?
b) If there are 100 balls in the bag, how many of them are likely to be green?

a) For every 1000 balls picked out, 450 are green. Therefore P(green) = 450/1000 = 0.45

b) The experiment suggests that 450 out of 1000 balls are green. Therefore, out of 100 balls, 45 are green (using ratios).

Example
Find a chance of throwing more than 15 in one throw with 3 dice.
1) 1/54 2)17/216 3)5/108 4) CANNOT BE DETERMINED
Probability = the number of ways of achieving success
the total number of possible outcomes
Total no of possible outcomes with 1 dice = 6
Total no of possible outcomes with 3 dice = 6x6x6 =216
Now the denominator is fixed. We have to find out the numerator.
Possible favourable outcomes are 6,6,6 ; 6,6,5 ; 6,5,5 and 6,6,4.
For 6,6,6: no of ways =1
For 6,6,5 no of ways = 3
For 6,5,5 no of ways = 6,5,5 or 5,6,5 or 5,5,6 so 3.
For 6,6,4 no of ways = 3
Total no of favourable ways = 3+ +3+1 =10
Thus Ans =10/216 = 5/108 ie 3rd option.

Some more Basic Fundas

In mathematics a probability of an event, A is represented by a real number in the range from 0 to 1 and written as P(A), p(A) or Pr(A). An impossible event has a probability of 0, and a certain event has a probability of 1.
The opposite or complement of an event A is the event [not A] (that is, the event of A not occurring); its probability is given by P(not A) = 1 – P(A).

There are two very common terms in Probability : Independent and Mutually Exclusive.

For example, when drawing a single card at random from a regular deck of cards, the chance of getting a heart or a face card (J,Q,K) (or one that is both) is , because of the 52 cards of a deck 13 are hearts, 12 are face cards, and 3 are both: here the possibilities included in the “3 that are both” are included in each of the “13 hearts” and the “12 face cards” but should only be counted once.

Conditional probability is the probability of some event A, given the occurrence of some other event B. Conditional probability is written P(A|B), and is read “the probability of A, given B”. It is defined by

If P(B) = 0 then is undefined.
For Independent events , P(B/A)=P(B)
And P(A/B)=P(A)
Bayer’s Theorem

=P(B/A) x P(A)/P(B)

Possibility Spaces

When working out what the probability of two things happening is, a probability/ possibility space can be drawn.

Example
if you throw two dice, what is the probability that you will get: a) 8, b) 9, c) either 8or9?
a) The black blobs indicate the ways of getting 8 (a 2 and a 6, a 3 and a 5, …). There are 5 different ways. The probability space shows us that when throwing 2 dice, there are 36 different possibilities (36 squares). With 5 of these possibilities, you will get 8. Therefore P(8) = 5/36 .
b) The red blobs indicate the ways of getting 9. There are four ways, therefore P(9) = 4/36 = 1/9.
c) You will get an 8 or 9 in any of the ‘blobbed’ squares. There are 9 altogether, so P(8 or 9) = 9/36 = 1/4.

Probability Trees

Another way of representing 2 or more events is on a probability tree.

Example
There are 3 balls in a bag: red, yellow and blue. One ball is picked out, and not replaced, and then another ball is picked out.

The first ball can be red, yellow or blue. The probability is 1/3 for each of these. If a red ball is picked out, there will be two balls left, a yellow and blue. The probability the second ball will be yellow is 1/2 and the probability the second ball will be blue is 1/2. The same logic can be applied to the cases of when a yellow or blue ball is picked out first.

In this example, the question states that the ball is not replaced. If it was, the probability of picking a red ball (etc.) the second time will be the same as the first (i.e. 1/3).

In the above example, the probability of picking a red first is 1/3 and a yellow second is 1/2. The probability that a red AND then a yellow will be picked is 1/3 × 1/2 = 1/6 (this is shown at the end of the branch). The rule is:
• If two events A and B are independent (this means that one event does not depend on the other), then the probability of both A and B occurring is found by multiplying the probability of A occurring by the probability of B occurring.
The probability of picking a red OR yellow first is 1/3 + 1/3 = 2/3. The rule is:
• If we have two events A and B and it isn’t possible for both events to occur, then the probability of A or B occuring is the probability of A occurring + the probability of B occurring.

On a probability tree, when moving from left to right we multiply and when moving down we add.

Example
What is the probability of getting a yellow and a red in any order?
This is the same as: what is the probability of getting a yellow AND a red OR a red AND a yellow.
P(yellow and red) = 1/3 × 1/2 = 1/6
P(red and yellow) = 1/3 × 1/2 = 1/6
P(yellow and red or red and yellow) = 1/6 + 1/6 = 1/3

Example

In a Shooting Competition, the probability of hitting the target by A is 2/5, by B is 2/3 and by C is 3/5. If all of them fire independently at the same target, then find the probability that only one of them will hit the target.

P(A)=2/5 P(A*) = 3/5

P(B)=2/3 P(B*) = 1/3

P(C)=3/5 P(C*) = 2/5

Probability that only one of them hits the target
= Probability that A hits the Target but not B and C
+ Probability that B hits the Target but not A and C
+ Probability that C hits the Target but not B and A

= P(A @ B* @ C*) + P(B @ C* @ A*) + P(C @ A* @ B*)

Where @ represents intersection symbol.

= 2/5 x 1/3 x 2/5 + 2/3 x 3/5 x 2/5 + 3/5 x 3/5 x 1/3
= 1/3 Ans

Example

In a fruit Basket 40% of the fruits are mangoes and rest are apples.
If 25% of the mangoes are ripe and 10% of the apples are ripe, find the probability that a Ripe fruit randomly selected is a Mango.

Suppose there are 100 fruits.
No of mangoes = 40 and apples = 60
No of ripe mangoes = 10 and ripe apples = 6

So here we have multiple events taking place. One is the selection of fruit : Mango or Apple. Other is the Selection of Type : Unripe or Ripe.

Let say Selection of Mango as event X and selection of ripe fruit as event Y .

P(Y)= Prob of selection of a ripe fruit = 16/100

P(X@Y) = Probabilty of selection of a Ripe Mango = 10/100

But what is asked is P(X/Y) = P(X@Y)/P(Y) = 10/100 divided by 16/100 = 10/16

= 5/8.

Brain Teaser

Bill and Ben takes turns tossing a coin. Whoever gets the head
first is the winner. If bill has the first toss, what is the
probability that he will win?

Ans : 2/3

Solution : Prob that A wins = prob of a head in 1st turn
+ prob of a head in 3rd turn
+ prob of a head in 5th turn
+ prob of a head in 7th turn
+ ….so on upto infinity

= 1/2 + (1/2)^3 + (1/2)^5 + …..

= ½ [ 1/ (1-{(1/2)^2})]

= 2/3.

For more information and FREE online practice tests, visit: www.tenaday.in

For more information and FREE online practice tests, visit: www.tenaday.in

HCF And LCM

These are very simple and important topics. The trend has been to ask questions from this section quite frequently nowadays. Although the questions asked will not be direct, it will be a indirect question and thus the biggest challenge in an exam for this topic lies in identification of the question and that it is asked from this topic. Solving a problem after identification is easy.

Note: Calculation speed is very important for this topic esp. division with prime nos. like 2,3 ,7 etc for factorization.

Let’s start with very basic concepts and then go to HCF and LCM.

FACTOR

A factor of a given number is every number that divides exactly into that number.

Example
Write down all factors of 10.
10 = 2 x 5, so numbers 2 and 5 are factors of 10.
Also 10 = 10 x 1, so 10 and 1 are factors of 10.
The factors of 10 are 1, 2, 5, and 10.

NOTE: Number 1 and the number itself are always factors of any number.

PRIME AND COMPOSITE NUMBERS

A prime number has exactly 2 factors, the number itself and 1.

In other words, the prime number can be divided only by 1 and by itself.
NOTE: 0 and 1 are not prime numbers.
Example: 5 is a prime number, because the only factors it has are 1 and 5.
The prime numbers less than 20 are 2,3,5,7,11,13,17,19
Example:
Find all prime factors of 30.
Solution:
All the factors of 30 are 30, 15, 10, 6, 5, 3, 2, 1
But only 5, 3 and 2 are prime numbers.
Thefore all prime factors of 30 are 2, 3 and 5.
A composite number has at least one more factor that the number itself or 1.
In fact, all whole numbers that are not prime are composite except for 1 and 0, which are not prime and not composite.
The composite numbers less than 20 are 4, 6, 8, 9, 10, 12, 14, 15, 16, and 18.

DIVISIBILITY RULES

The simple divisibility rules will help you to find factors of a number.

The number is divisible by:
• 2 if the last digit is 0, 2, 4, 6, or 8 (example: 12346);
• 3 if the sum of digits in the number are divisible by 3
(example: 1236, because 1+2+3+6 = 12 = 3 x 4);
• 4 if the last 2 digits are divisible by 4
(example: 897544, because 44 = 4 x 11);
• 5 if the last digit is 0 or 5
(example: 178965 or 40980);
• 6 if it is divisible by 2 and 3;
• 8 if the last 3 digits are divisible by 8
(example: 124987080, because 080 = 8 x 10;
• 9 if the sum of digits is divisible by 9
(example: 234612, because 2+3+4+6+1+2 = 18 = 9 x 2);
• 10 if the last digit is 0
(example: 99990 );
• 11 if the difference between sum of digits in odd and sum of digits in even places is 0 or a multiple of 11.
• 12 if the no is divisible by both 3 and 4.
• 19 if the no of tens added to twice the no of ones is divisible by 19.
(Example: 228; no of tens =22; no of ones = 8; the required sum = 22+ 2×8 =38; hence, 228 is divisible by 19)
• 25 if the no formed by the last two digits (ie digits at tens and ones place) is divisible by 25.
(Example: 31243482325; no formed by last two digits =25;
hence 31243482325 is divisible by 25)
• 100 if the last 2 digits are 0
(example 987600);
• 125 if the no formed by last 3 digits is divisible by 125.

(Note: there are some complex divisibility tests for 7, 13 and 17 too but I recommend not to follow them as dividing the no given would be easier and faster than applying those divisibility tests.)

NOTE: If a number is divisible by 2 factors, it is also divisible by the product of these factors.
Example 1: Number 18 is divisible by 2 and 3, so it must be divisible by 2 x 3 = 6.
Example 2: Number 945 is divisible by 9 (why?) and by 5 (why?), so it must be divisible by 9 x 5 = 45. (Can you check it?)

COMMON FACTORS
When two (or more) numbers have the same factor, that factor is called a common factor.

Example
Find all the common factors of 12 and 18.
Factors of 12 are 1, 2, 3, 4, 6, 12.
Factors of 18 are 1, 2, 3, 6, 18.
The common factors of 12 and 18 are 1, 2, 3 and 6.

HIGHEST COMMON FACTOR (H.C.F)

The Highest Common Factor (H.C.F) of two (or more) numbers is the largest number that divides evenly into both numbers. It is also known as G.C.D. (Greatest common divisor)
In other words the H.C.F is the largest of all the common factors.
The common factors or of 12 and 18 are 1, 2, 3 and 6.
The largest common factor is 6, so this is the H.C.F. of 12 and 18.
It is very easy to find a H.C.F. of small numbers, like 6 and 9 (it is 3) or 8 and 4 (it is 4).
The best way is to keep finding the factors of the smaller number, starting from the largest factor. The first factor of the smaller number that is also a factor of the larger number is a H.C.F.

LEAST COMMON MULTIPLE (L.C.M.)

A common multiple is a number that is a multiple of two or more numbers. The common multiples of 3 and 4 are 0, 12, 24…
The least common multiple (LCM) of two numbers is the smallest number (not zero) that is a multiple of both.

Concept – Prime Factorisation

A prime factorisation of a natural number can be expressed in the exponential form.
For example:
(i) 48 = 2 x 2 x 2x 2 x3 = 24 x 3
(ii) 420 = 2 x 2 x 3 x 5 x 7 = 22 x 3 x 5 x 7

Methods to Find HCF

Example. Find the H.C.F. of 72, 126 and 270.

Using Prime factorisation method
72 = 2 x 2 x 2 x 3 x 3 = 2 3 x 32
126 = 2 x 3 x 3 x 7 = 2 1 x 32 x 71
270 = 2 x 3 x 3 x 3 x 5 = 21 x 33 x 51

H.C.F. of the given numbers = the product of common factors with least index = 21 x 32
Using Division method

First find H.C.F. of 72 and 126
72|126|1
72
54| 72|1
54
18| 54| 3
54
0
H.C.F. of 72 and 126 = 18
Similarly calculate H.C.F. of 18 and 270 as 18
Hence H.C.F. of the given three numbers = 18

Co-prime numbers: Two natural numbers are called co-prime numbers if they have no common factor other than 1.
in other words, two natural numbers are co-prime if their H.C.F. is 1.
Some examples of co-prime numbers are: 4, 9; 8, 21; 27, 50.

Methods to Find LCM

Method 1 Simply list the multiples of each number (multiply by 2, 3, 4, etc.) then look for the smallest number that appears in each list.

Example: Find the least common multiple for 5, 6, and 15.
Multiples of 5 are 10, 15, 20, 25, 30, 35, 40,…
Multiples of 6 are 12, 18, 24, 30, 36, 42, 48,…
Multiples of 15 are 30, 45, 60, 75, 90,….

Now, when you look at the list of multiples, you can see that 30 is the smallest number that appears in each list.Therefore, the least common multiple of 5, 6 and 15 is 30.

Method 2 To use this method factor each of the numbers into primes. Then for each different prime number in all of the factorizations, do the following…

1. Count the number of times each prime number appears in each of the factorizations.
2. For each prime number, take the largest of these counts.
3. Write down that prime number as many times as you counted for it in step 2.
The least common multiple is the product of all the prime numbers written down.

Example: Find the least common multiple of 5, 6 and 15.
Factor into primes
Prime factorization of 5 is 5
Prime factorization of 6 is 2 x 3
Prime factorization of 15 is 3 x 5

Notice that the different primes are 2, 3 and 5.

Now, we do
Step #1 – Count the number of times each prime number appears in each of the factorizations…
The count of primes in 5 is one 5
The count of primes in 6 is one 2 and one 3
The count of primes in 15 is one 3 and one 5

Step #2 – For each prime number, take the largest of these counts. So we have…
The largest count of 2s is one
The largest count of 3s is one
The largest count of 5s is one

Step #3 – Since we now know the count of each prime number, you simply – write down that prime number as many times as you counted for it in step 2.
Here they are…2, 3, 5

Step #4 – The least common multiple is the product of all the prime numbers written down.
2 x 3 x 5 = 30
Therefore, the least common multiple of 5, 6 and 15 is 30.

Relation between L.C.M. and H.C.F. of two natural numbers

The product of L.C.M. and H.C.F. of two natural numbers = the product of the numbers.

Note. In particular, if Two natural numbers are co-prime then their L.C.M. = The product of the numbers.

HCF AND LCM of Fractions

1. HCF of Fractions = (HCF of Numerators/LCM of Denominators)

2. LCM of Fractions = (LCM of Numerators/HCF of Denominators)

Examples
1. Find the G.C.D of 12x2y3z2, 18x3y2z4, and 24xy4z3

(1) 6xy2z2
(2) 6x3y4z3
(3) 24xy2z2
(4) 18x2y2z3

Correct Choice is (1) and Correct Answer is 6xy2z2
________________________________________
Explanatory Answer

G.C.D of 12, 18 and 24 is 6.

The common factors are x, y, z and their highest powers common to all are 1, 2 and 2 respectively.

Therefore, G.C.D = 6xy2z2

2.Find the L.C.M. of 72, 240, 196.

Solution

Using Prime factorisation method

72 = 2×2×2×3×3 = 2³×3²
240 = 2×2×2×2×3×5 = 24×3×5
196 = 2×2×7×7 = 2²×7²

L.C.M. of the given numbers = product of all the prime factors of each of the given number with greatest index of common prime factors
= 24×3²×5×7² = 16×9×5×49 = 35280.

Using Division method

2 | 72, 240, 196
2 | 36, 120, 98
2 | 18, 60 , 49
3 | 9 , 30 , 49
| 3 , 10 , 49

L.C.M. of the given numbers
= product of divisors and the remaining numbers
= 2×2×2×3×3×10×49
= 72×10×49 = 35280.

3.Find the H.C.F. of 72, 126 and 270.

Solution

Using Prime factorisation method
72 = 2×2×2×3×3 = 2³×3²
126 = 2×3×3×7 = 21×3²×71
270 = 2×3×3×3×5 = 21×3³×51

H.C.F. of the given numbers = the product of common factors with least index
= 21×3² = 2×3×3 = 18

Using Division method

First find H.C.F. of 72 and 126
72|126|1
72
54| 72|1
54
18| 54| 3
54
0

H.C.F. of 72 and 126 = 18
Similarly calculate H.C.F. of 18 and 270 as 18
Hence H.C.F. of the given three numbers = 18

4. Arrange the fractions 2/15, 3/10 , 5/21 in ascending order of their respective magnitudes.

Solution

5 | 15, 10, 21
3 | 3, 2, 21
| 1, 2 , 7

LCM of 15,10,21 = 5 x 3 x 2 x 7 = 210
Thus,

2/15 = (2×14)/(15×14) = 28/210

3/10 = (3×21)/(10×21) = 63/210

5/21 = (5×10)/(21×10) = 50/210

Thus now comparing these fractions is simple. Greater the Numerator, greater is the Fraction.
Thus ,

28/ 210 ; 50/210 ; 63/210 in ascending order

Or

2/15 ; 5/21 ; 3/10 in ascending order.

5. What is the smallest no which when increased by 3 is divisible by 27,35,25 and 21?
1] 4722
2] 4725
3] 4728
4] 4731

Solution:
The smallest no that is divisible by 27, 35, 25 and 21 = LCM of these nos.

So our answer is LCM – 3.

The LCM can be obtained by any of the techniques described above.

LCM = 4725

Ans 4722 ie Option 1.

6. What is the smallest no which when decreased by 5 is divisible by 36,48,21 and 28?
1] 1008
2] 1003
3] 1013
4] 1018

Solution

Same as Q 5.
In this case ans = LCM + 5
Ans option 3 – 1013

7. If A381 is divisible by 11, find the value of A?
1] 5 2] 6 3] 7 4] 8

Solution
As per the divisibility test of 11, we have A+8 – 3 – 1 should be divisible by 11.

So A + 4 should be a multiple of 11.
Thus A+4=11k where k is an integer.
Put k=0, A= -4 Not Possible.
k=-1, A= -15 Not Possible.
k=1 , A=7 ans . Option[3]
No other value of k is feasible.

8. A no ‘A’ is not divisible by 3. which of the following is definitely divisible by 3.
1] A^2 +1 2] A^2 – A 3] A^2 – 1 4] A^2 + A

Solution:
Consider, Option [3], (A+1)(A-1). Now as A is not divisible by 3 one of these (A+1) or (A-1) will be divisible by 3.
Thus Ans Option[3].

9. What is the greatest no which when divided by 6,7,8,9,10 leaves remainders as 4,5,6,7,8 respectively.

1] 997920 2] 997918 3] 999999 4] 997922

Solution
Actually for CAT u can directly mark option 2 by seeing that on dividing the no by 10 the remainder is 8. By divisibility test we know only, option 2 will leave a remainder 8 with 10.

Proper solution for this is :
6-4 = 2 7-5 = 2 8-6 = 2 9-7 = 2 10-8 = 2

LCM of 6,7,8,9,10 =2520
Greatest no of six digits = 999999
Greatest six digit no that is a multiple of 2520 = 2520 x 396 = 997920
Subtract 2 from this no to get the required answer – 997918 and which will give remainders as 4,5,6,7,8 when divided by 6,7,8,9,10.

Hence [2].

10. The HCF and LCM of two nos is given. It is possible to find out the two nos uniquely if
I. Either the sum or the difference between the two nos is known.
II. HCF of the two nos = LCM of the two Nos.
III. (LCM/HCF) = prime no.

1] I and II only.
2] II only
3] II and III only
4] I, II and III

Solution:

I We know HCF X LCM = Product of the nos = AB(Lets say)
Given that A-B or A+B is known.
Thus we have 2 equations and two variables, thus the soln can be uniquely determined.

II When HCF = LCM the two nos are equal. So again can be solved.

III LCM/HCF = prime no is known.

Then one of the nos = LCM and the other = HCF.
Thus III is also true

So As I , II , III all are true, ANS is option [4].

For more information and FREE online practice tests, visit: www.tenaday.in

May 2024
M T W T F S S
 12345
6789101112
13141516171819
20212223242526
2728293031