Skip to content
geeksforgeeks
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Tutorials
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
  • Practice
    • Build your AI Agent
    • GfG 160
    • Problem of the Day
    • Practice Coding Problems
    • GfG SDE Sheet
  • Contests
    • Accenture Hackathon (Ending Soon!)
    • GfG Weekly [Rated Contest]
    • Job-A-Thon Hiring Challenge
    • All Contests and Events
  • Mathematics
  • Number System and Arithmetic
  • Algebra
  • Trigonometry
  • Statistics
  • Probability
  • Geometry
  • Mensuration
  • Calculus
  • Logarithms
Open In App
Next Article:
CBSE Class 8 Maths Formulas
Next article icon

Divisibility Rules

Last Updated : 21 Apr, 2025
Comments
Improve
Suggest changes
Like Article
Like
Report

Divisibility rules are some shortcuts for finding if an integer is divisible by a number without actually doing the whole division process. For example, let’s suppose a boy has 531 chocolates, and he has to distribute them among his 9 friends. Dividing 531 by 9, we get no remainder, which means 531 is perfectly divisible by 9.

Table for the Divisibility Rules for 1 to 19

Divisibility by Number

Divisibility Rule

Divisibility by 2

The last digit should be even.

Divisibility by 3

The sum of the digits should be divisible by 3.

Divisibility by 4

The last two digits should be divisible by 4.

Divisibility by 5

The last digit should either be 0 or 5.

Divisibility by 6

The number should be divisible by both 2 and 3.

Divisibility by 7

The double of the last digit, when subtracted by the rest of the number, the difference obtained should be divisible by 7.

Divisibility by 8

The last three digits should be divisible by 8.

Divisibility by 9

The sum of the digits should be divisible by 9.

Divisibility by 10

The last digit should be 0.

Divisibility by 11

The difference of the alternating sum of digits should be divisible by 11.

Divisibility by 12

The number should be divisible by both 3 and 4.

Divisibility by 13

The four times of the last digit, when added to the rest of the number, the result obtained should be divisible by 13.

Divisibility by 14

Upon adding the last two digits to twice the sum of the remaining digits, the result should be divisible by 14

Divisibility by 15

The number should be divisible by both 5 and 3.

Divisibility by 16

The last four digits should be divisible by 16.

Divisibility by 17

The five times of the last digit, when subtracted by the rest of the number, the difference obtained should be divisible by 17.

Divisibility by 19

The double of the last digit, when added to the rest of the number, the result obtained 
should be divisible by 19.

Also Read Divisibility Rules 20 to 30.

Divisibility Rule of 1

As all the numbers are divisible by 1 it doesn’t need any test to determine that. Any number k can be written as k×1, thus we can divide k by 1 and still have k left. For example, if 2341 is divided by 1, we have 2341 as the quotient and 0 as the remainder.

Divisibility Rule of 2

A number is divisible by 2 if the last digit of the number is any of the following digits 0, 2, 4, 6, 8. The numbers with the last digits 0, 2, 4, 6, and 8 are called even numbers.

Example: 2580, 4564, 90032 etc. are divisible by 2.

Divisibility Rule of 3

A number is divisible by 3 if the sum of its digits is divisible by 3.

Example: 90453 (9 + 0 + 4 +5 + 3 = 21) 21 is divisible by 3. 21 = 3 × 7. Therefore, 90453 is also divisible by 3. 

Divisibility Rule of 4

A number is divisible by 4 if the last two digits are divisible by 4. 

Example: 456832960, here the last two digits are 60 that are divisible by 4 i.e. 15 × 4 = 60. Therefore, the total number is divisible by 4.

Divisibility Rule of 5 

A number is divisible by five if the last digit of that number is either 0 or 5.

Example: 500985, 3456780, 9005643210, 12345678905 etc.

Divisibility Rule of 6

A number is divisible by 6 if it is divisible by both 2 and 3.

Example: 10008, have 8 at one’s place so is divisible by 2 and the sum of 1, 0, 0, 0 and 8 gives the total 9 which is divisible by 3. Therefore, 10008 is divisible by 6.

Divisibility Rule of 7

Following are the steps to check the divisibility rule for 7,

  1. Take the last digit and then double the last digit.
  2. Subtract the result from the remaining number.
  3. If the number is 0 or a multiple of 7, then the original number is divisible by 7. Else, it is not divisible by 7.

Divisibility Rule of 7

Example: Consider the number 5497555 to test if it is divisible by 7 or not. Add the last two digits to twice the remaining number and repeat the same process until it reduces to a two-digit number. If the result obtained is divisible by 7 the number is divisible by 7.

  • 55 + 2(54975) = 109950 + 55 = 110005
  • 05 + 2(1100) = 2200 + 05 = 2205
  • 05 + 2(22) = 44 + 5 = 49

Reduced to the two-digit number 49, which is divisible by 7 i.e., 49 = 7 × 7

Divisibility Rule of 8

To check that any number is divisible by 8 we follow the divisibility rule for 8 that states, a number is divisible by 8 if the last three digits of the number are divisible by 8. 

Example: Check 49008 is divisible by 8 or not.

taking last three digits of 49008, ‘008’ which is divisible by 8, therefore, the number 49008 is divisible by 8.

Divisibility Rule of 9

A number is divisible by 9 if the sum of its digits is divisible by 9. In example 90453, when we add the digits, we get the result as 21, which is not divisible by 9, so 90453 is also not divisible by 9.

Example: 909, 5085, 8199, 9369 etc. are divisible by 9. Consider 909 (9 + 0 + 9 = 18). 18 is divisible by 9(18 = 9 × 2). Therefore, 909 is also divisible by 9.

Note A number that is divisible by 9 also divisible by 3, but a number that is divisible by 3 does not have surety that it is divisible by 9.

Example: 18 is divisible by both 3 and 9 but 51 is divisible only by 3, can’t be divisible by 9.

Divisibility Rule of 10

A number is divisible by 10 if it has only 0 as its last digit. A number that is divisible by 10 is divisible by 5, but a number that is divisible by 5 may or may not be divisible by 10.10 is divisible by both 5 and 10, but 55 is divisible only by 5, not by 10.

Example: 89540, 3456780, 934260, etc are all divisible by 10.

Divisibility Rule of 11 

To check the divisibility rule for 11, if the difference of the sum of alternative digits of a number is divisible by 11, then that number is divisible by 11 completely.

Example: Let us consider a number to test the divisibility with 11, 264482240 mark the even place values and odd place values. Sum up the digits in an even place together and sum up the digits in an odd place together.                        

Digits

Place

2

1

6

2

4

3

4

4

8

5

2

6

2

7

4

8

0

9

Now sum up the digits in odd place values i.e., 2 + 4 + 8 + 2 + 0 = 14. To add up the digits in even place values i.e., 6 + 4 + 2 + 4 = 14

Now calculate the difference between the sum of digits in even place values and the sum of digits in odd place values if the difference is divisible by 11 the complete number i.e., 264482240 is divisible by 11. Here the difference is 0, (14-14) which is divisible by 11. Therefore, 264482240 is divisible by 11.

Divisibility Rule of 12

For any number to be divisible by 12, it must be divisible by 3 as well as 4 simultaneously. So, the divisibility rule of 3 and 4 is used together to check whether a number is divisible by 12 or not. 

For example, let’s check whether 3276 is divisible by 12 or not.

Divisibility by 3, 3 + 2 + 7 + 6 = 18, which is divisible by 3.

Thus 3276 is divisible by 3.

As 76 is the last two digits of 3276, and 76 is divisible by 4 (76 = 4×19).

Thus, 3276 is divisible by 4 as well.

As 3276 is divisible by 3 and 4 simultaneously, thus 3276 is divisible by 12 as well.

Note: For all the composite numbers such as 14, 16, 18, 20, etc., we can check their divisibility using the divisibility rule of their constituent factors.

Divisibility Rule For 13

To check, if a number is divisible by 13, add 4 times the last digit to the rest of the number and repeat this process until the number becomes two digits. If the result is divisible by 13, then the original number is divisible by 13.

Divisibility Rule For 13

Divisibility Test For the Number 13

Example: Check whether 333957 is divisible by 13 or not.

Solution:

Unit digit of 333957 is 7,

  • (4 × 7) + 33395 = 33423
  • (4 × 3) + 3342 = 3354
  • (4 × 4) + 335 = 351
  • (1 × 4) + 35 = 39
  • (1 × 4) + 35 = 39

Reduced to two-digit number 39 is divisible by 13. 

Therefore, 33957 is divisible by 13.

Divisibility Rule of 14

Rule 1: The divisibility rule of 14 states that for any number to be divisible by 14 it should be checked wether that number is divisible by both 2 and 7. If number is divisible by 2 and 7, then automatically that number shall be divisible by 14.

Rule 2: Add the last two digits to twice the number formed by the remaining digits. If the result is divisible by 14, the orginal number is also divisible by 14.

Example: Check if 1064 is divisible by 14 or not.

Solution:

Check for Rule 1:

We need to check if the given number 1064 is divisible by 2and 7 both or not

  • 1064 is divisible by 2 as last digit is EVEN number,
  • 1064 is also divisbile by 7,
  • Hence, 1064 is divisible by 14.

Check for Rule 2:

  • Last digit = 64
  • Remaining digit = 10
  • Twice the remaining digit = 2 x 10 = 20
  • Add both numbers = 64 + 20 = 84
  • As 84 is divisible by 14 so 1064 is also divisible by 14.

Divisibiilty Rule of 15

A number when divided by 15, is said to be divisible by 15, when it is divisible by both 5 and 3. When both the test of divisibility 5 and 3 are passed we can say that the given number is divisible by 15.

Example: Check 11445 is divisible by 15 or not.

Solution:

We need to checkif the given number is divisible by 3 and 5 Both

Divisibiliy by 3:

  • 11445 = 1 + 1 + 4 + 4 + 5 = 15 which is divisible by 3.

Divisibility by 5:

  • 11445 ends with unit digit 5 which means that it is divisible by 5.

Since it is divisible by both 3 and 5 so it is also divisible by 15.

Divisibility Rule of 16

The divisibility rule of 16 is unique and has two ways of finding out th results. This is efficinet way to caculate the result of divisibilty rule of 16. The two ways are mentioned below:

Rule 1: If thousand place digit is even:

  • Observe the last three digit of the number
  • The last dgit are to added to the product of the hundreds place digit multiplied by 4.
  • The actual number is divisible by 16 if output is divisible by 16.

Rule 2:If thousand place digit is odd:

  • Observe the last three digit of the number
  • Add 8 to last three digits.
  • The actual number is divisible by 16 if output is divisible by 16.

Example: Check if 21312 is divisible by 16 or not.

Solution:

Given number is 21312.,the digit in thoudsand place is ODD, so the Rule 2 is applied.
The last three digit of the number are 312
So, 312 + 8 = 400
The resultant number 400 is divisible by 16 so the number 21312 is divisible by 16.

Divisibility Rule of 17 

A number is divisible by 17, when dividing it by 17 there is no remainder left. To check, if a number is divisible by 17, subtract 5 times the last digit from the rest of the number and repeat this process until the number becomes two digits.

If the result is divisible by 17, then the original number is also divisible by 17.

Divisibility Rule of 17

Divisibility Test for the number 17 

 Example: Is 28730 divisible by 17 or not?

Solution:

Unit digit of 28730 is 0,

  • 2873 – (5 × 0) = 2873
  • 287 – (5 × 3) = 272
  • 27 – (5 × 2) = 17

Reduced to two-digit number 17 is divisible by 17. 

Therefore, 28730 is divisible by 17.

Divisibility Rule of 19

To check, if a number is divisible by 19, take its unit digit and multiply it by 2, then add the result to the rest of the number, and repeat this step until the number is reduced to two digits.

If the result is divisible by 19, then the original number is also divisible by 19. Otherwise, the original number is not divisible by 19.

Divisibility Rule of 19

Divisibility Test for the number 19

 Example: Is 12635 divisible by 19 or not?

Solution:

Unit digit of 12635 is 5,

  • 1263 + (2× 5) = 1273
  • 127 + (2 × 3) = 133
  • 13 + (2 × 3) = 19

Reduced to two-digit number 19 is divisible by 19. 

Therefore, 12635 is divisible by 19.

Divisibility Tips and Tricks

The following table is the best way to understand the shortcut of the divisibility rules from 2 to 10,

Divisibility Tips and Tricks Chart

Divisibility Test Tips and Tricks Chart

Read More,

  • Division
  • Easy Division Tricks
  • Top 30 Math Tricks for Fast Calculations

Solved Examples of Divisibility Rules

Example 1: Determine the number divisible by 718531.

Solution:

Since, the given number contains 1 in the one’s-place, therefore it is clear that it must be divisible either by 3, 7, 9 or 11.

First add all the digits of the given number, 7 + 1 + 8 + 5 + 3 + 1 = 25 which is not divisible by 3 or 9, so 718531 is also not divisible by 3 or 9.

Lets sum up all the even places digits, 3 + 8 + 7 = 18

and now sum up all odd places digits, 1 + 5 + 1 = 7

Now subtract them as:

18 – 7 = 11

Therefore, the given number 718531 is divisible by 11.

Example 2: Use divisibility rules to check whether 572 is divisible by 4 and 8.

Solution:

Divisibility rule for 4 – The last two digits of 572 is 72 (i.e. 4 x 18) is divisible by 4.

Therefore, the given number 572 is divisible by 4.

Divisibility rule for 8 – The last three digits of 572 is,

572 = 2 × 2 × 11 × 13

This implies that, the given number does not contain 8 as its factor, so 572 is not divisible by 8.

Example 3: Check whether the number 21084 is divisible by 8 or not. If not, then find what that number is.

Solution:

The last three digits of the given number 21084 is,

084 or 84 = 2 × 2 × 3 × 7

This implies that, the given number does not contain 8 as its factor, so 21084 is not divisible by 8.

Since, the one’s place digit of 21084 is 4 therefore it is clear that 21084 is divisible by 2.

Now, to check the divisibility rule for 4, consider its last two-digits: 84 i.e. 4 × 21.

This implies that, 21084 is divisible by 4.

Hence, 21084 is divisible by 2 and 4.

Example 4: Check if 56355 is divisible by 13, 17 and 19.

Solution:

Divisibility Rule Example

Example 5: Is 1344 divisible by 2, 3, 4, 5, 6, 7, 8, 9, and 10

Solution:

Example 5 (Divisible Rule Chart)



Next Article
CBSE Class 8 Maths Formulas

A

Abhinav96
Improve
Article Tags :
  • Class 8
  • Mathematics
  • School Learning
  • Math-Concepts
  • Maths-Class-8

Similar Reads

  • CBSE Class 8th Maths Notes
    CBSE Class 8th Maths Notes cover all chapters from the updated NCERT textbooks, including topics such as Rational Numbers, Algebraic Expressions, Practical Geometry, and more. Class 8 is an essential time for students as subjects become harder to cope with. At GeeksforGeeks, we provide easy-to-under
    15+ min read
  • Chapter 1: Rational Numbers

    • Rational Numbers
      A rational number is a type of real number expressed as p/q, where q ≠ 0. Any fraction with a non-zero denominator qualifies as a rational number. Examples include 1/2, 1/5, 3/4, and so forth. Additionally, the number 0 is considered a rational number as it can be represented in various forms such a
      9 min read

    • Natural Numbers | Definition, Examples & Properties
      Natural numbers are the numbers that start from 1 and end at infinity. In other words, natural numbers are counting numbers and they do not include 0 or any negative or fractional numbers. Here, we will discuss the definition of natural numbers, the types and properties of natural numbers, as well a
      11 min read

    • Whole Numbers - Definition, Properties and Examples
      Whole numbers are a foundational concept in mathematics, encompassing all non-negative integers starting from zero. This set includes numbers like 0, 1, 2, 3, and so on, up to infinity. Unlike integers, whole numbers do not include negative numbers or fractions. Examples of Whole Numbers are 0, 2, 3
      9 min read

    • Integers | Definition, Examples & Types
      The word integer originated from the Latin word “Integer” which means whole or intact. Integers are a special set of numbers comprising zero, positive numbers, and negative numbers. So, an integer is a whole number (not a fractional number) that can be positive, negative, or zero. Examples of intege
      9 min read

    • Rational Numbers
      Rational numbers are a fundamental concept in mathematics, defined as numbers that can be expressed as the ratio of two integers, where the denominator is not zero. Represented in the form p/q​ (with p and q being integers), rational numbers include fractions, whole numbers, and terminating or repea
      15+ min read

    • Representation of Rational Numbers on the Number Line | Class 8 Maths
      Rational numbers are the integers p and q expressed in the form of p/q where q>0. Rational numbers can be positive, negative or even zero. Rational numbers can be depicted on the number line. The centre of the number line is called Origin (O). Positive rational numbers are illustrated on the righ
      5 min read

    • Rational Numbers Between Two Rational Numbers | Class 8 Maths
      Real numbers are categorized into rational and irrational numbers respectively. Given two integers p and q, a rational number is of the form p/q, where q > 0. A special case arises when q=1 and the rational number simply becomes an integer. Hence, all integers are rational numbers, equal to p. Th
      6 min read

    Chapter 2: Linear Equations in One Variable

    • Algebraic Expressions in Math: Definition, Example and Equation
      Algebraic Expression is a mathematical expression that is made of numbers, and variables connected with any arithmetical operation between them. Algebraic forms are used to define unknown conditions in real life or situations that include unknown variables. An algebraic expression is made up of term
      8 min read

    • Linear Equations in One Variable
      Linear equation in one variable is the equation that is used for representing the conditions that are dependent on one variable. It is a linear equation i.e. the equation in which the degree of the equation is one, and it only has one variable. A linear equation in one variable is a mathematical sta
      7 min read

    • Linear Equations in One Variable - Solving Equations which have Linear Expressions on one Side and Numbers on the other Side | Class 8 Maths
      Linear equation is an algebraic equation that is a representation of the straight line. Linear equations are composed of variables and constants. These equations are of first-order, that is, the highest power of any of the involved variables i.e. 1. It can also be considered as a polynomial of degre
      4 min read

    • Solving Linear Equations with Variable on both Sides
      Equations consist of two main components: variables and numbers. Understanding the relationship between these components and how to manipulate them is essential for solving equations. Variable: A variable is a symbol (often a letter like x, y, or z) that represents an unknown or changing quantity.Nu
      6 min read

    • Reducing Equations to Simpler Form | Class 8 Maths
      Reducing equations is a method used to simplify complex equations into a more manageable form. This technique is particularly useful when dealing with non-linear equations, which cannot always be solved directly. By applying specific mathematical operations, such as cross-multiplication, these equat
      7 min read

    • Equations Reducible to Linear Form
      Equations Reducible to Linear Form" refers to equations that can be transformed or rewritten into a linear equation. These equations typically involve variables raised to powers other than 1, such as squared terms, cubed terms, or higher. By applying suitable substitutions or transformations, these
      9 min read

    Chapter 3: Understanding Quadrilaterals

    • Types of Polygons
      Types of Polygons classify all polygons based on various parameters. As we know, a polygon is a closed figure consisting only of straight lines on its edges. In other words, polygons are closed figures made up of more than 2 line segments on a 2-dimensional plane. The word Polygon is made up of two
      9 min read

    • Triangles in Geometry
      A triangle is a polygon with three sides (edges), three vertices (corners), and three angles. It is the simplest polygon in geometry, and the sum of its interior angles is always 180°. A triangle is formed by three line segments (edges) that intersect at three vertices, creating a two-dimensional re
      13 min read

    • Quadrilaterals
      Quadrilateral is a two-dimensional figure characterized by having four sides, four vertices, and four angles. It can be broadly classified into two categories: concave and convex. Within the convex category, there are several specific types of quadrilaterals, including trapezoids, parallelograms, re
      12 min read

    • Area of Pentagon
      Area of Pentagon or the area of any polygon is the total space taken by that geometric object. In geometry area and perimeter are the most fundamental quantities of measurement after the side. In general, we study two types of shapes in geometry one is flat shapes(2-D Shapes) and other solid shapes
      7 min read

    • Sum of Angles in a Polygon
      Polygon is defined as a two-dimensional geometric figure that has a finite number of line segments connected to form a closed shape. The line segments of a polygon are called edges or sides, and the point of intersection of two edges is called a vertex. The angle of a polygon is referred to as the s
      11 min read

    • Exterior Angles of a Polygon
      Polygon is a closed, connected shape made of straight lines. It may be a flat or a plane figure spanned across two-dimensions. A polygon is an enclosed figure that can have more than 3 sides. The lines forming the polygon are known as the edges or sides and the points where they meet are known as ve
      6 min read

    • Trapezium: Types | Formulas |Properties & Examples
      A Trapezium or Trapezoid is a quadrilateral (shape with 4 sides) with exactly one pair of opposite sides parallel to each other. The term "trapezium" comes from the Greek word "trapeze," meaning "table." It is a two-dimensional shape with four sides and four vertices. In the figure below, a and b ar
      8 min read

    • Kite - Quadrilaterals
      A Kite is a special type of quadrilateral that is easily recognizable by its unique shape, resembling the traditional toy flown on a string. In geometry, a kite has two pairs of adjacent sides that are of equal length. This distinctive feature sets it apart from other quadrilaterals like squares, re
      8 min read

    • Parallelogram | Properties, Formulas, Types, and Theorem
      A parallelogram is a two-dimensional geometrical shape whose opposite sides are equal in length and are parallel. The opposite angles of a parallelogram are equal in measure and the Sum of adjacent angles of a parallelogram is equal to 180 degrees. A parallelogram is a four-sided polygon (quadrilate
      10 min read

    • Properties of Parallelograms
      Properties of Parallelograms: Parallelogram is a quadrilateral in which opposite sides are parallel and congruent and the opposite angles are equal. A parallelogram is formed by the intersection of two pairs of parallel lines. In this article, we will learn about the properties of parallelograms, in
      9 min read

    • Rhombus: Definition, Properties, Formula and Examples
      A rhombus is a type of quadrilateral with the following additional properties. All four sides are of equal length and opposite sides parallel. The opposite angles are equal, and the diagonals bisect each other at right angles. A rhombus is a special case of a parallelogram, and if all its angles are
      7 min read

    • Square in Maths - Area, Perimeter, Examples & Applications
      A square is a type of quadrilateral where all four sides are of equal length and each interior angle measures 90°. It has two pairs of parallel sides, with opposite sides being parallel. The diagonals of a square are equal in length and bisect each other at right angles.Squares are used in various f
      5 min read

    Chapter 4: Practical Geometry

    • Construction of a Quadrilateral
      It is famously said that Geometry is the knowledge that appears to be produced by human beings, yet whose meaning is totally independent of them. Practical geometry is an important branch of geometry that helps us to study the size, positions, shapes as well as dimensions of objects and draw them wi
      7 min read

    Chapter 5: Data Handling

    • Data Handling
      Data Handling: Nowadays, managing and representing data systematically has become very important especially when the data provided is large and complex, This is when Data Handling comes into the picture. Data handling involves the proper management of research data throughout and beyond the lifespan
      12 min read

    • What is Data Organization?
      It is a critical process that involves structuring, categorizing, and managing data to make it more accessible, usable, and analyzable. Whether in research, business, or everyday applications, well-organized data can significantly enhance efficiency and decision-making. The importance of data organi
      10 min read

    • Frequency Distribution - Table, Graphs, Formula
      A frequency distribution is a way to organize data and see how often each value appears. It shows how many times each value or range of values occurs in a dataset. This helps us understand patterns, like which values are common and which are rare. Frequency distributions are often shown in tables or
      12 min read

    • Pie Chart
      Pie chart is a popular and visually intuitive tool used in data representation, making complex information easier to understand at a glance. This circular graph divides data into slices, each representing a proportion of the whole, allowing for a clear comparison of different categories making it ea
      12 min read

    • Chance and Probability
      Chance is defined as the natural occurrence of any event without any interference, we can also say that the possibility of any event is the chance of the event, and mathematically we define the chance as the probability of an event. Probability refers to the likelihood of the occurrence of an event.
      9 min read

    • Random Experiment - Probability
      In a cricket match, before the game begins. Two captains go for a toss. Tossing is an activity of flipping a coin and checking the result as either “Head” or “Tail”. Similarly, tossing a die gives us a number from 1 to 6. All these activities are examples of experiments. An activity that gives us a
      12 min read

    • Probability in Maths
      Probability deals with events and quantifies the likelihood of occurring an event. Its value ranges from 0 to 1. Higher probabilities indicate a greater chance of the event happening. It is mainly a ratio of favorable outcomes to total outcomes. What are the chances of the following events when we p
      3 min read

    Chapter 6: Squares and Square Roots

    • Squares and Square Roots
      Squares and Square roots are highly used mathematical concepts which are used for various purposes. Squares are numbers produced by multiplying a number by itself. Conversely, the square root of a number is the value that, when multiplied by itself, results in the original number. Thus, squaring and
      13 min read

    • How to Find Square Root of a Number?
      In everyday situations, the challenge of calculating the square root of a number is faced. What if one doesn't have access to a calculator or any other gadget? It can be done with old-fashioned paper and pencil in a long-division style. Yes, there are a variety of ways to do so. Let's start with dis
      13 min read

    • Pythagorean Triples
      Pythagorean triples are sets of three positive integers that satisfy the Pythagorean Theorem. This ancient theorem, attributed to the Greek mathematician Pythagoras, is fundamental in geometry and trigonometry. The theorem states that in any right-angled triangle, the square of the length of the hyp
      14 min read

    Chapter 7: Cubes and Cube Roots

    • Cube Roots
      A cube root of a number a is a value b such that when multiplied by itself three times (i.e., [Tex]b \times b \times b[/Tex]), it equals a. Mathematically, this is expressed as: b3 = a, where a is the cube of b. Cube is a number that we get after multiplying a number 3 times by itself. For example,
      7 min read

    • Check if given number is perfect cube
      Given a number N, the task is to check whether the given number N is a perfect cube or not. Examples: Input: N = 216 Output: Yes Explanation: As 216 = 6*6*6. Therefore the cube root of 216 is 6. Input: N = 100 Output: No Table of Content Naive Approach:Using Build-in Functions: Using Prime Factors :
      15+ min read

    Chapter 8: Comparing Quantities

    • Ratios and Percentages
      Ratios and Percentages: Comparing quantities is easy, each of the quantities is defined to a specific standard and then the comparison between them takes place after that. Comparing quantities can be effectively done by bringing them to a certain standard and then comparing them related to that spec
      7 min read

    • Fractions - Definition, Types and Examples
      Fractions are numerical expressions used to represent parts of a whole or ratios between quantities. They consist of two numbers separated by a horizontal line called a vinculum, where the number above the line is called the 'Numerator' and the number below the line is called the 'Denominator'. Exam
      6 min read

    • Percentage
      In mathematics, a percentage is a figure or ratio that signifies a fraction out of 100 i.e., A fraction whose denominator is 100 is called a Percent i.e. in all the fractions where the denominator is 100 we can remove the denominator and put the % sign. For example, the fraction 23/100 can be writte
      6 min read

    • Discount Formula
      Discount in Mathematics is defined as the reduction in price of any service and product. Discount is offered by the business owner to easily and quickly sell their product or services. Giving discounts increases the sales of the business and helps the business retain its customer. Discount is always
      9 min read

    • Sales Tax, Value Added Tax, and Goods and Services Tax - Comparing Quantities | Class 8 Maths
      Tax is a mandatory fee levied by the government to collect revenue for public works providing the best facilities and infrastructure. The first known Tax system was in Ancient Egypt around 3000–2800 BC, in First Dynasty of Egypt. The first form of taxation was corvée and tithe. In India, The Tax was
      6 min read

    • Simple Interest
      Simple Interest (SI) is a method of calculating the interest charged or earned on a principal amount over a fixed period of time. It is calculated based solely on the principal amount, which remains unchanged throughout the calculation. Simple Interest is widely used across industries such as bankin
      8 min read

    • Compound Interest | Class 8 Maths
      Compound Interest: Compounding is a process of re-investing the earnings in your principal to get an exponential return as the next growth is on a bigger principal, following this process of adding earnings to the principal. In this passage of time, the principal will grow exponentially and produce
      9 min read

    • Compound Interest
      Compound Interest is the interest that is calculated against a loan or deposit amount in which interest is calculated for the principal as well as the previous interest earned. Compound interest is used in the banking and finance sectors and is also useful in other sectors. A few of its uses are: Gr
      9 min read

    Chapter 9: Algebraic Expressions and Identities

    • Algebraic Expressions and Identities
      An algebraic expression is a mathematical phrase that can contain numbers, variables, and operations, representing a value without an equality sign. Whereas, algebraic identities are equations that hold true for all values of the variables involved. Learning different algebraic identities is crucial
      11 min read

    • Types of Polynomials (Based on Terms and Degrees)
      Types of Polynomials: In mathematics, an algebraic expression is an expression built up from integer constants, variables, and algebraic operations. There are mainly four types of polynomials based on degree-constant polynomial (zero degree), linear polynomial ( 1st degree), quadratic polynomial (2n
      9 min read

    • Like and Unlike Algebraic Terms: Definition and Examples
      Like terms are terms in algebraic expressions that have the same variables raised to the same powers. Like and Unlike Terms are the types of terms in algebra, and we can differentiate between like and unlike terms by simply checking the variables and their powers. We define algebraic terms as the in
      7 min read

    • Mathematical Operations on Algebraic Expressions - Algebraic Expressions and Identities | Class 8 Maths
      The basic operations that are being used in mathematics (especially in real number systems) are addition, subtraction, multiplication and so on. These operations can also be done on the algebraic expressions. Let us see them in detail. Algebraic expressions (also known as algebraic equations) are de
      5 min read

    • Multiplying Polynomials
      Polynomial multiplication is the process of multiplying two or more polynomials to find their product. It involves multiplying coefficients and applying exponent rules for variables. When multiplying polynomials: Multiply the coefficients (numerical values).Multiply variables with the same base by a
      8 min read

    • Standard Algebraic Identities
      Algebraic Identities are algebraic equations that are always true for every value of the variable in them. The algebraic equations that are valid for all values of variables in them are called algebraic identities. It is used for the factorization of polynomials. In this way, algebraic identities ar
      7 min read

geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences