Quantitative Aptitude Notes PDF
Quantitative Aptitude Notes PDF
The impact of simple versus compound interest is significant over long-term savings due to the interest-on-interest effect in compound interest. Consider a principal of $1000 at 5% per annum over 10 years. With simple interest, the total interest = (1000 * 5 * 10) / 100 = $500. For compound interest, using CI = P * [(1 + R/100)^T - 1], CI = 1000 * [(1.05)^10 - 1] ≈ $628.89. The compound interest is significantly higher, illustrating how compounding generates more wealth over time by reinvesting earned interest .
To determine if a number is prime using divisibility rules, check if it is divisible by any prime number smaller than its square root without a remainder. A prime number is only divisible by 1 and itself. For example, to check if 29 is prime, test divisibility with prime numbers less than √29 (approximately 5.39): 2, 3, and 5. Since 29 is not divisible by any of these, it is prime .
To solve for compound interest, use the formula: CI = P * [(1 + R/100)^T - 1]. Here, P = $1000, R = 4%, and T = 5 years. CI = 1000 * [(1 + 4/100)^5 - 1] = 1000 * [(1.04)^5 - 1] = 1000 * [1.2166529 - 1] = 1000 * 0.2166529 = $216.65 approximately .
To calculate the overall percentage change when an item is marked up by 20% and then discounted by 10%, use the formula for successive percentage changes: Final Percentage = x + y + (xy / 100). Here, x = 20 and y = -10 (since a discount is a negative change). Therefore, Final Percentage = 20 - 10 + ((20 * -10) / 100) = 10 - 2 = 8%. The overall change is an 8% increase .
To find the Least Common Multiple (LCM), use the relation HCF * LCM = Product of the numbers. Here, HCF is 6 and the Product is 180. Substituting these gives 6 * LCM = 180. Solving for LCM gives LCM = 180 / 6 = 30 .
The time for which the money is invested can be calculated using the simple interest formula: SI = (P * R * T) / 100. Rearranging for T gives T = (SI * 100) / (P * R). Substituting the values, T = (600 * 100) / (2000 * 5) = 6 years .
The relationship between the Highest Common Factor (HCF) and the Least Common Multiple (LCM) of two numbers is expressed by the formula: HCF * LCM = Product of the numbers. This means that the product of the HCF and LCM of two numbers equals the product of the numbers themselves. This relationship helps in finding one if the other and the numbers are known .
Natural numbers are positive integers starting from 1 (1, 2, 3, ...), whereas whole numbers include all natural numbers and zero (0, 1, 2, 3, ...). Zero is significant in whole numbers as it represents the absence of quantity and is used as a base element leading to the introduction of integers, allowing mathematical operations to extend beyond natural numbers .
To determine if two ratios form a proportion, check if their cross-products are equal. For ratios a:b and c:d, they form a proportion if a*d = b*c. For 8:12 and 2:3, check if 8*3 = 12*2. Calculating gives 24 = 24, confirming the ratios form a proportion .
Understanding divisibility rules is important as they facilitate quick assessments of factorization and simplify computations in basic arithmetic operations without performing exhaustive division. These rules enhance number theory analysis and problem-solving efficiency by determining divisibility and thus aiding simplification and mental math tasks .