Aptitude - Session 2
Aptitude - Session 2
APTITUDE
SESSION - 2
08/11/21
WHAT YOU NEED TO DO
WEEK 2
Arithmetic and Fractions
● Properties of Numbers
● Order of Operation
● Multiples of 10
● Decimals, Fractions
● Properties of Fractions
● Operation with Fractions
PROPERTIES OF REAL
NUMBERS
PROPERTIES OF REAL NUMBERS
● Numbers – 1,2,3,-1,-2,-3,sq.root(7),1.5,(33/10)
● +ve, -ve numbers => 0 is neither
● Integers - +ve, -ve whole numbers
● Addition – Sum, Multiplication – Product
● Commutative, Associative, Distributive
PROPERTIES OF REAL NUMBERS
● Properties using 0, 1
● 0 – 0 product property
● a x b = 0, either a or b is 0
● n/n = 1
POSITIVE AND NEGATIVE
NUMBERS
POSITIVE AND NEGATIVE NUMBERS
● 31 – 17 = 31 + (-17)
● -24 – 16 = -24 + (-16)
● 46 – (-15) = 46 + 15
● -12 – (-37) = -12 + 37 = 37 - 12
POSITIVE AND NEGATIVE NUMBERS
TRY IT OUT!
● (-25) + (-41) = ?
● (-61) – 11 = ?
POSITIVE AND NEGATIVE NUMBERS
● (-25) + (-41)
● = - (25 + 41)
● = - (66)
● = -66
POSITIVE AND NEGATIVE NUMBERS
● (-61) - 11
● = - (61 + 11)
● = - (72)
● = -72
POSITIVE AND NEGATIVE NUMBERS
2 difficult cases
● (Small +ve) – (Big +ve)
● (Small +ve) + (Big -ve)
● Factoring (-) sign reverses order
● Sum of 2 positives and Difference of (Big – Small)
– easier
POSITIVE AND NEGATIVE NUMBERS
● Grouping Symbols
● () – parantheses – (x+5)
● [] – square brackets – [(x+5) – (x/5)]
● Square root – sq.root(9-x)
● Long fraction bar – x+5 //// x-4
● Exponent slot group – 3^(x-7)
ORDER OF OPERATIONS
● 6 + (7 – 5)^2 x 3
● = 6 + 2^2 x 3
● =6+4x3
● = 6 + 12
● = 18
ORDER OF OPERATIONS
● 2 x 3 + 9 x 12 / (10 – 7)
● 2 x 3 + 9 x 12 / 3
● 6+9x4
● 6 + 36
● 42
● Multiplication and Division have SAME
PRIORITY
ORDER OF OPERATIONS
● (A x B) / (C x D)
● = [B / (C x D)] x A
● = (A / D) x (B / C)
● = [(A / C) x B] / D
● Any grouping gives same result – Group based on
goal
ORDER OF OPERATIONS
● Powers of 10 > 1
● Number of 0s after 1 equals that many factors of 10
● 10,000 = 10^4 = 10 x 10 x 10 x 10
MULTIPLES OF 10
● Powers of 10 < 1
● Number of places after decimal point equals that
many factors of 10 in denominator
● 0.01 = 1/(10^2) = 10^(-2) = 1/(10 x 10)
MULTIPLES OF 10
● DECIMAL PLACES
● Multiply by 10, move decimal to one place right
● Divide by 10, move decimal to one place left
MULTIPLES OF 10
● 24 x 10 = 240
● 1.53 x 10 = 15.3
● 24 / 10 = 2.4
● 1.53 / 10 = 0.153
● 39.85 x 0.1 = 3.985
● 0.064 x 10^(-2) = 0.00064
MULTIPLES OF 10
● Denominator of 1: 7/1 = 7
● Involving 0: n/0 -> undefined, 0/n -> legit, 0/0 ->
illegal
● n/n = 1, when n not = 0; +ve, -ve, sq.root doesn’t
matter
FRACTION PROPERTIES
● Reciprocals
● a/b => b/a; a, b not = 0
● 3/5 => 5/3, -7/2 => -2/7, 1/6 => 6
● Fraction x Reciprocal = 1
● Reciprocal obtained by – Dividing from 1
FRACTION PROPERTIES
● a/b
● (a+p)/(b+q) => Always closer to p/q than a/b
● a/b < p/q => a/b < (a+p)/(b+q)
● a/b > p/q => a/b > (a+p)/(b+q)
● When you subtract, the effect is opposite
OPERATIONS WITH
FRACTIONS
OPERATIONS WITH FRACTIONS
● Addition, Subtraction
● Common Denominator
● 1/5 + 2/5 = (1+2)/5 = 3/5
● 9/13 – 6/13 = (9-6)/13 = 3/13
OPERATIONS WITH FRACTIONS
TRY IT OUT!
● 1/14 – 1/21 = ?
OPERATIONS WITH FRACTIONS
● 1/14 – 1/21 = ?
● LCM is 42
● (1/14 x 3/3) – (1/21 x 2/2) = 3/42 – 2/42
● = (3-2)/42 = 1/42
OPERATIONS WITH FRACTIONS
● 1/6 x 2/5 = ?
OPERATIONS WITH FRACTIONS
● 1/6 x 2/5 = ?
● = 1/3 x 1/5
● = 1/(3x5)
● = 1/15
OPERATIONS WITH FRACTIONS
● 3/20 / 6/5 = ?
OPERATIONS WITH FRACTIONS
● 3/20 / 6/5 = ?
● Reciprocal pf 6/5 => 5/6
● 3/20 / 6/5 = 3/20 x 5/6 = 1/20 x 5/2
● = 1/4 x 1/2 = 1/(4x2) = 1/8
OPERATIONS WITH FRACTIONS
● 6 / 3/4 = ?
● Reciprocal pf 3/4 => 4/3
● 6 / 3/4 = 6 x 4/3 = 2 x 4/1
● = 8/1 = 8
OPERATIONS WITH FRACTIONS
● 3/5 / 2 = ?
● Reciprocal pf 2 => 1/2
● 3/5 / 2 = 3/5 x 1/2 = 3/(5x2)
● = 3/10
SUMMARY
SUMMARY – POSITIVE AND NEGATIVE
NUMBERS
● p + q, P – q
● p – (-q) = p + q
● (-p) – q = -(p + q)
● p – Q = -(Q – p)
SUMMARY – ORDER OF OPERATIONS
● Grouping Symbols
● GEMDAS
● Multiplication, Division – same priority
● Nested Grouping – inside out
SUMMARY – MULTIPLES OF 10
● Powers of 10 > 1
● Powers of 10 < 1
● Decimal Places
● Dividing by –ve powers of 10
SUMMARY – FRACTION PROPERTIES
● n/1 = n
● 0/n = 0
● n/n = 1
● Reciprocals
● Same denom., greater num. => greater fraction
● Same num., lesser denom. => greater fraction
● Adding values to num. and denom.
SUMMARY – OPERATIONS WITH FRACTIONS
● 11 – 78 = ?
● 47 – 65 = ?
● 28 – 43 = ?
● 62 – 74 = ?
HOMEWORK – MULTIPLES OF 10
● 1235 / 100 = ?
● 37.5 / 1000 = ?
● 0.01728 X 1000 = ?
● 8.3 X 10^6 = ?
● 5.4 x 10^(-5) = ?
● 20.25 / 10^6 = ?
HOMEWORK – OPERATIONS WITH FRACTIONS
● 1/4 + 2/3 = ?
● 3/5 – 1/10 = ?
● 5/6 + 1/4 = ?
● 1/4 x 8/13 = ?
● 21/35 x 30/42 = ?
● 3 x 2/5 = ?
● 7/10 / 7/15 = ?
● 24/35 / 36/25 = ?
● 8/9 / 6 = ?
HOMEWORK
1.
HOMEWORK
a) Madge
b) Dean
c) They paid equal amounts
d) Inequal amounts but can’t figure out who
(Insufficient Data)
HOMEWORK
2.
HOMEWORK
a) 1.25
b) 1.5
c) 1.75
d) 2.0
e) 2.25
HOMEWORK
3.
HOMEWORK
a) A
b) B
c) C
d) D
e) E
HOMEWORK
4.
HOMEWORK
a) Yes
b) No
c) They are equal
d) Insufficient Data
HOMEWORK
5.
HOMEWORK
a) 8/3
b) 4
c) 9/2
d) 5
e) 6
CONGRATULATIONS !!!