Numerical Aptitude

How to square a number ending with 5
This is a very simple method using which you could find the square of quite a few numbers which end with a five.

152=225

252=625

352=1225

452=2025

Method:

A number ending with 5 is of the form N=<A>5. To find the square of it i.e. N2, just append 25 to the product of ( A ) * ( A + 1 ).

N=75 --> N=<A>5 --> so treat A as 7.
752 = the product (A) * (A + 1 ) appended with 25
752 = ( 7 * 8 )25
752 = 5625

N=95 --> N=<A>5 --> so treat A as 9.
952 = the product (A) * (A + 1 ) appended with 25
952 = ( 9 * 10 )25
952 = 9025

N=205 --> N=<A>5 --> so treat A as 20.
2052 = the product (A) * (A + 1 ) appended with 25
2052 = ( 20 * 21 )25
2052 = 42025
How to square any two digit number (Closest multiple of 10 method)
Given the number N, first find its closest multiple of 10. Now find a number M which when added or subtracted with N becomes N's closest multiple of 10. To find the square of it i.e. N2, just do ( N + M ) * ( N - M ) + M2

N=72, 72's closest multiple of 10 is 70 which is obtained when 2 is subtracted from 70. So M = 2.
N2 = ( N + M ) * ( N - M ) + M2
722 = ( 72 + 2 ) * ( 72 - 2 ) + 22
722 = ( 74 ) * ( 70 ) + 4
722 = 5180 + 4
722 = 5184

N=44, 44's closest multiple of 10 is 40 which is obtained when 4 is subtracted from 44. So M = 4.
N2 = ( N + M ) * ( N - M ) + M2
442 = ( 44 + 4 ) * ( 44 - 4 ) + 42
442 = ( 48 ) * ( 40 ) + 16
442 = 1920 + 16
442 = 1936

N=87, 87's closest multiple of 10 is 90 which is obtained when 3 is added to 87. So M = 3.
N2 = ( N + M ) * ( N - M ) + M2
872 = ( 87 + 3 ) * ( 87 - 3 ) + 32
872 = ( 90 ) * ( 84 ) + 9
872 = 7560 + 9
442 = 7569
Finding the units digit of an exponent.

What is the units digit of 785 ?

1
Wrong
3
Wrong
9
Wrong
7
Correct
Show / Hide Solution
The cyclicity of unit digit of 7n is a pattern of the form 7, 9, 3, 1 and the interval is 4. To find the unit digit of 787, do < exponent > mod < interval >. So we do 85 mod 4 which is 1. So the unit digit is 1st digit of the cyclic pattern i.e., 7

See below for detailed explanation.
How to find the units digit of a large exponent? Even with the use of calculators, its difficult to find the the digit in the unit's place of such large exponents. The catch here is to observe the unit's place of each of 71, 72, 73, 74, 75, 76, 77...

71 72 73 74 75 76 77 78 ...
7 49 343 2401 16807 117649 823543 5764801 ...


We can observe that the unit digit follows a pattern and the pattern repeats itself at regular intervals of 4 digits i.e.,

7 9 3 1 7 9 3 1 ...

Therefore, in order to find the 'N'th power of 7, we have to do N mod 4.
If N mod 4 = 0, then the unit digit is 4th digit in the pattern ( 7 9 3 1 ) i.e., 1
If N mod 4 = 1, then the unit digit is 1st digit in the pattern ( 7 9 3 1 ) i.e., 7
If N mod 4 = 2, then the unit digit is 2nd digit in the pattern ( 7 9 3 1 ) i.e., 9
If N mod 4 = 3, then the unit digit is 3rd digit in the pattern ( 7 9 3 1 ) i.e., 3


Likewise the unit digit of a number for different powers is also found to be cyclic. The same has been calculated and summarised in the below table.
Observe that for base 1,5 and 6 the respective unit place raised to any power will always be 1, 5 and 6.
For 2, 3, 7, 8 the pattern repeats at intervals of 4.
For 4 and 9, the patter repeats at intervals of 2.

N1 N2 N3 N4 N5 N6 N7 N8 N9 Interval
1 1 1 1 1 1 1 1 1 1
2 4 8 6 2 4 8 6 2 4
3 9 7 1 3 9 7 1 3 4
4 6 4 6 4 6 4 6 4 2
5 5 5 5 5 5 5 5 5 1
6 6 6 6 6 6 6 6 6 1
7 9 3 1 7 9 3 1 7 4
8 4 2 6 8 4 2 6 8 4
9 1 9 1 9 1 9 1 9 2

1 comments:

Anonymous said...

aayush was here.

Post a Comment

Twitter Delicious Facebook Digg Stumbleupon Favorites

 

About

Snaptitude.in is an online fast and simplified learning place. The learning topics have been organised intuitively. It offers a wide range of carefully formed questions which are in sync with what prevails in current day's interviews, placement tests and other competitive exams.

  • FastPath
  • Reasoning Aptitude
    • Abstract Reasoning
    • Logical Reasoning
    • Numerical Reasoning
    • Spatial Reasoning
    • Verbal Reasoning
  • Quantitative Aptitude-I
  • Quantitative Aptitude-II
    • Simple interest and compound interest
    • Progressions
    • Permutations, combinations and probability
    • Coding, decoding
    • Clocks and calendars
    • Simplification
    • Chain rule
    • Decimal functions
  • English
    • Synonyms
    • Reading Comprehension
    • Analogies
    • Sentence Correction
  • Technical
    • C programming
    • Concept of OOPS
    • Algorithms: Design and analysis
    • Networks
    • UNIX and shell programming
    • Java
    • Web programming
    • DBMS concepts
  • Avenue
  • More
    • Resume / CV
    • Higher studies
    • Interview: An inter view