Q. If set A contains the numbers {1, 2, 3, 4, 5} and set B contains the numbers {4, 5, 6, 7, 8}, what is the intersection of sets A and B?
A.
{1, 2, 3}
B.
{4, 5}
C.
{6, 7, 8}
D.
{1, 2, 3, 4, 5, 6, 7, 8}
Show solution
Solution
The intersection of sets A and B is the set of elements that are common to both sets, which is {4, 5}.
Correct Answer:
B
— {4, 5}
Learn More →
Q. If set C = {x | x is a multiple of 3 and less than 30}, how many elements are in set C?
Show solution
Solution
The multiples of 3 less than 30 are {3, 6, 9, 12, 15, 18, 21, 24, 27}, totaling 9 elements.
Correct Answer:
B
— 9
Learn More →
Q. If set P = {1, 2, 3, 4} and set Q = {3, 4, 5, 6}, what is the difference P - Q?
A.
{1, 2}
B.
{3, 4}
C.
{5, 6}
D.
{1, 2, 5, 6}
Show solution
Solution
The difference P - Q includes elements in P that are not in Q, which is {1, 2}.
Correct Answer:
A
— {1, 2}
Learn More →
Q. If set P = {x | x is an even number less than 10} and set Q = {x | x is a prime number less than 10}, what is the difference P - Q?
A.
{2, 4, 6, 8}
B.
{4, 6, 8}
C.
{2, 6, 8}
D.
{2, 4, 6, 8, 3, 5, 7}
Show solution
Solution
Set P = {2, 4, 6, 8} and set Q = {2, 3, 5, 7}. The difference P - Q = {4, 6, 8}.
Correct Answer:
B
— {4, 6, 8}
Learn More →
Q. If set P = {x | x is an even number less than 10} and set Q = {x | x is a prime number less than 10}, what is the intersection of sets P and Q?
A.
{2, 4, 6, 8}
B.
{2, 3, 5, 7}
C.
{2}
D.
{4, 6, 8}
Show solution
Solution
The intersection of sets P and Q includes elements that are both even and prime. The only even prime number is 2.
Correct Answer:
C
— {2}
Learn More →
Q. If set P = {x | x is an even number less than 10} and set Q = {x | x is a prime number less than 10}, what is the union of sets P and Q?
A.
{2, 3, 4, 5, 6, 8}
B.
{2, 3, 5, 7}
C.
{2, 4, 6, 8}
D.
{2, 3, 4, 5, 7, 8}
Show solution
Solution
Set P = {2, 4, 6, 8} and set Q = {2, 3, 5, 7}. The union is {2, 3, 4, 5, 6, 7, 8}.
Correct Answer:
D
— {2, 3, 4, 5, 7, 8}
Learn More →
Q. If set P = {x | x is an even number less than 10} and set Q = {x | x is a prime number less than 10}, what is P ∩ Q?
A.
{2, 4, 6, 8}
B.
{2, 3, 5, 7}
C.
{2}
D.
{4, 6, 8}
Show solution
Solution
The intersection P ∩ Q includes only the even prime number, which is {2}.
Correct Answer:
C
— {2}
Learn More →
Q. If set R = {1, 2, 3, 4, 5} and set S = {4, 5, 6, 7}, what is the symmetric difference of sets R and S?
A.
{1, 2, 3, 6, 7}
B.
{4, 5}
C.
{1, 2, 3, 4, 5, 6, 7}
D.
{6, 7}
Show solution
Solution
The symmetric difference of sets R and S includes elements that are in either set but not in both. Thus, it is {1, 2, 3, 6, 7}.
Correct Answer:
A
— {1, 2, 3, 6, 7}
Learn More →
Q. If set R = {1, 2, 3, 4} and set S = {3, 4, 5, 6}, what is the difference R - S?
A.
{1, 2}
B.
{3, 4}
C.
{5, 6}
D.
{}
Show solution
Solution
The difference R - S includes elements in R that are not in S, which is {1, 2}.
Correct Answer:
A
— {1, 2}
Learn More →
Q. If set R = {1, 2, 3, 4} and set S = {3, 4, 5, 6}, what is the symmetric difference of sets R and S?
A.
{1, 2, 5, 6}
B.
{3, 4}
C.
{1, 2, 3, 4, 5, 6}
D.
{3, 4, 5}
Show solution
Solution
The symmetric difference is the set of elements in either set R or set S but not in both, which is {1, 2, 5, 6}.
Correct Answer:
A
— {1, 2, 5, 6}
Learn More →
Q. If set X = {a, b, c} and set Y = {b, c, d}, what is the union of sets X and Y?
A.
{a, b, c, d}
B.
{b, c}
C.
{a, b}
D.
{c, d}
Show solution
Solution
The union of sets X and Y includes all unique elements from both sets. Thus, the union is {a, b, c, d}.
Correct Answer:
A
— {a, b, c, d}
Learn More →
Q. If the 1st term of an arithmetic progression is 4 and the common difference is 3, what is the sum of the first 10 terms?
Show solution
Solution
The sum of the first n terms S_n = n/2 * (2a + (n-1)d). Here, S_10 = 10/2 * (2*4 + 9*3) = 5 * (8 + 27) = 5 * 35 = 175.
Correct Answer:
B
— 80
Learn More →
Q. If the 2nd term of a geometric progression is 8 and the 4th term is 32, what is the common ratio?
Show solution
Solution
Let the first term be a and the common ratio be r. Then, 2nd term = ar = 8 and 4th term = ar^3 = 32. Dividing these gives r^2 = 4, so r = 2.
Correct Answer:
A
— 2
Learn More →
Q. If the 2nd term of a GP is 12 and the 4th term is 48, what is the common ratio?
Show solution
Solution
Let the first term be a and the common ratio be r. Then, 2nd term = ar = 12 and 4th term = ar^3 = 48. Dividing these gives r^2 = 4, so r = 2.
Correct Answer:
A
— 2
Learn More →
Q. If the 2nd term of a GP is 8 and the 4th term is 32, what is the common ratio?
Show solution
Solution
Let the first term be a and the common ratio be r. Then, 2nd term = ar = 8 and 4th term = ar^3 = 32. Dividing gives r^2 = 4, so r = 2.
Correct Answer:
A
— 2
Learn More →
Q. If the 2nd term of an arithmetic progression is 10 and the 5th term is 16, what is the common difference?
Show solution
Solution
Let the first term be a and the common difference be d. From the equations a + d = 10 and a + 4d = 16, we can solve for d to find it is 2.
Correct Answer:
A
— 2
Learn More →
Q. If the 2nd term of an arithmetic progression is 10 and the 5th term is 16, what is the 3rd term?
Show solution
Solution
Let the first term be a and the common difference be d. From a + d = 10 and a + 4d = 16, we can find a + 2d = 12, which is the 3rd term.
Correct Answer:
A
— 12
Learn More →
Q. If the 2nd term of an arithmetic progression is 15 and the 4th term is 25, what is the common difference?
Show solution
Solution
Let the first term be a and the common difference be d. From the equations a + d = 15 and a + 3d = 25, we can find d = 5.
Correct Answer:
A
— 5
Learn More →
Q. If the 2nd term of an arithmetic progression is 8 and the 4th term is 14, what is the 1st term?
Show solution
Solution
Let the first term be a and the common difference be d. From the equations a + d = 8 and a + 3d = 14, we can find a = 6.
Correct Answer:
A
— 6
Learn More →
Q. If the 2nd term of an arithmetic progression is 8 and the 5th term is 14, what is the 3rd term?
Show solution
Solution
Let the first term be a and the common difference be d. From the equations a + d = 8 and a + 4d = 14, we can find the 3rd term a + 2d = 10.
Correct Answer:
A
— 10
Learn More →
Q. If the 2nd term of an arithmetic progression is 8 and the 5th term is 20, what is the first term?
Show solution
Solution
Let the first term be a and the common difference be d. From the equations a + d = 8 and a + 4d = 20, we can solve for a to find it equals 4.
Correct Answer:
A
— 4
Learn More →
Q. If the 3rd term of a geometric sequence is 12 and the common ratio is 2, what is the first term? (2023)
Show solution
Solution
The 3rd term is given by ar^2. So, 12 = a(2^2) => a = 12/4 = 3.
Correct Answer:
B
— 6
Learn More →
Q. If the 3rd term of a GP is 27 and the common ratio is 3, what is the first term?
Show solution
Solution
Let the first term be a. Then, the 3rd term is ar^2 = 27. Thus, a * 3^2 = 27, giving a = 3.
Correct Answer:
B
— 9
Learn More →
Q. If the 3rd term of an arithmetic progression is 12 and the 7th term is 24, what is the common difference?
Show solution
Solution
Let the first term be a and the common difference be d. We have a + 2d = 12 and a + 6d = 24. Subtracting these gives 4d = 12, so d = 3.
Correct Answer:
B
— 4
Learn More →
Q. If the 3rd term of an arithmetic progression is 15 and the 6th term is 24, what is the common difference?
Show solution
Solution
Let the first term be a and the common difference be d. From the equations a + 2d = 15 and a + 5d = 24, solving gives d = 3.
Correct Answer:
B
— 4
Learn More →
Q. If the 3rd term of an arithmetic progression is 15 and the 7th term is 27, what is the common difference?
Show solution
Solution
Let the first term be a and the common difference be d. From the equations a + 2d = 15 and a + 6d = 27, solving gives d = 3.
Correct Answer:
B
— 4
Learn More →
Q. If the 3rd term of an arithmetic sequence is 12 and the 7th term is 24, what is the common difference? (2023)
Show solution
Solution
Let the first term be a and the common difference be d. Then, a + 2d = 12 and a + 6d = 24. Solving these gives d = 3.
Correct Answer:
B
— 3
Learn More →
Q. If the 5th term of an arithmetic progression is 15 and the 10th term is 30, what is the common difference?
Show solution
Solution
Let the first term be a and the common difference be d. From the equations a + 4d = 15 and a + 9d = 30, we can find d = 3.
Correct Answer:
A
— 3
Learn More →
Q. If the 5th term of an arithmetic progression is 20 and the 10th term is 35, what is the first term?
Show solution
Solution
Let the first term be a and the common difference be d. From the equations a + 4d = 20 and a + 9d = 35, we can solve for a to find it is 10.
Correct Answer:
B
— 10
Learn More →
Q. If the 6th term of an arithmetic progression is 30 and the 9th term is 45, what is the common difference?
Show solution
Solution
Let the first term be a and the common difference be d. From the equations a + 5d = 30 and a + 8d = 45, we can find d = 5.
Correct Answer:
A
— 5
Learn More →
Showing 781 to 810 of 2503 (84 Pages)
Quantitative Aptitude (CAT) MCQ & Objective Questions
Quantitative Aptitude is a crucial component of various competitive exams, including the CAT. Mastering this subject not only enhances your mathematical skills but also boosts your confidence during exams. Practicing MCQs and objective questions is essential for effective exam preparation, as it helps identify important questions and strengthens your grasp of key concepts.
What You Will Practise Here
Number Systems and Properties
Percentage, Profit and Loss
Ratio and Proportion
Time, Speed, and Distance
Averages and Mixtures
Algebraic Expressions and Equations
Data Interpretation and Analysis
Exam Relevance
Quantitative Aptitude is a significant topic in various examinations, including CBSE, State Boards, NEET, and JEE. In these exams, you can expect questions that test your understanding of basic concepts, application of formulas, and problem-solving skills. Common question patterns include multiple-choice questions that require quick calculations and logical reasoning.
Common Mistakes Students Make
Misunderstanding the question requirements, leading to incorrect answers.
Overlooking units of measurement in word problems.
Not applying the correct formulas for different types of problems.
Rushing through calculations, resulting in simple arithmetic errors.
Failing to interpret data correctly in graphs and tables.
FAQs
Question: What are the best ways to prepare for Quantitative Aptitude in exams?Answer: Regular practice with MCQs, understanding key concepts, and reviewing mistakes can significantly improve your performance.
Question: How can I improve my speed in solving Quantitative Aptitude questions?Answer: Practice timed quizzes and focus on shortcuts and tricks to solve problems quickly.
Start solving practice MCQs today to test your understanding of Quantitative Aptitude and enhance your exam readiness. Remember, consistent practice is the key to success!