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
  • Number System and Arithmetic
  • Algebra
  • Set Theory
  • Probability
  • Statistics
  • Geometry
  • Calculus
  • Logarithms
  • Mensuration
  • Matrices
  • Trigonometry
  • Mathematics
Open In App
Next Article:
How to Calculate Percentage?
Next article icon

How to Calculate Percentage?

Last Updated : 04 Dec, 2024
Comments
Improve
Suggest changes
Like Article
Like
Report

Percentage is a way to express a number as a fraction of 100. It shows how much something is in relation to a total.

For example, if you have 20 out of 100 apples, you have 20% of the apples. The symbol "%" means "per hundred." So, 20% means 20 out of every 100.

There are many formulas for calculating percentage problems. but we can think of the most basic as:

Percentage = (Part/Total) × 100

Let's say you scored 45 out of 50 on a test, and you want to know your percentage.

Percentage Score = (45/50​) × 100 = 90%

So, your score is 90%.

Example: Convert 0.76 into the percentage.

Solution:

0.76 = 0.76/1

0.76 = 76/100

0.76 = 76 %

How To Calculate Percentage when Total is 100?

If the total value in any scenario adds up to 100 then calculating the percentage is very easy as the number (in the numerator of the value) itself represent the percentage and the % symbol is added.

Example: Suppose in the election of a class representative if student A got 69 votes and student B got 31 votes then find the percentage of votes A got.

Solution:

Total votes =  69 + 31 = 100

A got votes = 69

Votes of A (in percentage) = 69/100 = 69%

How To Calculate Percentage when Total is NOT 100?

If the total value in any scenario does not add up to 100 then the percentage is calculated by making the total 100 in the fraction and then the numerator values become the percentage. 

Example: Suppose Kabir got 6 blue balls, 8 red balls, and 6 yellow balls the percentage of red balls he has?

Solution:

Total balls = red balls + blue balls + yellow balls

= 8 + 6 + 6 = 20 balls

Red balls = 8 balls

Percentage of red balls = 8/20

= (8/20) × (5/5) = 40/100 = 40%

How to Calculate Percentage of a Number?

To calculate percentage of a number, we can use the following steps:

  1. Identify the part and the whole: The part is the portion you are comparing, and the whole is the total.
  2. Divide the part by the whole: This gives you a decimal.
  3. Multiply by 100: This converts the decimal into a percentage.

Let's consider an example for better understanding.

Question: How to calculate the percentage of a number, as what is 5% of 150?

Answer:

Convert the given problem into an equation using the percentage formula as follows:

5% of 150 = 5/100 × 150 = 750/100 = 7.5

So 5% of 150 is 7.5

Related Articles,

  • Fraction to Percentanges
  • Ratios and Percentages
  • Decimals to Percentages Conversion

Next Article
How to Calculate Percentage?

M

mahesherra
Improve
Article Tags :
  • Mathematics
  • School Learning
  • Maths MAQ
  • Maths-Calculators

Similar Reads

    How to Calculate Percent Error?
    Answer: The formula to calculate percent error is, \text{Percent Error} = \left| \frac{\text{Experimental Value} - \text{True Value}}{\text{True Value}} \right| \times 100\% .Explanation:Percentage error is an estimation of the inconsistency between a noticed and a valid or acknowledged esteem. Whil
    6 min read
    How to Calculate Ratios
    A ratio is a mathematical expression that compares two or more numbers. It shows the relative sizes or quantities of one value to another. It is expressed in the form of a fraction or with a colon, such as 3:1 or 3/1, indicating that for every unit of the second quantity, there are three units of th
    10 min read
    How to calculate Basis Point?
    Answer: As per the standard conversion of a basis point, 1 percent of percentage change equals 100 basis points. Hence, the standard form of conversion will be,1% percentage change = 100 basis point0.01% percentage change = 1 basis pointA basis point is a unit of measurement for the interest rates a
    4 min read
    How to Calculate Monthly Interest?
    How to Calculate Monthly Interest?To calculate monthly interest we can use the following formula:\text{Monthly Interest} = \left(\frac{\text{Principal} \times \text{Annual Interest Rate}}{12}\right) Here, the Principal is the amount of money we have invested or borrowed and Annual Interest Rate is t
    3 min read
    How to Calculate Probability
    Probability is a fascinating and vital field of mathematics that deals with calculating the likelihood of events occurring. It is a concept that permeates our daily lives, from predicting weather patterns to making informed decisions in business and finance. Probability Formula Probability is the me
    5 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