Overview
This unit, Pure Arithmetic for Class 9, develops the fundamental number skills required in higher mathematics: integers, rational numbers, real numbers, ratios and proportions, percentage, profit and loss, simple and compound interest, approximation and estimation, HCF and LCM, arithmetic progressions, and mensuration basics involving arithmetic calculations. It emphasises accuracy in calculation, understanding properties of operations, number patterns, and problem solving with real-life contexts such as finance, mixtures, rates, and sequences. Mastery of these topics builds logical reasoning, improves speed and precision in computation, and prepares students for algebra, geometry, and applied problems in higher classes. The unit also trains students to interpret word problems, translate them into arithmetic equations, and check results for reasonableness. Regular practice helps students perform well in examinations and equips them with skills useful in everyday decisions involving money, measurements, and proportional reasoning.
Learning Objectives
- Apply properties of integers, rational and real numbers to simplify and evaluate expressions.
- Compute HCF and LCM of numbers using prime factorization and Euclid’s algorithm.
- Solve problems on ratio, proportion, percentage, and variations in varied contexts.
- Calculate profit, loss, discount, cost price and selling price in commercial transactions.
- Find simple and compound interest for principal sums over given periods and interpret results.
- Formulate and solve problems involving mixtures, averages and repeated proportional changes.
- Understand and work with arithmetic progressions to find terms, sums and related problems.
- Use estimation and approximation techniques to check the reasonableness of answers.
- Translate word problems into arithmetic steps and verify solutions using inverse operations.
Topics in this chapter
17 topics · tap a topic title to jump straight to it.
Numbers and Place Value; Properties of Operations
What this topic covers
We begin with the number system: whole numbers, integers, rational numbers and real numbers as they relate to arithmetic. Students must be fluent in place value, decimal representation, terminating and recurring decimals, and conversion between fractions and decimals. A clear grasp of place value helps in all calculations; it tells us the meaning of each digit depending on its position. For example, in 472.39, the digit 4 is in the hundreds place, 7 in tens, 2 in units, 3 in tenths and 9 in hundredths. Practise reading large numbers aloud and writing them in words to avoid mistakes in examinations and real life when handling money or measurements.
Signed numbers and operations
Signed numbers (positives and negatives) need careful handling. Addition and subtraction can be done using number line ideas or rules: to add a negative, move left; to add a positive, move right. Multiplication and division sign rules follow patterns: same signs give positive, different signs give negative. Show why a negative times a negative is positive by models: consider removing a debt (a negative) a negative number of times leads to a gain (a positive). Use many worked examples so students internalise rules and avoid sign errors, which are common in examination answers.
Properties of operations
Study commutative and associative laws for addition and multiplication — these allow reordering and regrouping which is often used to simplify long calculations. For instance, 25 × (4 + 6) = 25 × 10 = 250, or break 25 × 4 + 25 × 6. But note: subtraction and division are not commutative or associative; (a - b) - c is not generally equal to a - (b - c). Emphasise this with counterexamples so students do not apply associative reasoning where it fails.
Decimals and repeating decimals
Practice converting fractions to decimals and vice versa. Show methods to convert recurring decimals into fractions using simple algebraic steps: if x = 0.4545..., then 100x - x = 45, giving x = 45/99. Discuss terminating versus repeating decimals and how rational numbers always have either form. Understand rounding rules and significance: round half-up normally but be consistent with school rules. Introduce significant figures and when to use them, e.g., in measurement and scientific contexts.
Estimation and error checking
Teach estimation as a first step: round numbers to one or two significant digits to estimate results before calculating exact answers. This helps identify careless mistakes. Introduce simple bounds: when a measurement is rounded to one decimal place, the true value lies within a specified interval. Finally, emphasise checking work: re-calculate using inverse operations, estimate to see if answers make sense, and use alternate methods (like converting to fractions) where appropriate.
- Convert 0.333... to a fraction and show steps (answer: 1/3).
- Round 7.28649 to two decimal places (answer: 7.29).
- Simplify (-3) × (−4) + 5 and explain sign rules (answer: 17).
- Express 12.75 as a fraction in simplest form (answer: 51/4).
- Commutative law: a + b = b + a, ab = ba
- Associative law: (a + b) + c = a + (b + c), (ab)c = a(bc)
- Distributive law: a(b + c) = ab + ac
- Decimal to fraction: 0. (repeating) = f/(99...9) depending on repeat length
Factors, Multiples, Prime Factorization
What this topic covers
We study how to break numbers into factors and how to list multiples. The central technique is prime factorization — expressing a natural number as a product of prime numbers. This is fundamental because every integer greater than 1 has a unique prime factorization. Knowing prime factors helps solve many arithmetic problems such as simplifying fractions, finding HCF and LCM, and solving problems about divisibility or grouping.
Methods of prime factorization
Use factor trees, repeated division, or simple sieving for finding primes. Start with small primes 2, 3, 5, 7, 11 and test divisibility. For example, to factor 360 divide by 2 repeatedly: 360 = 2 × 180 = 2^2 × 90 = 2^3 × 45 = 2^3 × 3^2 × 5. Teach students to stop dividing when the quotient is a prime. Use clear step-by-step methods so students can perform factorization under exam time-pressure.
Divisibility tests
Divisibility tests for 2, 3, 5, 9 and 11 speed up factorization: even numbers divisible by 2, a number with sum of digits divisible by 3 or 9 is divisible by 3 or 9 respectively, ending with 0 or 5 indicates divisibility by 5. For 11 use alternating sum test. These quick checks reduce guesswork and save time in larger problems.
Finding HCF and LCM using prime factors
Once prime factors are known, compute HCF by multiplying common primes with their lowest exponents and LCM by taking all primes with highest exponents among the numbers. For instance, with 48 = 2^4 × 3 and 180 = 2^2 × 3^2 × 5, HCF uses 2^2 × 3 = 12 and LCM uses 2^4 × 3^2 × 5 = 720. Explain the logic: HCF must divide both numbers so cannot include primes to higher power than present in either; LCM must be divisible by both, so include highest power required.
Euclid's algorithm
Teach Euclid's algorithm as a fast alternative for HCF of two numbers: repeatedly replace the larger number by its remainder upon division by the smaller until remainder becomes zero; the last non-zero remainder is HCF. Show that this is efficient for large numbers and demonstrate with examples such as HCF(1071, 462).
Applications and practice
Use prime factorization to reduce fractions to lowest terms, solve packaging or scheduling problems, and find synchronisation times. Practice with many examples, and include problems that combine factorization with arithmetic operations to strengthen number sense.
- Prime factorize 360 = 2^3 b7 3^2 b7 5.
- Find HCF and LCM of 48 and 180 using prime factors (HCF = 12, LCM = 720).
- Use Euclids algorithm to find HCF(48, 18) = 6.
- Show that HCF(14, 35) = 7 and LCM(14, 35) = 70.
- If n = p1^a1 b7 p2^a2 b7 ..., HCF uses min powers, LCM uses max powers
- For two numbers a and b: HCF(a,b) b7 LCM(a,b) = a b7 b (when a and b are positive integers)
Fractions: Operations and Simplification
What this topic covers
Fractions represent parts of a whole and are central to arithmetic. This topic reviews equivalent fractions, simplification, and operations: addition, subtraction, multiplication and division of proper and improper fractions. It emphasises understanding numerator and denominator roles and keeping fractions in lowest terms to make arithmetic easier and answers clear.
Simplification and equivalent fractions
Teach how to simplify a fraction by dividing numerator and denominator by their HCF. Show equivalent fractions by multiplying or dividing both parts by the same number. For example, 42/56 simplified by 14 gives 3/4. Understanding equivalence helps in comparison and addition/subtraction because converting to common denominators relies on making fractions comparable.
Addition and subtraction
Addition and subtraction need a common denominator. The least common denominator (LCD) is found by using LCM of denominators — this reduces work and gives simplest result. Emphasise step-by-step method: (i) find LCD, (ii) convert each fraction to equivalent with LCD, (iii) add/subtract numerators, (iv) simplify. Show why cross-multiplication works: a/b + c/d = (ad + bc)/bd but using bd may not be lowest denominator; prefer LCM when possible to avoid large intermediate numbers.
Multiplication and division
Multiplication is simplest: multiply numerators and denominators and then simplify by cancelling common factors before multiplication to keep numbers small. For division use reciprocal: (a/b) ÷ (c/d) = (a/b) × (d/c). Explain why—division by c/d means how many times c/d goes into a/b which equals multiplication by its reciprocal. Provide many examples including mixed numbers: convert mixed number to improper fraction first, perform operation, and convert back to mixed if needed.
Comparison, ordering and conversion
Teach comparing fractions by cross-multiplication: a/b > c/d iff ad > bc when denominators positive. Connect fractions to decimals and percentages: for practical problems, convert fractions to decimals or percentages when the context (money, measurements) makes this easier. For recurring decimals, show conversion back to fractions using algebraic subtraction tricks. Encourage checking results by converting final fraction into a decimal to ensure the answer matches expected size.
Applications and careful practice
Include word problems: sharing, recipes, measuring materials, and basic probability. Stress clear notation, cancelling early to reduce calculation errors, and verifying answers by inverse operations where possible. Emphasise presenting final answers in simplest form.
- Add 3/4 + 2/3: common denominator 12, result = 9/12 + 8/12 = 17/12 = 1 5/12.
- Multiply 7/8 b7 16/21: cancel 8 with 16 to get 7 b7 2/21 = 14/21 = 2/3.
- Divide 5/6 by 2/3: 5/6 b7 3/2 = 15/12 = 5/4 = 1 1/4.
- Simplify 42/56 by common factor 14 to get 3/4.
- a/b + c/d = (ad + bc) / bd (general), use LCM for efficiency
- a/b b7 c/d = (ac)/(bd)
- a/b ÷ c/d = a/b b7 d/c
Decimals and Percentages
What this topic covers
Decimals and percentages are two common ways of representing parts of a whole. This topic teaches conversion between fractions, decimals and percentages and develops facility with arithmetic operations on decimals. Emphasise place value and how each digit right of the decimal point represents tenths, hundredths or thousandths. Stress alignment of decimal points when adding or subtracting and correct placement of decimal in multiplication and division.
Conversions
Show clear steps: to convert a fraction to a percentage multiply by 100, to convert a decimal to a percentage multiply by 100, and to convert a percentage to decimal divide by 100. For recurring decimals, demonstrate conversion to fraction first then to percentage if needed. Use real-life examples involving money or measurements to practice these conversions, such as converting 0.075 to 7.5% and expressing exam marks as percentages.
Percentage problems
Percentage is essential in finance and data interpretation: profit/loss percentages, discounts, tax rates and population statistics. Teach formulae for increase and decrease: new = original × (1 ± p/100). Provide many examples with single and successive percentage changes: successive changes multiply factors (1 + p1/100)(1 + p2/100) and do not sum directly. Show that a p% increase followed by p% decrease does not return to the original value — use numeric examples to highlight this important point.
Decimal arithmetic rules
When multiplying decimals, multiply as integers then place decimal point so that the total number of decimal places equals the sum from both factors. For division, convert divisor to whole number by multiplying numerator and denominator by same power of ten. Teach rounding rules and when to apply them: money to two decimal places, measurements to required precision. Discuss significant figures and when an answer should be presented to a certain number of significant digits depending on context.
Applications and checking
Apply percentages to find discounts, tax, profit, and interest approximations. Teach reverse calculations: given final price inclusive of tax, find base price by dividing by (1 + t/100). Encourage estimation before exact calculation to check plausibility and practise solving word problems that mix decimals and percentages carefully with consistent units. Show worked examples and habit of checking via inverse operations or rough mental estimates.
- Convert 0.075 to percentage: 7.5%.
- Find 20% of 450: 0.20 b7 450 = 90.
- If price increases by 12% to Rs. 2240, find original price: 2240/1.12 = Rs. 2000.
- Two successive changes: 100 increased by 10% (110) then decreased by 10% = 99
- Percentage = (part/whole) b7 100
- New amount after p% increase = original b7 (1 + p/100)
- New amount after p% decrease = original b7 (1 - p/100)
Ratio and Proportion
What this topic covers
Ratio compares two quantities by division and proportion states equality of two ratios. This topic develops methods to write, simplify and use ratios, and to solve proportion equations using cross-multiplication and the unitary method. Emphasise careful handling of units: ratios are meaningful only when quantities use the same unit or are converted first.
Writing and simplifying ratios
Teach students to write ratios in lowest terms by dividing both parts by their HCF. Explain different notations a:b, a to b and a/b and how to interpret each. Use practical examples such as mixing paint colours, dividing money, or sharing marks. Practice scaling a ratio up or down to change total quantities while keeping the same proportional relationship: if ratio is 2:3 and total is 50, each part is found by unitary method where one part = total/(sum of ratio parts).
Direct and inverse proportion
Distinguish direct proportion (y proportional to x) where quantities increase together, and inverse proportion (y proportional to 1/x) where one quantity decreases when another increases. Use examples: weight of identical objects is directly proportional to number of objects; time to complete fixed work is inversely proportional to number of workers. Teach algebraic representation: direct y = kx and inverse y = k/x and how to find constant k from given data.
Solving proportion problems
Apply cross-multiplication for equations a/b = c/d giving ad = bc. Use this to solve for unknowns and present stepwise solutions, including multi-step problems where conversion of units or intermediate simplifications are required. For continued proportion where a:b = b:c, show how to relate a, b and c algebraically and find values when given one or two terms.
Applications: scaling and similarity
Use ratio in geometry for similarity of shapes: linear dimensions scale with ratio r, areas scale with r squared and volumes with r cubed. Teach how to use these relationships in arithmetic contexts. Also practise mixture problems, recipes, and speed-distance-time connections where ratio and proportion offer a straightforward solution path. Encourage verifying answers by substituting back into original ratios to check consistency.
- If ingredients are in ratio 2:3 and total is 50 units, find parts: 2+3=5, each part=10, so 20 and 30.
- Solve 3/4 = x/28 by cross-multiplication: x = 3 b7 7 = 21.
- Direct proportion: if 5 workers finish a job in 12 days, 10 workers take 6 days (approx).
- Inverse proportion: if one person does a job in 4 hours, 2 people do it in 2 hours.
- a:b = c:d implies ad = bc
- Direct proportion: y = kx; inverse: y = k/x
- Scaling: area scale factor = (linear scale factor)^2; volume scale factor = (linear scale factor)^3
HCF and LCM Applications
What this topic covers
Here we apply Highest Common Factor (HCF) and Least Common Multiple (LCM) to solve real problems. HCF helps when dividing things into largest equal groups without leftovers; LCM helps when different periodic events align or when a common multiple is required. Teaching focuses on choosing the correct tool for a word problem and applying prime factorization or Euclid's algorithm as needed.
Approach to word problems
Translate words to numbers carefully. For HCF problems ask: what is the largest size of each identical group? This means factor each number and pick the intersection of prime powers. For LCM ask: when will events reoccur together? Compute the smallest time or size that is a multiple of each period. Explain that units (minutes, hours, items) must be the same before computing LCM or HCF; convert units if needed.
Examples and reasoning
Use common contexts: packaging sweets and biscuits in equal boxes (HCF), buses arriving at stops every given minutes and when they will be together (LCM), and combining repeating cycles for timetabling. Provide step-by-step solutions: list numbers, find prime factors, write HCF by taking common primes to lowest powers and LCM by taking primes to highest powers. When numbers are large, demonstrate Euclid's algorithm for HCF which uses repeated remainders and is quicker than full factorization.
Combining HCF and LCM
Some problems require both: for example, arranging items into groups of equal size and then finding the capacity of a larger container that holds multiples of those group sizes. In two-number problems, show the product property HCF × LCM = product of numbers and how it helps check work. For problems with more than two numbers, extend prime-power method by taking intersection for HCF and union for LCM across all numbers.
Practical tips and checks
Teach shortcuts like quick divisibility checks to speed factorization. Encourage verifying the HCF divides each original number and LCM is a multiple of each. For scheduling, present timeline diagrams marking multiples to visually identify the first common multiple. Conclude with mixed problems so students practise deciding between HCF and LCM and interpreting results within real contexts.
- Divide 84 sweets and 126 chocolates into equal packets with no remainder: HCF(84,126)=42 packets.
- Buses arrive every 12, 20 and 30 minutes; find when together again: LCM=60 minutes.
- Reduce 84/126 using HCF 42 to get 2/3.
- Find LCM(8,9,21) by primes: 2^3,3^2,7 -> LCM = 504.
- HCF(a,b) b7 LCM(a,b) = a b7 b (for a,b>0)
- Use prime factorization: HCF uses min exponents, LCM uses max exponents
Simple Interest
What this topic covers
Simple interest is interest calculated on the original principal only. This topic teaches the formula I = PRT/100, how to rearrange it to find any variable, and how to apply it to loans, savings and short-term financial decisions. Emphasise consistent units: rate is usually annual, so time must be in years; convert months to fractions of a year when necessary.
Understanding the formula
Explain each symbol: P is the principal (initial sum), R is annual rate in percent, T is time in years, and I is interest earned or paid. Show derivation from proportional reasoning: interest is proportional to principal, rate and time. From I = PRT/100 derive A = P + I = P(1 + RT/100). Teach solving for P, R or T by algebraic rearrangement and practice with numbers including decimals and fractional years (e.g., 9 months = 3/4 year).
Examples and conversions
Work through practical examples: calculating interest on Rs.5000 at 6% for 3 years, or finding rate given interest and time. Show cases with simple fractional rates like 2.5% and use decimal conversion (2.5% = 0.025) for computation. Train students to round monetary outcomes to paise and display proper currency format in final answers. Emphasise checking calculations by plugging values back into the formula.
Comparison with compound interest
Illustrate differences: under simple interest interest is always PRT/100 and does not change with accumulated interest. Compare examples: for same P, R and T simple interest is smaller than compound interest when T>1 and R>0. Use this to explain when banks or lenders advertise simple interest and how it affects repayment or returns.
Word problems and multi-step tasks
Handle problems where interest is calculated for multiple intervals at possibly different rates or where part of interest is reinvested only once. Teach stepwise methods: compute interest for each interval separately and add. Also include reverse problems: if the amount after T years is given find the principal by subtracting interest or using formula rearrangements. Stress clarity of units, correct interpretation of percent signs, and neat algebraic steps to earn method marks in exams.
- Find interest on Rs. 5000 at 6% per annum for 3 years: I = 5000 b7 6 b7 3 /100 = Rs.900.
- If interest earned is Rs. 240 on Rs. 2000 for 2 years, find rate: R = 100I/(PT) = 100 b7 240 /(2000 b7 2) = 6%.
- Total amount A = P + I: For P=Rs.1500, R=5% T=2 years, A = 1500 + 1500 b75 b72/100 = Rs.1650.
- Convert 9 months to years: 9/12 = 3/4 year when using formula.
- Simple interest: I = PRT/100
- Amount: A = P + I = P(1 + RT/100)
- Rearrangements: P = 100I/(RT); R = 100I/(PT); T = 100I/(PR)
Compound Interest
What this topic covers
Compound interest adds interest to the principal at regular intervals so future interest is earned on past interest. This topic teaches the compounding process, the formulae for amount and interest, adjustment for different compounding frequencies, and reverse calculations to find principal or rate from a future value. Through compound interest students encounter exponential growth and learn to handle powers and roots in arithmetic contexts.
Basic formula and derivation
When interest is compounded once per period at rate r (in decimal), the amount after n periods is A = P(1 + r)^n. Explain this by showing successive multiplication: after one period principal becomes P(1 + r), after two periods multiply by (1 + r) again, and so on. For an annual nominal rate R% compounded m times a year, convert rate per period r = R/(100m) and periods nm. Then A = P(1 + R/(100m))^{nm}. Demonstrate careful substitution and algebraic rearrangement when solving for unknowns.
Calculations and rounding
Teach methods to compute powers accurately: use calculators for non-integer powers but show manual multiplication for small n to reinforce arithmetic skill. When dealing with currency round to paise only at the final step to avoid cumulative rounding errors. For problems asking for compound interest (CI) write CI = A - P and show working steps clearly. Practice converting months to fraction of years when required and ensure number of compounding periods matches converted time.
Effective annual rate and compounding frequency
Explain how compounding frequency affects growth: more frequent compounding at the same nominal rate increases the effective annual rate. Derive EAR = (1 + R/(100m))^m - 1 and provide numeric examples comparing annual, semi-annual and monthly compounding to show differences in final amounts for the same nominal rate.
Applications and inverse problems
Common applications include bank deposits, loans, and depreciation (which uses a decreasing factor A = P(1 - r)^n). Teach reverse calculations: if A, R and n are known find P by dividing by (1 + r)^n and for rate use nth root where appropriate. Include problems that combine compound interest with periodic deposits or withdrawals at simple level by treating each deposit separately. Stress checking answers via small tests or estimation and keeping units consistent throughout.
- Find amount for P=Rs.1000, R=10% compounded annually for 2 years: A = 1000(1.10)^2 = Rs.1210.
- Quarterly compounding: P=Rs.2000, R=8% p.a., m=4, n=1 year: A = 2000(1+0.08/4)^{4} approx Rs.2163.29.
- Find principal if A=Rs.15625 after 3 years at 25% compounded annually: P = 15625/(1.25^3) = Rs.8000.
- Depreciation: item worth Rs.5000 decreases 10% yearly for 2 years: A = 5000(0.9)^2 = Rs.4050.
- Compound amount: A = P(1 + r)^n (r decimal per period)
- \[For R% p.a. compounded m times: A = P(1 + R/(100m))^{nm}\]
- Compound interest: CI = A b7 P
Profit, Loss and Discount
What this topic covers
This topic covers buying and selling: cost price (CP), selling price (SP), profit and loss, marked price and discount. It builds practical skills to work out gains and losses in trade situations, compute percentages of profit or loss, and handle successive discounts. Students should be able to translate commercial language into arithmetic steps and interpret results in rupees and percent.
Definitions and basic relations
Define clearly: CP is the amount paid to buy an item; SP is the price at which it is sold; Profit = SP - CP if SP > CP; Loss = CP - SP if SP < CP. Express percentages relative to cost: Profit% = (Profit/CP) b7 100 and Loss% = (Loss/CP) b7 100. These formulas help convert between rupees and percentage and should be practised both forward and backward: given CP and percent to find SP, or given SP and percent to find CP.
Marked price and discount
Explain marked price (MP) as the price shown on the item. Discount is a reduction from MP; Discount = MP b7 (rate/100) and SP = MP - Discount. For successive discounts apply each discount in turn to the reduced price — arranging them as multiplicative factors: SP = MP(1 - d1/100)(1 - d2/100) which is often used for calculating net price after multiple sales. Emphasise that sequential discounts do not add and show numeric examples to clarify common student errors.
Reversal problems and relations
Practice reversing relationships: find CP when SP and profit% are given using CP = SP/(1 + profit%/100), or CP = SP b71+ profit%/100 depending on context, and similarly for loss. Teach solving for percent when CP and SP are known: profit% = (SP - CP)/CP b7 100. For chain transactions (buying and then selling), show cumulative effect on profit or loss percentages and compute net result stepwise.
Applications and examination tips
Provide varied problems: selling in bulk with per-unit CP, goods sold at discount then returned, or selling with additional service charges. Stress clear units and rounding in rupees. For exam technique, advise writing formulas used, showing intermediate numbers, and checking answers by recomputing SP or CP from derived values to gain method marks. Use real-life contexts like shop sale promotions and seasonal discounts to make exercises relatable.
- If CP = Rs.800 and SP = Rs.1000, profit = 200 and profit% = (200/800) b7 100 = 25%.
- Marked price Rs.1200 with 10% discount: Discount = 120, SP = 1080.
- If profit% is 20% and CP is Rs.500, SP = 500(1 + 0.20) = Rs.600.
- Successive discounts 20% and 10% on MP Rs.1000: after 20% -> 800, after 10% -> 720; net discount 28%.
- Profit = SP - CP; Loss = CP - SP
- Profit% = (Profit/CP) b7100; Loss% = (Loss/CP) b7100
- SP = CP(1 + profit%/100); SP = MP(1 - discount%/100)
Mixtures and Alligations
What this topic covers
This topic deals with mixing two or more ingredients with different concentrations or prices and finding the concentration or price of the resulting mixture. It covers the weighted average idea and the rule of alligation, a quick arithmetic trick to find the ratio in which two components must be mixed to achieve a desired mean value. Problems include mixing liquids of different strengths, blending goods of different prices, or combining solutions with different concentrations.
Weighted average approach
Teach the general weighted average formula: the value or concentration of the mixture vm = (q1v1 + q2v2 + ...)/(q1 + q2 + ...), where qi are quantities and vi are values or concentrations. Use concrete numerical examples with kg and Rs per kg so students keep units consistent. For instance, mixing 3 kg of Rs.20/kg with 2 kg of Rs.40/kg gives vm = (3 b720 + 2 b740)/5 = 28 Rs/kg. Emphasise keeping track of units and total quantity in each step.
Rule of alligation
For two-component mixtures teach alligation: when mixing v1 and v2 to get vm (with v1 < vm < v2), the required ratio q1:q2 = (v2 - vm):(vm - v1). This rule is quick for two ingredients and frequently used in exam problems. Provide many worked examples: mixing different grades of sugar or milk with water. Demonstrate the derivation from weighted average so students see it is not merely a trick.
Multiple components and adjustments
For mixtures with more than two components, either convert stepwise using two-component alligation repeatedly or apply the full weighted average formula using all quantities. Also cover practical adjustments: if some quantity is removed or evaporates, how to recompute concentration; set up simple equations to account for removed quantity and solve for unknown additions or quantities to restore concentration.
Problem strategy and checks
Encourage labelling all quantities clearly and checking results by recomputing final mixture value from component totals. Use diagrams or number lines to place values and visually see the distances used in alligation. Provide exercises involving price per unit, percent concentration, and mixture to a target concentration so students practise forming equations and using either weighted average or alligation depending on which is quicker. End with typical examination-style problems requiring clear arithmetic steps and final units.
- Mix sugar priced Rs.30/kg and Rs.50/kg to get 40/kg: ratio = (50-40):(40-30)=10:10=1:1.
- Weighted average: 3 kg of Rs.20/kg and 2 kg of Rs.40/kg gives average price = (3 b720+2 b740)/(5)=28/kg.
- Mixing milk and water: milk 80% and water 0% to get 40% milk: ratio of milk:water = (0-40):(40-80) = 40:40 = 1:1.
- If 10 litres of 20% solution is mixed with x litres of 50% to get 30% overall, solve (10 b720 + x b750)/(10+x)=30.
- Weighted average: vm = (q1v1 + q2v2 + ...)/(q1 + q2 + ...)
- Alligation for two values v1 < vm < v2: q1:q2 = (v2 - vm):(vm - v1)
Averages, Median and Mode (Arithmetic context)
What this topic covers
Average (mean), median and mode describe central tendency of a set of numbers. This topic focuses on arithmetic methods for computing these measures for raw (ungrouped) data and simple grouped data where class mid-points are used. Teach how to compute mean as total sum divided by count, how to find median as middle value of ordered data, and how to identify mode as the most frequent value.
Arithmetic mean
Mean = (sum of observations)/(number of observations). For ungrouped small data sets compute directly. For larger data or grouped data use class mid-points and frequency: mean ≈ (Σ f × mid-point)/Σ f. Teach the assumed mean method as a shortcut: choose an assumed mean A to reduce large sums and compute mean = A + (Σ f × d)/Σ f where d = mid-point - A. Explain how this reduces calculation steps and is useful in exams with many classes.
Median and mode
Median requires ordered data: if n is odd the median is the (n+1)/2-th value; if even median is average of the n/2 and (n/2)+1 values. Mode is the value with highest frequency; for grouped data use modal class but limit to simple identification unless asked for interpolation. Provide clear worked examples of each so students see differences: mean uses all values, median depends only on order, and mode depends on frequency.
Applications and inverse problems
Solve problems where mean or median is given and one data point missing: use sum relations to find the missing value. For combined groups with known means and sizes, find overall mean by weighted average. Include problems connecting average speed = total distance/total time which differs from mean of speeds; teach how to compute harmonic mean for equal distances when required in higher classes if introduced in question context.
Interpretation and choice of measure
Explain when each measure is useful: mean for balanced data, median when outliers can skew mean, and mode for most common observation. Emphasise checking computations and units. Show how to present final answers clearly with units and how to use estimated checks to see if answers are reasonable.
- Mean of 3, 7, 10 = (3+7+10)/3 = 20/3 = 6.67.
- Median of 5,1,9,7,3 (sorted 1,3,5,7,9) is 5.
- Mode of 2,4,2,3,2,5 is 2.
- If mean of 5 numbers is 12 and four are 10, 13, 15, 9, find fifth: sum = 60 so fifth = 60 - (10+13+15+9) = 13.
- Mean = (sum of observations)/(number of observations)
- Median position = (n+1)/2 for ordered ungrouped data
Approximation and Estimation
What this topic covers
Approximation and estimation are tools for quick calculation and error checking. This topic teaches rounding to specified decimal places and significant figures, truncation, upper and lower bounds, and mental estimation techniques that students can use before detailed calculation. Emphasis is on when approximations are acceptable and how they affect the accuracy of final answers in multi-step problems.
Rounding rules and significant figures
Explain standard rounding rules: look at the digit immediately after the required place; if 5 or more round up, otherwise round down. For significant figures, count starting from the first non-zero digit and round to required count. Give examples across magnitudes, e.g., 0.004678 rounded to three significant figures is 0.00468 and 6789000 rounded to three significant figures is 6.79 × 10^6. Discuss context: in money always round to two decimals (paise) at the final step.
Estimation techniques
Teach front-end estimation (use leading digits), compatible numbers (round to nearby easy numbers so arithmetic is simple), and rounding each number before a calculation to speed mental arithmetic. For multiplication of many factors, rounding to one or two significant digits gives a quick ballpark. Stress that estimation is not a replacement for exact calculation in answers, but a way to check plausibility of results.
Bounds and errors
Introduce upper and lower bounds when a measurement is rounded: if length is 12.3 cm rounded to 1 decimal, true value is in [12.25,12.35). Use this to calculate maximum possible error and to propagate bounds through arithmetic operations for worst-case estimates. Discuss percentage error and relative error to compare precision across different scales. Teach how rounding at intermediate steps can accumulate error and why it is better to keep maximum precision until the end.
Practical use and checks
Apply estimation in exam situations: estimate answer quickly before computing to detect errors, use it to decide which method or calculator mode to use, and document approximations in solutions when allowed. Provide exercises that ask for both estimate and exact answer to train students to use both skills. Encourage sensible notation for approximations (≈) and clear indication of rounded digits in final answers.
- Round 0.004678 to three significant figures: 0.00468.
- Estimate 398 b7 24 b7 5 by rounding 398 to 400: 400 b724 b75=48000.
- If length measured 12.3 cm to one decimal, bounds are 12.25 cm to 12.35 cm (assuming rounding to nearest 0.1).
- Approximate interest: 6% of 9800 ≈ 0.06 b710000 = 600
Arithmetic Progression (AP)
What this topic covers
Arithmetic Progression (AP) is a sequence in which consecutive terms differ by a constant called common difference d. This topic introduces the general term formula, how to derive it, the sum of first n terms and problem-solving methods using AP in arithmetic contexts such as saving plans, seating arrangements, or sequences appearing in word problems. Emphasise algebraic derivation so students understand source of formulas rather than memorising mechanically.
Definition and general term
Define an AP as a, a+d, a+2d, ... where a is the first term. Derive nth term tn = a + (n-1)d by observing how many increments of d are needed to reach the nth term. Show algebraic rearrangement to find n when tn and d are given: n = ((tn - a)/d) + 1. Use examples where d may be negative and explain how sequence decreases in that case.
Sum of n terms and derivation
Derive Sn = n/2 (first + last) by pairing terms from both ends: (a + l) + (a + l) ... n/2 pairs if n even, and the same formula holds for odd n after handling middle term. Also show Sn = n/2 [2a + (n-1)d] by substituting last term l = a + (n-1)d. Demonstrate equivalence of formulas with worked examples and discuss how to use them to find unknowns: given Sn and a find n, or given Sn and n find a or d.
Problem-solving and applications
Use AP in practical problems such as distributing money in increasing installments or calculating total distance covered when speed increases by equal amounts each time. Teach stepwise approach: identify a and d from context, write general term, use sum formula for totals, and convert answers to required units. Provide problems that require solving quadratic equations for n when Sn is given and show how to select the positive integer root relevant to the context.
Checks and visual understanding
Encourage students to list first few terms to check formulas and look for patterns. Plot term index vs term value to see straight-line pattern for AP and explain slope as common difference. Use this geometric interpretation to provide intuition about increasing and decreasing sequences. End with mixed problems linking AP to averages: in an AP the average of first and last term equals average of all terms, a useful shortcut in many exam questions.
- Find 10th term of AP with a=3, d=5: t10 = 3 + 9 b75 = 48.
- Sum of first 20 terms where a=2 and d=3: S20 = 20/2[2 b72 + (20-1)3] = 10[4+57]=610.
- Given t5 = 16 and t12 = 37 for an AP, find a and d: d = (37-16)/(12-5)=21/7=3, a = 16 - 4 b73 = 4.
- If n terms of AP sum to 325, a=5, d=3 find n by solving n/2[2 b75+(n-1)3] = 325
- nth term: tn = a + (n-1)d
- Sum of n terms: Sn = n/2[2a + (n-1)d] = n/2(first + last)
LCM and HCF with Algebraic Expressions (Integer focus)
What this topic covers
This topic applies integer LCM and HCF ideas to simple algebraic contexts where arithmetic techniques help manipulate coefficients and constants. The aim is to build bridge skills useful for algebra: clearing denominators in fractional expressions, finding least multipliers so expressions become integers, and solving problems where parameters must be integers. The emphasis remains on integer arithmetic; variable symbols are treated symbolically while integer coefficients are handled by LCM/HCF rules.
Clearing denominators and integer multipliers
Often a problem asks for the smallest integer k so that fractions or expressions become integers. Example: find smallest k such that k/3 and k/4 are integers. This reduces to finding the LCM of denominators 3 and 4, which is 12, so k must be a multiple of 12 and smallest positive k is 12. Teach procedure: list denominators, find LCM, and choose smallest multiple depending on conditions in the problem.
Divisibility in algebraic forms
Use HCF to find greatest integer that divides several linear expressions for given integer values or to find largest equal groups when expressions represent counts depending on a parameter. Explain with simple examples such as 'for integer x, find greatest integer that divides both 5x and 15' which reduces to gcd between coefficient and constant after substituting possible x values or by general reasoning about divisibility. Emphasise separation between numeric and variable parts: LCM/HCF apply to integer coefficients and constants, not to symbolic factors unless their integer values are given.
Applications in solving congruences and synchronisation
Apply ideas to problems requiring smallest n satisfying multiple congruences by converting to LCM problems where appropriate. For instance solve for n such that n-1 divisible by 3 and n-2 divisible by 4 by testing residues modulo LCM(3,4)=12 or setting up congruences and using basic methods. Keep problems elementary to match arithmetic syllabus while preparing students for algebraic number theory later.
Checks and method
Demonstrate checking by substitution to ensure the found multiplier or divisor meets all given conditions. Encourage explicit listing of denominators, computation of prime factors for LCM/HCF, and showing steps clearly to gain method marks. Provide examples linking to fraction arithmetic and equation solving where clearing denominators simplifies the problem to integer arithmetic before proceeding further.
- Find least k so that (k/3) and (k/4) are integers: LCM(3,4)=12 so k must be multiple of 12, smallest positive k=12.
- Smallest number divisible by 6 and 15 is LCM(6,15)=30.
- If 5x must be divisible by 12 for integer x, find smallest integer multiplier m so that m b75x divisible by 12: need m multiple of 12/gcd(5,12)=12/1=12, so m=12.
- Find smallest n s.t. n-1 divisible by 3 and n-2 divisible by 4: solve congruences by testing LCM=12 candidates.
- Use integer LCM/HCF rules from prime factorisation
- To clear denominators a/b, multiply by LCM of denominators to get integers
Rate, Time and Work (Arithmetic approach)
What this topic covers
Rate, Time and Work problems model tasks completed by people or machines. The key idea: work done equals rate multiplied by time. Using a unit of work such that the whole job = 1 simplifies calculations. Teach computing individual rates as 1/time for single workers, adding rates for combined work, and converting units carefully when hours and days are mixed. This topic focuses on arithmetic methods rather than algebraic generalities, so emphasise practical steps and checking.
Basic relations and combined work
If A finishes in tA days, A's rate is 1/tA job per day. For two workers A and B working together combined rate = 1/tA + 1/tB, so time to finish = 1/(1/tA + 1/tB). For more workers simply add rates. Provide many examples with whole numbers and fractions of days to practise adding fractional rates and dividing to find time. Highlight unit consistency: convert hours to days or vice versa before combining rates.
Sequential work and partial jobs
Teach problems where one worker starts and another joins later. Compute fraction of job done in each time interval and subtract from 1 to find remaining work. For example: A works for 2 hours then B joins; find remaining fraction after A's initial effort and use B's rate to finish. Emphasise constructing a timeline or table to track work completed over segments — this avoids confusion and earns full method marks in exams.
Inverse proportion and workforce scaling
If the job amount is fixed and worker efficiency identical then time varies inversely with number of workers. Use direct formula: time for n workers = time for 1 worker / n. For mixed-efficiency groups calculate total rate as sum of individual rates. Include problems with machines of different capacities, and cases where some workers are more efficient; model each with their rate and proceed similarly.
Applications and verification
Apply to real-world tasks: filling tanks (rate = volume/time), painting walls (area/time), and other jobs. Encourage verification by calculating total work done across all periods to confirm it equals 1. Provide exam-style problems with clear steps and tips: always express rates with the same units, show intermediate fractions in simplest form, and check final time by multiplying back to see full job completed.
- A does job in 10 days, B in 15 days. Combined rate = 1/10 + 1/15 = (3+2)/30 = 5/30 = 1/6, so time = 6 days.
- If 4 men can build a wall in 12 days, how many days for 6 men? Work constant, time = 4/6 b7 12 = 8 days.
- One person finishes 3/5 of job in 6 days; whole job time = 6/(3/5) = 10 days.
- Machine A finishes in 8 hours, works 3 hours then machine B finishes remaining. Find B's time from remaining work calculations.
- Rate = Work/Time; Time = Work/Rate
- Combined rate of workers A and B = 1/tA + 1/tB
Percentages in Financial Contexts: GST, Markup and Commission (Arithmetic focus)
What this topic covers
This topic applies percentages to everyday financial situations: taxes (such as GST arithmetic), markup on cost, commissions to agents, and service charges. The arithmetic skills taught are essential for handling price calculations, reversing percentage changes to find base prices, and combining successive percentage-based changes in clear stepwise fashion. The aim is correct computation and sound interpretation rather than legal or accounting details.
Tax and final price calculations
Show how to apply a tax rate t% to a base price B to get final price F = B(1 + t/100). For reverse calculation, find base price by dividing final price by (1 + t/100). Use examples in rupees and include rounding to paise at the end. Explain order of operations when a discount and then tax are applied — first reduce by discount then add tax on the reduced amount; reversing the order changes the final price.
Markup, margin and commission
Distinguish markup (percentage added on CP) and margin (profit as percentage of SP) because confusion often leads to wrong answers. For markup m% on CP: MP = CP(1 + m/100). For commission c% on sales: commission = c/100 × SP. Provide examples with numbers: computing commission earned on sales, net proceeds after commission, and combined calculations where commission is deducted and tax applied on the remaining amount. Teach careful sequencing of operations and show typical mistakes to avoid.
Successive percentage changes
When multiple percentage changes apply (e.g., markup then discount then tax), multiply factors sequentially: final = CP(1 + m/100)(1 - d/100)(1 + t/100) etc. Emphasise that percentages do not add algebraically; compute step-by-step. Introduce effective rate computations for quick comparisons of two offers or schemes, and teach simple rounding guidelines for currency amounts.
Practical tips and verification
Encourage checking results by reversing computations, estimate early to see if answer magnitude is sensible, and present answers with currency symbols and correct decimal places. Use realistic word problems about shopping, commissions, and taxation to build confidence. The arithmetic focus ensures students can handle examination problems and everyday calculations involving percentages accurately.
- If a product costs Rs.400 and GST is 12%, final price = 400 b71.12 = Rs.448.
- Find base price if final price after 18% tax is Rs.1180: base = 1180/1.18 = Rs.1000.
- Seller marks up cost by 25% on CP Rs.800: MP = 800 b71.25 = Rs.1000. After 10% discount final SP = 900.
- A salesperson earns 5% commission on Rs.20,000 sales: commission = Rs.1000.
- Final price F = B(1 + t/100) for tax/percentage increase
- Base price B = F/(1 + t/100)
- Commission = rate% b7 sale price
Word Problems and Mixed Exercises
What this topic covers
This final topic gathers various mixed problems combining previous ideas: fractions with percentages, compound interest with AP contexts, LCM/HCF applied to scheduling, and multi-step commerce problems. The main goal is to develop systematic translation of words into arithmetic steps, planning solution methods, executing computations carefully and checking results for reasonableness. Such mixed questions appear commonly in board exams and require disciplined working.
Problem-solving strategy
Teach a clear standard method: (1) read the problem carefully and underline key data, (2) assign symbols to unknowns, (3) write down relationships using relevant formulae, (4) perform arithmetic step-by-step with units, and (5) check the answer by substitution or estimation. Encourage writing intermediate totals and keeping a neat layout so marks can be awarded for method even if minor arithmetic errors occur.
Handling multi-step and multi-concept problems
Many problems combine concepts: for example, a shopkeeper buys items in an AP of quantities, sells at a percentage profit and pays commission on total sales; students must break such problems into parts. Teach how to use tables to track quantity, price, cost and profit across items, and timelines for work-rate or loan repayment problems. For percentage chains use multiplicative factors in correct order. For combined rates or mixtures use weighted averages or unit-rate approaches as appropriate.
Exam-style practice and tips
Provide typical board-level problems that require clear algebraic rearrangement and arithmetic. Show how to state the formula used before calculations for clarity. Remind students to convert all data to consistent units (e.g., months to years for interest), to round money answers only at the end, and to annotate final answers with correct units. Show model solutions highlighting common pitfalls and how to avoid them.
Checking and interpreting results
Teach students to check by substitution, simple estimation, or reverse calculations. Interpret numerical answers in context: if a time or count should be integer ensure solution makes sense; if not, explain fractional result meaning. Practise with a variety of mixed problems so students can recognise patterns and choose the most efficient arithmetic route under exam time constraints.
- A shopkeeper buys 10 items at Rs.80 each and sells them at 15% profit. Find total selling price and profit.
- Three taps fill a tank in 6, 8 and 12 hours respectively. If first tap runs for 2 hours then second joins, find time to fill tank.
- Find original price if selling price after 10% discount equals Rs.810.
- A sum grows to Rs.12100 in 2 years at compound interest annually. Find rate if principal was Rs.10000.
Key Concepts
- Prime factorization
- Expressing a number as a product of prime numbers.
- HCF (GCD)
- Highest common factor is the largest integer that divides two or more integers without remainder.
- LCM
- Least common multiple is the smallest positive integer that is a multiple of two or more integers.
- Simple interest
- Interest computed on the original principal only, using I = PRT/100.
- Compound interest
- Interest computed on principal plus accumulated interest from previous periods.
- Ratio
- A comparison of two quantities by division, expressed as a:b or a/b.
- Proportion
- An equation stating that two ratios are equal.
- Arithmetic progression
- A sequence of numbers with constant difference between consecutive terms.
- Mean (average)
- Sum of observations divided by the number of observations.
- Median
- The middle value of ordered data; for even count, the average of two middle values.
- Mode
- The value that appears most frequently in a data set.
- Alligation
- A method to find ratios in which two or more ingredients must be mixed to achieve a desired value.
- Estimation
- Finding an approximate value useful for checking or quick decisions.
- Bounds
- Ranges within which a rounded measurement must lie, upper and lower limits.
- Markup
- An amount added to cost price to arrive at the selling or marked price.
Practice Questions
-
Find the HCF and LCM of 84 and 140. / 84 और 140 का HCF और LCM ज्ञात कीजिए।
Show answer
Prime factors: 84 = 2^2 b73 b77, 140 = 2^2 b75 b77. HCF = 2^2 b77 = 28. LCM = 2^2 b73 b75 b77 = 420. / अभाज्य गुणनखंड: 84 = 2^2 b73 b77, 140 = 2^2 b75 b77. HCF = 2^2 b77 = 28. LCM = 2^2 b73 b75 b77 = 420।
-
Add 3/5 and 7/12 and simplify the result. / 3/5 और 7/12 को जोड़कर सरल रूप में लिखिए।
Show answer
Common denominator 60: 3/5 = 36/60, 7/12 = 35/60. Sum = 71/60 = 1 11/60. / समापवर्तक 60: 3/5 = 36/60, 7/12 = 35/60. योग = 71/60 = 1 11/60।
-
Find the simple interest on Rs.7500 at 8% per annum for 3 years. / Rs.7500 पर 8% प्रति वर्ष के दर से 3 वर्षों का साधारण ब्याज ज्ञात कीजिए।
Show answer
I = PRT/100 = 7500 b78 b73/100 = 7500 b724/100 = 1800. Simple interest = Rs.1800. / I = PRT/100 = 7500 b78 b73/100 = 1800. साधारण ब्याज = Rs.1800।
-
A sum of Rs.5000 amounts to Rs.6050 in 2 years at compound interest. Find the annual rate. / Rs.5000 की राशि 2 वर्षों में चक्रवृद्धि पर Rs.6050 हो जाती है। वार्षिक दर ज्ञात कीजिए।
Show answer
A = P(1 + r)^2. 6050/5000 = 1.21 = (1 + r)^2, so 1 + r = 1.1, r = 0.1 = 10%. / A = P(1 + r)^2. 6050/5000 = 1.21 = (1 + r)^2, अत: 1 + r = 1.1, r = 10%।
-
A shop sells an article marked at Rs.1200 with two successive discounts of 10% and 5%. Find the final price. / एक दुकान में Rs.1200 अंकित मूल्य पर क्रमश: 10% और 5% की छूट लगती है। अंतिम मूल्य ज्ञात कीजिए।
Show answer
After 10% discount: 1200 b70.90 = 1080. After further 5%: 1080 b70.95 = 1026. Final price = Rs.1026. / पहले 10% पर 1200 b70.90 = 1080. फिर 5% पर 1080 b70.95 = 1026. अंतिम मूल्य = Rs.1026।
-
If three numbers are in AP and their sum is 51 and common difference is 4, find the numbers. / तीन संख्याएँ AP में हैं, उनका योग 51 और समान अंतर 4 है, संख्याएँ ज्ञात कीजिए।
Show answer
Let numbers be a-d, a, a+d with common difference 4 so d=4. Sum = 3a = 51, a = 17. Numbers: 13, 17, 21. / संख्याएँ a-d, a, a+d लें। यहाँ d = 4. योग 3a = 51 => a = 17. अत: 13, 17, 21।
-
A tank is filled by three pipes in 6, 8 and 12 hours respectively. If all three work together, how long to fill the tank? / एक टैंक तीन पाइपों से क्रमश: 6, 8 और 12 घंटे में भरता है। यदि सभी एक साथ काम करें तो कितने समय में भरेगा?
Show answer
Rates: 1/6, 1/8, 1/12. Combined = (4+3+2)/24 = 9/24 = 3/8. Time = 1 / (3/8) = 8/3 hours = 2 hours 40 minutes. / दरें 1/6, 1/8, 1/12. संयुक्त दर = (4+3+2)/24 = 9/24 = 3/8. समय = 1/(3/8) = 8/3 घंटे = 2 घंटा 40 मिनट।
-
Convert the recurring decimal 0.727272... into a fraction. / आवर्ती दशमलव 0.727272... को भिन्न में बदलिए।
Show answer
Let x = 0.727272... Then 100x = 72.727272... Subtract: 99x = 72, x = 72/99 = 8/11 after simplification. / x = 0.727272..., 100x = 72.727272..., 99x = 72 => x = 72/99 = 8/11।
-
Find the LCM of 6, 15 and 20. / 6, 15 और 20 का LCM ज्ञात कीजिए।
Show answer
Prime factors: 6 = 2 b73, 15 = 3 b75, 20 = 2^2 b75. Take highest powers: 2^2 b73 b75 = 60. LCM = 60. / अभाज्य गुणनखंड: 6 = 2 b73, 15 = 3 b75, 20 = 2^2 b75. उच्चतम घातें लेकर LCM = 2^2 b73 b75 = 60।
-
A sum of money doubles itself at compound interest in 6 years. At the same rate, in how many years will it become eight times? / किसी धनराशि का चक्रवृद्धि ब्याज पर 6 वर्षों में दोगुना हो जाता है। उसी दर पर यह कितने वर्षों में आठ गुना होगा?
Show answer
Doubling in 6 years means (1 + r)^6 = 2. For eight times, need (1 + r)^n = 8 = 2^3. So (1 + r)^n = (1 + r)^{6 b73} since (1+r)^6 =2, so n = 6 b73 = 18 years. / (1 + r)^6 = 2. Need (1 + r)^n = 8 = 2^3, so n = 6 b73 = 18 वर्ष।
-
If the mean of five numbers is 16 and four of them are 12, 15, 18 and 20, find the fifth. / पाँच संख्या का माध्य 16 है और चार संख्याएँ 12, 15, 18 और 20 हैं, पाँचवीं संख्या ज्ञात कीजिए।
Show answer
Sum of five = 5 b716 = 80. Sum of four = 12+15+18+20 = 65. Fifth = 80-65 = 15. / पाँच संख्याओं का योग = 5 b716 = 80. चार का योग = 65. पाँचवीं = 80-65 = 15।
Related Laws & Principles
Explore allFoundational laws & principles connected to this chapter — tap to open in the Laws Explorer.