Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
School Learning
11.1K+ articles
Mathematics
5.7K+ articles
Mathematical
5.1K+ articles
C++ Programs
1.5K+ articles
Numbers
327+ articles
school-programming
240+ articles
Math-Queries
69+ articles
Compound Interest
8+ articles
Percentages
7 posts
Recent Articles
Percentage Formulas and Practice Questions
Last Updated: 23 July 2025
Percentage calculations are a basic but crucial part of math. Whether you're a student getting ready for exams or just want to improve your math skills, understanding perc...
read more
Mathematics
School Learning
Percentages
Math-Queries
Percentage Change
Last Updated: 07 August 2025
Percentage Change is the ratio of change in the value to the original value multiplied by 100. Percentage is defined as a number or ratio expressed as a fraction of 100. T...
read more
Picked
Mathematics
School Learning
Percentages
Percentages - MAQ
Maths-Formulas
Ratios and Percentages
Last Updated: 09 January 2026
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 c...
read more
Picked
Mathematics
School Learning
Class 8
Ratio and Proportion
Percentages
Maths-Class-8
Program to find the rate percentage from compound interest of consecutive years
Last Updated: 31 May 2022
Given two integers N1 and N2 which is the Compound Interest of two consecutive years. The task is to calculate the rate percentage.Examples:Input: N1 = 660, N2 = 720Output...
read more
Mathematical
DSA
Percentages
Compound Interest
Times required by Simple interest for the Principal to become Y times itself
Last Updated: 09 June 2022
Given that a certain amount of money becomes T1 times itself in N1 years. The task is to find the number of years i.e. N2 so that the amount becomes T2 times itself at the...
read more
Mathematical
C++ Programs
DSA
school-programming
Numbers
Percentages
Overall percentage change from successive changes
Last Updated: 18 September 2022
Given an array Arr which represent the percentage change. The task is to determine the Percentage increase after these percentage change. Examples:Input: arr[] = {10, 20,...
read more
DSA
Percentages
Program to find the percentage of difference between two numbers
Last Updated: 07 July 2022
Given two numbers a and b, where 'b' is incremented or decremented by some percentage of 'a'. The task is to find out that percentage.Examples:Input: a = 20, b = 25Output:...
read more
DSA
Percentages