Skip to content
geeksforgeeks
  • Tutorials
    • Python
    • Java
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
    • Practice Coding Problems
  • 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
  • Mathematics
  • Number System and Arithmetic
  • Algebra
  • Trigonometry
  • Statistics
  • Probability
  • Geometry
  • Mensuration
  • Calculus
  • Logarithms
Open In App
Next Article:
Perfect Cubes - Definition, List, Chart and Examples
Next article icon

Perfect Cubes - Definition, List, Chart and Examples

Last Updated : 12 Mar, 2025
Comments
Improve
Suggest changes
Like Article
Like
Report

A perfect cube is a number that is the cube of an integer. In other words, a number n is a perfect cube if there exists an integer x such that n = x3

For example, 64 is a perfect cube because 43 = 64, and 8 is a perfect cube because 8 = 23.

Perfect Cube of first 10 Numbers
List of Perfect Cubes

Let's discuss the definition and list of perfect cubes of numbers along with the step wise method to find them.

Table of Content

  • Cube Root of Perfect Cubes
  • Steps To Find The Perfect Cube
  • Properties of Perfect Cubes
  • Perfect Cubes Formula
  • Tips and Tricks to Find Perfect Cubes
  • Solved Examples on Perfect Cubes
  • Practice Problems on Perfect Cubes

Cube Root of Perfect Cubes

Cube root of a perfect cube refers to the number that when multiplied by itself twice equals a perfect cube.

For example:

  • Cube root of 125 is 5 because 5×5×5 = 125.
  • Cube root of 216 is 6 because 6×6×6 = 216.

Read More: Cube Roots

Steps To Find The Perfect Cube

We find perfect cube of a number by following these steps

Step 1. Start by performing the prime factorization of the number. This means breaking down the number into its prime factors (factors that are prime numbers).

Step 2. Once you have the prime factors, group them into sets of three identical factors.

Step 3.If there are any prime factors that cannot be grouped into sets of three, then the number is not a perfect cube.

Step 4.If all prime factors can be grouped into sets of three, then the number is a perfect cube. The cube root of the number is obtained by multiplying one factor from each group.

Example: Let's find out if 216 is a perfect cube.

Perfect Cube of Numbers Example
Finding out if 216 is a Perfect Cube.
  • Prime Factorization of 216: 216 = 2×2×2×3×3×3.
  • Grouping: (2×2×2) and (3×3×3).
  • Since all factors are grouped in sets of three, 216 is a perfect cube.
  • Cube root of 216 is 2×3 = 6 (since 63 = 216 ).

Properties of Perfect Cubes

Let's discuss some important properties of perfect cubes.

PropertyDescription
Result of Cubing an IntegerA perfect cube is the result of multiplying an integer by itself twice.
Negative Numbers Can Form Perfect CubesNegative integers can form perfect cubes, e.g., (−3)3 = −27
Unique Cubes for Each IntegerEach integer has a unique cube. No two different integers have the same cube.
Zero is a Perfect CubeZero is considered a perfect cube because 03 = 0.
Digit PatternUnits digit of a perfect cube can only be 0, 1, 4, 5, 6, or 9.
FactorsIf a number is a perfect cube, then its prime factors are grouped in triples.
RootsCube root of a perfect cube is an integer.
Geometric RepresentationIn geometry, a perfect cube represents a three-dimensional space with equal sides.

Perfect Cubes Formula

The formula for calculating a perfect cube is:

Perfect Cube = n3

where n is Integer

Perfect Cube Formula
Finding the Perfect Cube

For instance, if n=5, then 53= 125, making 125 a perfect cube.

Formula for factoring perfect cubes is:

a3 + b3= (a + b) × (a2 − ab + b2)

This formula is an expansion of the sum of cubes. For instance, consider 83 + 273 :

83 + 273= (8 + 27) × (82 − 8 × 27 + 272)

Solving this equation would give the factors of the sum of the cubes of 8 and 27.

Tips and Tricks to Find Perfect Cubes

Finding perfect cubes, especially for larger numbers, can be simplified with a few handy tricks. Here are some effective methods to identify perfect cubes:

Check the Cube Root

Quick Check with Cube Root: The most straightforward way to check if a number is a perfect cube is to take its cube root. If the cube root is an integer, then the number is a perfect cube. For instance, the cube root of 27 is 3, confirming that 27 is a perfect cube.

Prime Factorization

Group Factors into Threes: Break down the number into its prime factors. If all the factors can be grouped into sets of three identical factors, the number is a perfect cube. For example, (216 = 23 times 33). Both 2 and 3 can be grouped into sets of three, so 216 is a perfect cube.

Use the Digital Root

The digital root of a perfect cube will always be 1, 8, or 9. The digital root is found by repeatedly summing the digits of a number until you get a single-digit number. For example, the digital root of 512 is 8 (since (5 + 1 + 2 = 8)), indicating that 512 could be a perfect cube.

Recognize Patterns in Numbers

Perfect cubes exhibit specific patterns in their last digits. For example:

  1. If a number ends in 1, its cube will also end in 1.
  2. If a number ends in 4, its cube ends in 4.
  3. If a number ends in 7, its cube ends in 3.

Recognizing these patterns can help you quickly identify potential perfect cubes.

Sum of Consecutive Odd Numbers

Sum of Odd Numbers: A perfect cube can be expressed as the sum of consecutive odd numbers. For example:

- (13 = 1)

- (23 = 3 + 5 = 8)

- (33 = 7 + 9 + 11 = 27)

The number of consecutive odd numbers needed equals the cube root of the perfect cube. This trick is useful for verifying smaller perfect cubes.

Approximation and Estimation

Estimation Method: For larger numbers, approximate the cube root by narrowing down the range. For example, if you know (103 = 1000) and (113 = 1331), then the cube root of a number between 1000 and 1331 will be between 10 and 11. This method helps in quickly estimating whether a number is a perfect cube.

Practice with Smaller Numbers

Memorize Small Cubes: Memorizing cubes of smaller numbers (1 to 20) can help in recognizing patterns and making quick decisions about larger numbers. For example, knowing that (123 = 1728) can make it easier to spot related cubes.

These tricks can make the process of finding and verifying perfect cubes more manageable, especially when working with large numbers or solving mathematical problems.

List of Perfect Cubes of First 5 Numbers

Number

Multiplied three times

Cube

1

1×1×1

1

2

2×2×2

8

3

3×3×3

27

4

4×4×4

64

5

5×5×5

125

Perfect Cubes from 1 to 20

The cube of natural numbers 1 to 20 is discussed in the table below,

Cube 1 to 20

Read More: Cube 1 to 20

Perfect Cubes of Numbers from 1 to 50

Below is the table of Perfect Cubes of Numbers from 1 to 50:

NumberCube
11³ = 1
22³ = 8
33³ = 27
44³ = 64
55³ = 125
66³ = 216
77³ = 343
88³ = 512
99³ = 729
1010³ = 1000
1111³ = 1331
1212³ = 1728
1313³ = 2197
1414³ = 2744
1515³ = 3375
1616³ = 4096
1717³ = 4913
1818³ = 5832
1919³ = 6859
2020³ = 8000
2121³ = 9261
2222³ = 10648
2323³ = 12167
2424³ = 13824
2525³ = 15625
2626³ = 17576
2727³ = 19683
2828³ = 21952
2929³ = 24389
3030³ = 27000
3131³ = 29791
3232³ = 32768
3333³ = 35937
3434³ = 39304
3535³ = 42875
3636³ = 46656
3737³ = 50653
3838³ = 54872
3939³ = 59319
4040³ = 64000
4141³ = 68921
4242³ = 74088
4343³ = 79507
4444³ = 85184
4545³ = 91125
4646³ = 97336
4747³ = 103823
4848³ = 110592
4949³ = 117649
5050³ = 125000

Read More:List of Squares and Cubes 1 to 100

Solved Examples on Perfect Cubes

Let's solve some example problems on the concept of perfect cubes.

Example 1. Determine if 64 is a perfect cube?

Solution:

64= 4×4×4= 43. So, 64 is a perfect cube.

Example 2. Express 512 as a perfect cube?

Solution:

512= 8×8×8= 83. Hence, 512 is a perfect cube.

Example 3. Determine the smallest perfect cube greater than 200?

Solution:

The cube root of 200 is approximately 6.3, and the next integer is 7. Therefore, 73 =343 is the smallest perfect cube greater than 200.

Example 4. Find the difference between two consecutive perfect cubes that have a sum of 189?

Solution:

Let the consecutive perfect cubes be n3 and (n+1)3. According to the problem, n3 +(n+1)3=189.

Solving this equation, we find n=4. Therefore, the cubes are 43= 64 and 53= 125.

The difference between these cubes is 125−64= 61.

Practice Problems on Perfect Cubes

Here is a worksheet on perfect cubes for you to solve now.

Problem 1: Determine if the following numbers are perfect cubes: 64, 125, 216, 200.

Problem 2: Find the cube root of 2744 and determine if it is a perfect cube.

Problem 3: Identify the smallest perfect cube greater than 1000.

Problem 4: Show that 343 is a perfect cube by expressing it as 7n.


Next Article
Perfect Cubes - Definition, List, Chart and Examples

V

vaibhavrawal99
Improve
Article Tags :
  • Mathematics
  • School Learning
  • Geeks Premier League
  • Maths
  • Math-Concepts
  • Geeks Premier League 2023

Similar Reads

    Whole Numbers - Definition, Properties and Examples
    Whole numbers are the set of natural numbers (1, 2, 3, 4, 5, ...) plus zero. They do not include negative numbers, fractions, or decimals. Whole numbers range from zero to infinity. Natural numbers are a subset of whole numbers, and whole numbers are a subset of real numbers. Therefore, all natural
    10 min read
    Interesting Facts about Integers
    Integers are a set of whole numbers that include all positive and negative whole numbers, as well as zero. In mathematical terms, the set of integers is usually denoted by ℤ.Examples of Integers:Positive Integers: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, . . . Negative Integers: −1, −2, −3, -4, -5, -6
    3 min read
    Accounts for Incomplete Records
    Meaning of Incomplete RecordsThe books of account maintained under a single entry system of bookkeeping are called Incomplete Records. Incomplete records generally give details of only one aspect of all the financial transactions of a business. In other words, accounts that are not recorded accordin
    3 min read
    Project Documentation: 15 Essential Project Documents
    Effective project documentation is key to successful project management. It serves as a central place for important information, helps in making decisions, and ensures good communication and project continuity. In this article, we will learn why documentation is important, list the essential documen
    8 min read
    Data Modeling in System Design
    Data modeling is the process of creating a conceptual representation of data and its relationships within a system, enabling stakeholders to understand, communicate, and implement data-related requirements effectively. Important Topics for Data Modeling in System Design What is Data Modeling?Importa
    9 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