Percentages - Solved Questions and Answers
Last Updated : 25 Jun, 2025
Question 1: A defect-finding machine rejects 0.085% of all cricket bats. Find the number of bats manufactured on a particular day if it is given that on that day, the machine rejected only 34 bats.
Solution:
Let the total number of bats on that day be n.
0.085 % of n = 34 => (0.085 / 100) x n = 34 => n = 34 x (100 / 0.085) => n = 40,000
Therefore, total number of bats manufactured on the day = 40,000
Question 2: 25 % of a number is 8 less than one-third of that number. Find the number.
Solution:
Let the number be n.
(n / 3) - 25 % of n = 8 => (n / 3) - (n / 4) = 8 => n / 12 = 8 => n = 96
Thus, 96 is the required number.
Question 3: Difference of two numbers 'x' and 'y' (x > y) is 100. Also, 10 % of 'x' is equal to 15 % of 'y'. Find the numbers.
Solution :
We are given that x - y = 100
10 % of x = 15 % of y => x - y = 100
(10 / 100) x = (15 / 100) y => x - y = 100
10 x = 15 y => x - y = 100
2 x = 3 y => x - y = 100
x = 1.5 y => 1.5 y - y = 100 => 0.5 y = 100
y = 200
x = 1.5 y = 300
Thus, the required numbers are 300 and 200.
Question 4: In a gaming event, 75 % of the registered participants actually turned up. Out of those, 2 % were declared unfit for participation. The winner defeated 9261 participants which are 75 % of the total valid participation. Find the number of registered participants.
Solution:
Let the number of registered participants be n.
Number of participants who actually turned up = 75 % of n Number of valid participations = 98 % of (75 % of n) [because 2% were invalid] Number of participants defeated by the winner = 75 % of 98 % of (75 % of n) = 9261 0.75 x 0.98 x 0.75 x n = 9261
0.55125 x n = 9261
n = 16800
Therefore, number of registered participants = 16800
Question 5: In a test, a geek could answer 70 % C++ questions, 40 % C questions and 60 % Java questions correctly. The test had a total of 75 questions, 10 from C++, 30 from C and 35 from Java. A minimum of 60 % in aggregate was required to be considered for interview. The geek could not clear the test and was not shortlisted for interview. Find by how much marks did the geek miss the interview call, given that each question was of 1 mark and there was no negative marking for incorrect answers.
Solution:
We are given that the geek could answer 70 % C++ questions, 40 % C questions and 60 % Java questions correctly and there were total 75 questions :
10 from C++, 30 from C and 35 from Java.
C++ questions answered correctly = 70 % of 10 = 7
C questions answered correctly = 40 % of 30 = 12
Java questions answered correctly = 60 % of 35 = 21
Total questions answered correctly = 7 + 12 + 21 = 40
Marks secured = 40 x 1 = 40
Now, marks required = 60 % of 75 = 45
Shortfall in marks = 45 - 40 = 5
Therefore, the geek missed the interview call by 5 marks.
Question 6: A geek gave 40% of his retirement money to his wife. He also gave 20 % of the remaining amount to each of his 3 sons. 50 % of the amount now left was spent on miscellaneous items and the remaining amount of Rs. 1,20,000 was deposited in the bank. How much money did the geek get as retirement money?
Solution:
Let the retirement money be Rs. 100 n
Money given to wife = 40 % of 100 n = 40 n,
Balance = 60 n
Money given to 3 sons = 3 x (20 % of 60 n) = 3 x 12 n = 36 n,
Balance = 24 n
Money spent on miscellaneous items = 50 % of 24 n = 12 n,
Balance = 12 n
Now, this remaining 12 n is the money deposited in the bank,
i.e., Rs. 1,20,000 => 12 n = 1,20,000 => n = 10,000
Therefore, geek's retirement money = 100 n = Rs. 10,00,000
Question 7: A broker charges a commission of 5% on all orders up to Rs.10,000 and 4% on all orders exceeding Rs. 10,000. He remits Rs. 31,100 to his client after deducting his commission. Find the order amount.
Solution :
Let the order amount be Rs. n
Commission charged = 5 % of Rs. 10,000 + 4 % of (Rs. n - 10,000) = Rs. 500 + 0.04 n - 400
Commission charged = Rs. 100 + 0.04 n
Now, amount remitted = Rs. n - (100 + 0.04 n) = 31,100
0.96 n - 100 = 31,100
0.96 n = 31200
n = 32500
Therefore, order amount = Rs. 32,500
Question 8: A seller marked up the price of an article by 20 % and then gave a discount of 20 %. Find what percent did he lose in the transaction.
Solution:
We know that an increase by n % and a successive decrease by n % is equal to an equivalent decrease of (n/10)2 %.
Net decrease or loss of the seller = (20/10)2 = 4 %
Question 9: The price of a commodity increased by 25 %. By what percent should the consumption be reduced so as to keep the expenditure same?
Solution:
We know that if price of increases by P %, the necessary reduction in consumption to avoid increase in expenditure = [( P / (100 + P) ) x 100] %
Therefore, reduction in consumption required = (25 / 125) x 100 = 20 %
Question 10: If the numerator of a fraction is decreased by 15% and its denominator is diminished by 10%, the value of the fraction is 2 / 9. Find the original fraction.
Solution:
Let the fraction be N / D, where N is the numerator and D is the denominator.
(N - 15 % of N) / (D - 10 % of D) = 2 / 9
0.85 N / 0.9 D = 2 / 9
85 N / 90 D = 2 / 9
N / D = 4 / 17
Therefore, the original fraction is 4 / 17
Question 11: The population of a town is 1,60,000 in the current year. If it increases at the rate of 5% per annum, what will be the population 3 years from now?
Solution:
We know that if the population is currently P and it increases by R % every year, then, population after 'n' years = P x [1 + (R / 100)]n
Population after 3 years = 1,60,000 x [1 + (5 / 100)]3
Population after 3 years = 1,60,000 x (1.05)3
Population after 3 years = 1,60,000 x 1.157625 = 185220
Question 12: The value of a car is Rs 1,60,000 in the current year. If it depreciates at the rate of 5% per annum, what will be the value of the car 3 years from now?
Solution:
We know that if the value is currently P and it depreciates by R % every year,
then, value after 'n' years = P x [1 - (R / 100)]n
Value after 3 years = 1,60,000 x [1 - (5 / 100)]3
Value after 3 years = 1,60,000 x (0.95)3
Value after 3 years = 1,60,000 x 0.857375 = Rs. 1,37,180
Question 13: How much sugar (in KG) must be added to 50 KG of a 2 % sugar solution so as to make the concentration 10 % ?
Solution:
Sugar in initial solution = 2 % of 50 KG = 1 KG
Let the sugar added be n KG.
(1 + n) / (50 + n) = 10 / 100
n = 40 / 9
Therefore,40 / 9 KG of sugar should be added.
Question 14: In an examination, 80% of the students passed in English, 85% in Mathematics, and 75% in both English and Mathematics. If 40 students failed in both subjects, find the total number of students who appeared in the examination.
Solution:
Let the total number of students be 100 n.
Students passed in English = 80 % of 100 n = 80 n
Students passed in Mathematics = 85 % of 100 n = 85 n
Students passed in both English and Mathematics = 75 % of 100 n = 75 n
Total number of students passed in at least one subject = 80 n + 85 n - 75 n = 90 n
Number of students who failed in both the subjects = 100 n - 90 n = 10 n = 40 (given)
n = 4
Therefore, the total number of students who appeared in the examination = 100 n = 400
👉🏻 For more problems you can refer to Problems on Percentage.
👉🏻 For short tricks you can refer to Short Tricks to Find Percentage.
Similar Reads
Aptitude Questions and Answers Aptitude questions can be challenging, but with the right preparation and practice, you can tackle them with ease. Our comprehensive guide to aptitude questions and answers covers all the essential topics of Aptitude, including Quantitative Aptitude, Logical Reasoning, and Verbal Ability. Whether yo
3 min read
Quantitative Aptitude
What are Numbers?Numbers are symbols we use to count, measure, and describe things. They are everywhere in our daily lives and help us understand and organize the world.Numbers are like tools that help us:Count how many things there are (e.g., 1 apple, 3 pencils).Measure things (e.g., 5 meters, 10 kilograms).Show or
15+ min read
HCF and LCM - Solved Questions and AnswersQuestion 1: Find the greatest number that will divide 72, 96, and 120, leaving the same remainder in each case.Answer:To find the greatest number that will divide these numbers leaving the same remainder, we need to find the Highest Common Factor (HCF) of the differences between the numbers. The dif
12 min read
Pipes and Cistern - Solved Questions and AnswersQuestion 1: Two pipes, A and B, can fill a tank separately in 12 and 16 hours, respectively. If both of them are opened together when the tank is initially empty, how much time will it take to completely fill the tank? Solution: Part of tank filled by pipe A in one hour working alone = 1 / 12 Part o
12 min read
Speed, Time and Distance â Solved Questions and AnswersQuestion 1: A runner can complete a 750 m race in two and a half minutes. Will he be able to beat another runner who runs at 17.95 km/hr? Solution: We are given that the first runner can complete a 750 m race in 2 minutes and 30 seconds or 150 seconds. Speed of the first runner = 750 / 150 = 5 m / s
7 min read
Boats and Streams -Solved Questions and AnswersQuestion 1: A 100 m long train moving at a speed of 60 km/hr passes a man standing on the pavement near a railway track. Find the time taken by the train to pass the man. Solution: Length of the train = 100 m = 0.1 km Speed of the train = 60 km / hr So, the time taken by the train to pass the man =
8 min read
Percentages - Solved Questions and AnswersQuestion 1: A defect-finding machine rejects 0.085% of all cricket bats. Find the number of bats manufactured on a particular day if it is given that on that day, the machine rejected only 34 bats. Solution:Let the total number of bats on that day be n. 0.085 % of n = 34 => (0.085 / 100) x n = 34
8 min read
Ratio and Proportion - Solved Questions and AnswersQuestion 1: If a: b = 5: 9 and b: c = 7: 4, then find a: b: c.Solution: Here, we make the common term âbâ equal in both ratios.Therefore, we multiply the first ratio by 7 and the second ratio by 9.So, we have a : b = 35 : 63 and b : c = 63 : 36Thus, a : b : c = 35 : 63 : 36Question 2: Find the mean
5 min read
Mixture and Alligation - Solved Questions and AnswersQuestion 1: From a vessel of 20 liters of pure milk, 1 liter is taken out and replaced with water, so as to keep the volume constant at 20 liters. This process is repeated 5 times. Find the percentage of pure milk left in the vessel after 5 replacements. Solution: Here, we need to apply the formula
3 min read
Algebra Practice Questions Easy LevelAlgebra questions basically involve modeling word problems into equations and then solving them. Some of the very basic formulae that come in handy while solving algebra questions are : (a + b) 2 = a 2 + b 2 + 2 a b(a - b) 2 = a 2 + b 2 - 2 a b(a + b) 2 - (a - b) 2 = 4 a b(a + b) 2 + (a - b) 2 = 2 (
3 min read
Average in MathsAn average is the middle value of a group of numbers. The average is calculated by adding up all the numbers in a group and dividing the total by how many of numbers there are. The image below shows three rows of apples with 6, 11, and 7 apples, and if we take the average of all three rows, we get 8
15 min read
Ages - Solved Questions and AnswersQuestion 1: Aâs age after 15 years would be equal to 5 times his age 5 years ago. Find his age 3 years hence.Solution : Let Aâs present age be ânâ years.According to the question,n + 15 = 5 (n â 5)=> n + 15 = 5 n â 25=> 4n = 40=> n = 10=> Aâs present age = 10 yearsTherefore, Aâs age 3 ye
4 min read
Profit and Loss - Aptitude Questions and AnswersQuestion 1: A person buys a pen from a wholesaler at Rs. 10 for 20 pens. He sells those pens at Rs. 10 for 15 pens. Find his profit or loss percent. Solution: CP for each pen = 10 / 20 = Rs. 0.50SP for each pen = 10 / 15 = Rs. 2 / 3 Profit = SP - CP = Rs. (2 / 3) - 0.50 = Rs. 1 / 6 Therefore, profit
5 min read
Simple Interest - Solved Questions and AnswersQuestion 1: What would be the annual interest accrued on a deposit of Rs. 10,000 in a bank that pays a 4 % per annum rate of simple interest?Solution : Here, P = 10000, R = 4, T = 1SI = P x R x T / 100SI = 10000 x 4 x 1 / 100SI = 400Thus, the annual interest would be Rs. 400Question 2: A sum of mone
4 min read
Compound Interest - Solved Questions and AnswersQuestion 1: Find the compound interest on Rs. 10,000 at 10% per annum for a time period of three and a half years.Solution:Time period of 3 years and 6 months means for 3 years, the interest is compounded yearly and for the remaining 6 months, the interest is compounded half-yearly. This means that
6 min read
Mensuration 2D - Solved Questions and AnswersImportant Mensuration Formulas2D- ShapeAreaPerimeterSquarea24aRectanglel à b2 (l + b)CircleÏr2 2ÏrScalene Triangleâ [s (s-a) (s-b) (s-c)]Where, s = (a + b + c)/2a + b + cIsosceles Triangle1/2 à base à height2a + bEquilateral triangleâ3/4 x23aParallelogrambase à height2 (a + b)Rhombus1/2 à d1 à d24aT
5 min read
Mensuration 3D - Solved Questions and AnswersQuestion 1: Find the length of the largest rod that can be kept in a cuboidal room of dimensions 10 x 15 x 6 m.Solution: Largest rod would lie along the diagonal. Length of largest rod = Length of diagonal of the room = (L2 + B2 + H2)1/2 Length of the largest rod = (102 + 152 + 62)1/2 = (100 + 225 +
3 min read
Height and Distances - Solved Questions and AnswersQuestion 1: From the top of a lighthouse, the angles of depression of two ships are 30 and 45 degrees. The two ships, as it was observed from the top of the lighthouse, were 100 m apart. Find the height of the lighthouse.Solution:Here, we can apply the formula Height = Distance/[cot(original angle)
6 min read
Progression - Aptitude Questions and AnswersProgression (or Sequences and Series) is are mathematical concepts that involve arranging numbers in a particular order based on a repeatable pattern. The topic of Progressions is frequently asked in various competitive exams like SSC, Bank PO, and other government job exams and is a crucial part of
5 min read
Logarithm - Solved Questions and AnswersLogarithm is an important topic that needs to be prepared well for the Quantitative Aptitude section of exams. It requires practicing a lot of questions within a time limit. The logarithmic function is the inverse of the exponential function. It is defined as:y = logax, if and only if x = ay; for x
3 min read
Permutation and Combination - Aptitude Questions and AnswersPermutation and Combination are fundamental concepts in mathematics that deal with arranging and selecting objects from a set. These concepts are crucial in various fields, including probability theory, and statistics. There are different types of questions that you can use to test your understandin
4 min read
Probability - Solved Questions and AnswersQuestion 1: Three unbiased coins are tossed. What is the probability that at most one had occurred? Solution: S = {HHH, HHT, HTH, THH, HTT, THT, TTH, TTT} Favorable outcomes = {HTT, THT, TTH, TTT} Total number of outcomes = 8 Number of favorable outcomes = 4 Required probability = 4 / 8 = 0.50 Quest
11 min read
Introduction to GeometryGeometry is the branch of mathematics that deals with the shapes, angles, dimensions, and sizes of various things that we see in everyday life. It is mainly divided into plane and solid geometry. In plane geometry, 2d shapes such as triangles, squares, rectangles, and circles are studied. Whereas, i
9 min read
Clock - Solved Questions and AnswersClock questions are commonly included in quantitative aptitude exams. These questions typically require the application of basic arithmetic and algebraic concepts to solve problems related to time and time difference between two events.Question 1: Find the angle between the hands of a clock at 3:20
4 min read
Calendar - Solved Questions and AnswersQuestion 1: If January 1st, 2023, is a Sunday, what day of the week will October 31st, 2023?Solution: To solve this problem, we need to count the number of days between January 1st, 2023, and October 31st, 2023, and then find out what day of the week October 31st, 2023, falls on.Total number of days
7 min read
Coding Decoding - Solved Questions and AnswersQuestion 1: If EARTH is written as FCUXM in a certain code. How is MOON written in that code? Solution: Question 2: If DELHI is written as EDMGJ in a certain code. How is NEPAL written in that code?Solution : Question 3: If SYMBOL is written as NZTMPC is it a certain code? How is NUMBER written in t
4 min read
Races and Games - Aptitude Questions and AnswersQuestion 1: In a 100 m race, A beats B by 28 meters. Also, at the finish line, A was 7 seconds ahead of B. Find the time taken by A to complete the race. Solution: According to the question, B covers 28 m in 7 seconds.B's speed = 28 / 7 = 4 m/s Time required by B to complete 100 m = 100 / 4 = 25 s N
5 min read
Data Interpretation - Aptitude Questions and AnswersData interpretation questions are an essential part of the Quantitative Aptitude section. Data Interpretation questions require the ability to analyze and interpret different forms of data, including tables, graphs, charts, and more. With a focus on percentage, ratio and proportion, data interpretat
8 min read
Logical Reasoning
Number Series - Logical Reasoning Aptitude Questions and AnswerNumber Series is a widely asked topic in the Logical Reasoning section of competitive examinations held in India. In these types of questions, there will be a series of numbers given, along with a blank to be filled out. You are given the task of finding out the answer to the blank by figuring out t
12 min read
Alphanumeric Series - Logical Reasoning Questions and AnswerAlphanumeric series is formed by combining both alphabets and numbers. Alphanumeric series sometimes include symbols such as @,&,#, etc. So we can say that the Alphanumeric series is the combination of alphabets, numbers and symbols. This is an important topic that needs to be covered for the Lo
11 min read
Analogy - Logical Reasoning Question and AnswerAnalogy is a topic of Logical Reasoning where two things are compared and conclusions are drawn based on their similarities. Analogies are asked in various forms. These questions are also very important for the Verbal Ability section of competitive examinations like SSC, Banking, RBI, etc. The follo
6 min read
Making Judgements: Reasoning QuestionsJudgement questions are part of the Logical Reasoning section in most of the competitive examinations. Judgement questions are solved by combining the knowledge given in the question and through common sense. Judgement questions must be prepared comprehensively as this is a scoring section in the re
11 min read
Course of Action - Logical Reasoning Questions and AnswerCourse of Action is an important topic that needs to be covered for the Logical Reasoning section of the competitive examinations. It tests the analytical and logical ability of a candidate. The following article covers the concepts, questions, and answers related to the topic.Practicing Statements
6 min read
Statement and Conclusion - Logical Reasoning Questions and AnswerThe Statement and Conclusion section is a part of logical and analytical reasoning, which is frequently asked in all competitive exams, especially in banking sector exams. Statement and conclusion questions are a set of statements followed by conclusions. The general idea to solve such questions is
6 min read
Cause and Effect: Logical Reasoning Questions and AnswersCause and Effect Reasoning Section is one of the most tricky topics of Logical Reasoning section. The questions which come in this section are very easy in nature but they are designed in such a way that they are tricky. Candidates often get confused while solving these problems. It is asked in many
10 min read
Statement and Argument - Logical Reasoning Questions and AnswerArgument is a very important part of analytical reasoning, expressing different opinions for or against something. In competitive examinations, different types of questions are asked from this section in the form of inferences, assumptions, courses of action, syllogisms, etc. This is why argument is
7 min read
Reasoning Tricks to Solve Coding -DecodingCoding -decoding is one of the most common sections included in all competitive exams, which are basically designed for hiring processes and higher education. Many candidates find Coding-Decoding questions challenging to solve, and as a result, they avoid attempting these scoring questions and lose
5 min read
Statement and Assumption - Logical Reasoning Questions and AnswerStatement and Assumption in Logical Reasoning is the most generally asked topic in competitive exams. The fundamental behind such topics is to test the applicant's critical thinking skills. There are a number of statement and assumption questions asked in the various exams, like SSC, Banking, etc. O
6 min read
Venn DiagramVenn diagrams are visual tools used to show relationships between different sets. They use overlapping circles to represent how sets intersect, share elements, or stay separate. These diagrams help categorize items, making it easier to understand similarities and differences. In mathematics, Venn di
14 min read
Logical Reasoning: Verbal Reasoning
Logical Reasoning: Non-Verbal Reasoning
Verbal Ability
Spellings - Verbal Ability Questions and AnswersSpelling Correction is an important topic that needs to be practiced well for the verbal ability section of the competitive exams. Following is the practice set of questions for spelling correction. It is quite an easy topic if you have correct knowledge of English Vocabulary. It is a scoring topic
6 min read
Sentence Completion - Verbal Ability Questions and AnswersSentence completion is a type of question found in the Verbal Ability section of many competitive tests and exams. The aim is to determine the ability to choose the right word or words to complete a sentence. To answer this type of question as quickly and accurately as possible, we should practice s
12 min read
Ordering Of Sentences: Verbal Ability QuestionsRe-arrangement questions are of two types: Sentence re-arrangement and passage re-arrangement. In sentence re-arrangement, we are given a sentence whose words/group of words are jumbled and we have to make a meaningful sentence out of it. In passage re-arrangement, we are given multiple sentences an
6 min read
Reading Comprehension Questions & AnswersComprehension passages are sure-shot scoring questions that are usually asked in competitive examinations. Candidates must practice questions on this topic to score well in the exams. Reading Comprehension is a fundamental skill often tested as part of Verbal Ability in competitive examinations. It
15+ min read
Idioms and Phrases - Verbal Ability Questions and AnswersIdioms and phrases are an important concept of English comprehension, which is often asked in competitive exams. Candidates preparing for competitive exams or interviews must practice the questions of idioms and phrases to score well in the Verbal Ability section. In the following article, we are go
8 min read
Definite and Indefinite Articles ( A, An, The)Definite and Indefinite Articles ( A, An, The)Table of ContentWhat is an Article? Definite and Indefinite ArticlesWhat are Definite Articles?What are Indefinite Articles?Definite and Indefinite Articles ExamplesDifference Between Definite and Indefinite Articles Definite and Indefinite Articles Ques
9 min read
Adjective - Definition, List, Types, Uses and ExamplesWhen we discuss Adjectives, it means those words which well describe a Noun or a Place, Person, Thing, or Idea. An adjective is the only word that can create a major difference between the two.Let's discuss this topic in detail and also bookmark it to get back to the article whenever we want to revi
7 min read
Data Interpretation
Misc