Study Guide

ICSE Class 7 Maths All Formulas: Complete Selina Formula Sheet

Every formula from every Selina chapter in one page. Bookmark this and revise before every test.

ICSEClass 7
SparkEd Math9 April 202613 min read
ICSE Class 7 maths formula sheet across all chapters

Your One Page Revision Companion

Every year around exam week a parent messages me saying their child has forgotten which formula goes with which chapter. 'We have three days to the test and she does not know perimeter from area.' That moment is why this page exists. It is designed to be the single document you bookmark on your phone, the one you scroll through ten minutes before every class test, and the one your child can read during the school bus ride on exam day.

The Selina ICSE Class 7 syllabus covers roughly twenty chapters. Some are heavy on formulas, others are heavy on reasoning. This sheet lists every formula that is likely to be tested, along with a one line explanation for each so you understand what it does, not just what it looks like. Where a formula has a standard memory trick, I have included that too.

Use this page alongside the individual chapter guides. Read the guide first for deep understanding, then come back here for fast recall. A week of guide reading plus five minutes of formula scanning every morning is usually enough to feel confident on exam day.

Integers

The integers are ,3,2,1,0,1,2,3,\ldots, -3, -2, -1, 0, 1, 2, 3, \ldots. The basic operation rules are the building blocks for everything that follows.

Addition rules
* Same signs: add absolute values, keep the sign.
* Different signs: subtract the smaller from the larger, keep the sign of the larger.

Multiplication and division sign rules

(+)×(+)=+,()×()=+(+) \times (+) = +, \quad (-) \times (-) = +

(+)×()=,()×(+)=(+) \times (-) = -, \quad (-) \times (+) = -

Same rules apply for division.

Properties
* Closure under addition, subtraction and multiplication.
* Commutative: a+b=b+aa + b = b + a, a×b=b×aa \times b = b \times a.
* Associative: (a+b)+c=a+(b+c)(a + b) + c = a + (b + c).
* Distributive: a×(b+c)=a×b+a×ca \times (b + c) = a \times b + a \times c.
* Additive identity: a+0=aa + 0 = a.
* Multiplicative identity: a×1=aa \times 1 = a.
* Additive inverse of aa is a-a.

Fractions and Decimals

Multiplication of fractions: multiply numerators and denominators separately.

ab×cd=acbd\frac{a}{b} \times \frac{c}{d} = \frac{ac}{bd}

Division of fractions: multiply by the reciprocal.

ab÷cd=ab×dc=adbc\frac{a}{b} \div \frac{c}{d} = \frac{a}{b} \times \frac{d}{c} = \frac{ad}{bc}

Reciprocal: the reciprocal of ab\frac{a}{b} is ba\frac{b}{a} (assuming a0a \ne 0).

Decimal multiplication: multiply as whole numbers, then place the decimal by counting the total decimal places in the original numbers.

Decimal division: shift the decimal in both divisor and dividend until the divisor is a whole number, then divide normally.

Conversion: to convert a fraction to a decimal, divide numerator by denominator. To convert a decimal to a fraction, write it with a power of 10 in the denominator and simplify.

Practice this topic on SparkEd — free visual solutions and AI coaching

Try Free

Rational Numbers

A rational number is any number of the form pq\frac{p}{q} where pp and qq are integers and q0q \ne 0.

Addition

ab+cd=ad+bcbd\frac{a}{b} + \frac{c}{d} = \frac{ad + bc}{bd}

Subtraction

abcd=adbcbd\frac{a}{b} - \frac{c}{d} = \frac{ad - bc}{bd}

Properties: rational numbers are closed under addition, subtraction and multiplication. They are not closed under division by zero. All the usual properties like commutativity and associativity hold.

Standard form: a rational number is in standard form when the numerator and denominator have no common factors other than 1 and the denominator is positive.

Exponents and Powers

For any nonzero integer aa and positive integers mm, nn:

am×an=am+na^m \times a^n = a^{m+n}

am÷an=amna^m \div a^n = a^{m-n}

(am)n=amn(a^m)^n = a^{mn}

(ab)n=anbn(ab)^n = a^n b^n

(ab)n=anbn\left(\frac{a}{b}\right)^n = \frac{a^n}{b^n}

a0=1(a0)a^0 = 1 \quad (a \ne 0)

Negative exponents (brief mention in Class 7):

an=1ana^{-n} = \frac{1}{a^n}

Standard form: a number expressed as k×10nk \times 10^n where 1k<101 \le k < 10 and nn is an integer. For example, 45000=4.5×10445000 = 4.5 \times 10^4.

Algebraic Expressions

An expression has terms, coefficients, variables and constants. Types by number of terms:
* Monomial: 1 term
* Binomial: 2 terms
* Trinomial: 3 terms
* Polynomial: general term for any expression with one or more terms

Rule for combining: only like terms (same variable part including powers) can be added or subtracted.

Multiplication rules for variables

xmxn=xm+nx^m \cdot x^n = x^{m+n}

Distributive law for multiplying: a(b+c)=ab+aca(b + c) = ab + ac.

Removing brackets: when a plus sign is in front, signs inside stay the same. When a minus sign is in front, every sign inside flips.

Value of an expression: substitute the given values for each variable, then evaluate step by step. Always put negative substitutions in brackets to avoid sign errors.

Linear Equations in One Variable

A linear equation has the form ax+b=cax + b = c where aa, bb, cc are constants and xx is the variable.

Balance method: do the same operation to both sides to keep the equation balanced.

Transposition: a term crossing the equal sign flips its operation.
* ++ becomes -
* - becomes ++
* ×\times becomes ÷\div
* ÷\div becomes ×\times

For fractions: multiply every term by the LCM of the denominators to clear fractions before solving.

Word problems four step method: read, name the unknown, write the equation, solve and answer in words.

Sets

A set is a collection of well defined, distinct objects.

Element notation: xAx \in A means xx is an element of AA.

Forms
* Roster form: list elements in curly braces.
* Set builder form: describe by a rule, e.g. {x:x is an even number}\{x : x \text{ is an even number}\}.

Types of sets: empty, singleton, finite, infinite, equal, equivalent.

Cardinal number: n(A)n(A) is the number of elements in AA.

Subsets: BAB \subseteq A if every element of BB is in AA. Number of subsets of a set with nn elements is 2n2^n.

Operations

AB={x:xA or xB}A \cup B = \{x : x \in A \text{ or } x \in B\}

AB={x:xA and xB}A \cap B = \{x : x \in A \text{ and } x \in B\}

Disjoint sets: AB=A \cap B = \emptyset.

Ratio and Proportion

A ratio compares two quantities of the same kind: a:b=aba : b = \frac{a}{b}.

Proportion: four numbers aa, bb, cc, dd are in proportion if a:b=c:da : b = c : d, i.e. ab=cd\frac{a}{b} = \frac{c}{d}.

Cross product rule: if a:b=c:da : b = c : d, then a×d=b×ca \times d = b \times c.

Direct variation: y=kxy = kx where kk is constant. Two quantities increase or decrease together.

Inverse variation: xy=kxy = k. As one increases, the other decreases proportionally.

Unitary method: find the value of one unit first, then multiply or divide by the required number of units.

Percentage

Percent means per hundred. x%=x100x\% = \frac{x}{100}.

Percent of a quantity

x% of Q=x100×Qx\% \text{ of } Q = \frac{x}{100} \times Q

One as percent of another

Percent=partwhole×100%\text{Percent} = \frac{\text{part}}{\text{whole}} \times 100\%

Percentage increase

% increase=increaseoriginal×100\% \text{ increase} = \frac{\text{increase}}{\text{original}} \times 100

Percentage decrease

% decrease=decreaseoriginal×100\% \text{ decrease} = \frac{\text{decrease}}{\text{original}} \times 100

Common fraction equivalents: 12=50%\frac{1}{2} = 50\%, 14=25%\frac{1}{4} = 25\%, 15=20%\frac{1}{5} = 20\%, 18=12.5%\frac{1}{8} = 12.5\%, 13=3313%\frac{1}{3} = 33\frac{1}{3}\%.

Profit, Loss and Discount

* Profit =SPCP= SP - CP (when SP > CP)
* Loss =CPSP= CP - SP (when SP < CP)

Profit and loss percent (always based on CP)

Profit%=ProfitCP×100\text{Profit}\% = \frac{\text{Profit}}{CP} \times 100

Loss%=LossCP×100\text{Loss}\% = \frac{\text{Loss}}{CP} \times 100

Selling price formulas

SP=CP(1+Profit%100)(profit)SP = CP \left(1 + \frac{\text{Profit}\%}{100}\right) \quad \text{(profit)}

SP=CP(1Loss%100)(loss)SP = CP \left(1 - \frac{\text{Loss}\%}{100}\right) \quad \text{(loss)}

Cost price from SP

CP=SP×100100+Profit%(profit)CP = \frac{SP \times 100}{100 + \text{Profit}\%} \quad \text{(profit)}

CP=SP×100100Loss%(loss)CP = \frac{SP \times 100}{100 - \text{Loss}\%} \quad \text{(loss)}

Discount

Discount=MPSP\text{Discount} = MP - SP

Discount%=DiscountMP×100\text{Discount}\% = \frac{\text{Discount}}{MP} \times 100

Successive discount shortcut: for two discounts of a%a\% and b%b\%, effective discount =a+bab100= a + b - \frac{ab}{100}.

Simple Interest

SI=P×R×T100SI = \frac{P \times R \times T}{100}

Where PP is the principal, RR is the rate percent per annum, TT is the time in years, and SISI is the simple interest earned.

Amount: A=P+SIA = P + SI.

Rearranged formulas

P=SI×100R×TP = \frac{SI \times 100}{R \times T}

R=SI×100P×TR = \frac{SI \times 100}{P \times T}

T=SI×100P×RT = \frac{SI \times 100}{P \times R}

Time unit conversions
* Months to years: divide by 12
* Days to years: divide by 365 (Selina convention)

Lines and Angles

Types of angles
* Acute: 0°<θ<90°0° < \theta < 90°
* Right: θ=90°\theta = 90°
* Obtuse: 90°<θ<180°90° < \theta < 180°
* Straight: θ=180°\theta = 180°
* Reflex: 180°<θ<360°180° < \theta < 360°

Pair of angles
* Complementary angles: sum to 90°90°.
* Supplementary angles: sum to 180°180°.
* Linear pair: two adjacent angles on a straight line, sum to 180°180°.
* Vertically opposite angles: equal.

When two parallel lines are cut by a transversal
* Corresponding angles are equal.
* Alternate interior angles are equal.
* Co interior angles sum to 180°180°.

Triangles

Angle sum property: in any triangle, A+B+C=180°\angle A + \angle B + \angle C = 180°.

Exterior angle theorem: exterior angle = sum of the two opposite interior angles.

Triangle inequality: the sum of any two sides is greater than the third side.

Classification by sides: equilateral (all equal), isosceles (two equal), scalene (all different).

Classification by angles: acute (all less than 90°90°), right (one equals 90°90°), obtuse (one greater than 90°90°).

Isosceles triangle property: angles opposite to equal sides are equal.

Congruence of Triangles

Two triangles are congruent if they have the same shape and size. Symbol: \cong.

Four criteria
* SSS: three sides equal.
* SAS: two sides and the included angle equal.
* ASA: two angles and the included side equal.
* RHS: for right triangles, hypotenuse and one other side equal.

CPCT: Corresponding Parts of Congruent Triangles are equal. Use this after proving congruence to claim other equal parts.

Pythagoras Theorem

In a right angled triangle, the square of the hypotenuse equals the sum of the squares of the other two sides.

hypotenuse2=base2+height2\text{hypotenuse}^2 = \text{base}^2 + \text{height}^2

Or symbolically, if cc is the hypotenuse and aa, bb are the other two sides:

c2=a2+b2c^2 = a^2 + b^2

Pythagorean triples: integer solutions to a2+b2=c2a^2 + b^2 = c^2. Common ones: (3,4,5)(3, 4, 5), (5,12,13)(5, 12, 13), (8,15,17)(8, 15, 17).

Quadrilaterals

Angle sum property: the sum of interior angles of any quadrilateral is 360°360°.

Types of quadrilaterals and properties
* Square: all sides equal, all angles 90°90°, diagonals equal and perpendicular.
* Rectangle: opposite sides equal, all angles 90°90°, diagonals equal.
* Rhombus: all sides equal, opposite angles equal, diagonals perpendicular.
* Parallelogram: opposite sides parallel and equal, opposite angles equal, diagonals bisect each other.
* Trapezium: exactly one pair of parallel sides.

Perimeter and Area

Square: side =s= s

perimeter=4sarea=s2\text{perimeter} = 4s \quad \text{area} = s^2

Rectangle: length ll, breadth bb

perimeter=2(l+b)area=l×b\text{perimeter} = 2(l + b) \quad \text{area} = l \times b

Triangle: base bb, height hh

area=12×b×h\text{area} = \frac{1}{2} \times b \times h

Parallelogram: base bb, height hh

area=b×h\text{area} = b \times h

Circle: radius rr

circumference=2πrarea=πr2\text{circumference} = 2\pi r \quad \text{area} = \pi r^2

Use π=227\pi = \frac{22}{7} unless the question states otherwise.

Area of a path around a rectangle of outer dimensions L×BL \times B and inner l×bl \times b:

path area=(L×B)(l×b)\text{path area} = (L \times B) - (l \times b)

Data Handling

Mean (average): mean=sum of observationsnumber of observations\text{mean} = \frac{\text{sum of observations}}{\text{number of observations}}

Median: the middle value when data is arranged in order. For an even number of observations, the median is the average of the two middle values.

Mode: the value that occurs most frequently.

Range: maximum value minus minimum value.

Probability (introductory)

P(event)=favourable outcomestotal outcomesP(\text{event}) = \frac{\text{favourable outcomes}}{\text{total outcomes}}

Probability lies between 0 and 1 inclusive.

Symmetry and Solid Shapes

Line of symmetry: a line that divides a figure into two identical halves.
* Square: 4 lines of symmetry
* Rectangle: 2 lines
* Equilateral triangle: 3 lines
* Isosceles triangle: 1 line
* Regular polygon of nn sides: nn lines

Rotational symmetry: order of rotational symmetry is the number of times a figure looks identical in one full rotation.

3D shapes and parts
* Cube: 6 faces, 12 edges, 8 vertices
* Cuboid: 6 faces, 12 edges, 8 vertices
* Cylinder: 2 circular faces, 1 curved surface
* Cone: 1 circular face, 1 curved surface, 1 vertex
* Sphere: 1 curved surface, no edges, no vertices

How to Use This Sheet

Here is the revision routine I recommend. Seven days before the exam, read each section carefully once. Five days before, make a flashcard for any formula you cannot recall in under five seconds. Three days before, close your textbook and try to write out each chapter's formulas from memory on a blank sheet. One day before, scan this entire page once in the morning and once in the evening. On the exam day, read only the chapters that are actually being tested, ten minutes before the paper.

Do not try to cram everything the night before. Spread the work across a week and your recall will be dramatically better. Combine this sheet with actual practice on the SparkEd Class 7 ICSE practice hub for the best results. A formula you can recall is nothing without a problem you can solve.

Frequently Asked Questions

Try SparkEd Free

Visual step-by-step solutions, three difficulty levels of practice, and an AI-powered Spark coach to guide you when you are stuck. Pick your class and board to start.

Start Practicing Now