Aptitude Day01
Aptitude Day01
Aptitude Day01
Integers (∞…,-2,-1,0,1,2….∞)
• BODMAS
• B - Bracket ( ) , { }, [ ]
• O - Order
• D - Division
• M - Multiplication
• A - Addition
• S - Subtraction.
• 13 : The difference between the two alternate groups taking 3 digits at a time
should either be zero or multiple of 13.
eg- 200174
• 19: To determine if a number is divisible by 19, take the last digit and multiply it by 2. Then
add that to the rest of the number. If the result is divisible by 19, then the number is
divisible by 19.
• For example, 475 is divisible by 19 because 47 + (5 x 2) = 57, and 57 is divisible by 19.
• But , 575 is not divisible by 19 because 57 + (5 x 2) = 67, and 67 is not divisible by 19.
• It is obvious that two prime numbers are always co-prime. e.g : 17 and 23
• Two composite numbers can also be co-prime. e.g: 16 & 25 do not have any
common factor other than one.
• Similarly 84 and 65 do not have any common factor and hence are co-prime.
So HCF = 2 x 2 x 2 = 8
Note : HCF is always <= the smallest of given numbers
• (203, 319)
• (116,203)
• (87,116)
• (29,87)
• (29,58)
• (29,29)
HCF =29
Ans : A
• If a, b, c are three numbers that divide a number n to leave the same remainder r,
the smallest value of ‘n’ is
n = (LCM of a, b, c) + r e.g 3,4,5 & rem 1
• 20 36 45
• 15 31 40 5
• Result = 180 -5
= 175
Sunbeam Infotech www.sunbeaminfo.com
LCM
Q. Four numbers are in the ratio of 10: 12 : 15 : 18. If their HCF is 3, then find
their LCM.
A. 420 B. 540 C. 620 D. 680
Ans : B
• Whenever last digit of square is 6, then second last digit is always odd.
• Whenever last digit of square is 5, then second last digit is always 2.
• Whenever last digit of square is 1,4,9, then second last digit is always even.
196-14 = (n-1)x7
n-1 = 26
n=27
Sum = n/2 (a + l)
= 27/2 x (14+196)
= 27 × 210 /2
= 27 × 105
= 2835
Ans: A
Sunbeam Infotech www.sunbeaminfo.com
Progression(Assignment)
Q. Find the sum of the series 3,8,13,18, …….,93
A. 912 B. 925 C. 998 D. 936
Ans : A
Soln:
The given series is in geometric progression
Where a = 4, r = 4
So T10 = a x r(10-1)
= 4 x 4(10-1)
= 410
Ans: A