Q. In an arithmetic progression, if the 5th term 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 given terms, we have a + 4d = 20 and a + 9d = 35. Solving these gives a = 10.
Correct Answer: B — 10
Learn More →
Q. In an arithmetic progression, if the first term is 10 and the common difference is 5, what is the sum of the first 8 terms?
A.
120
B.
130
C.
140
D.
150
Show solution
Solution
The sum of the first n terms is given by S_n = n/2 * (2a + (n-1)d). Here, S_8 = 8/2 * (20 + 35) = 4 * 55 = 220.
Correct Answer: C — 140
Learn More →
Q. In an arithmetic progression, if the first term is 12 and the last term is 48, and there are 10 terms, what is the common difference?
Show solution
Solution
Using the formula for the last term, 48 = 12 + (10-1)d. Solving gives d = 4.
Correct Answer: A — 4
Learn More →
Q. In an arithmetic progression, if the first term is 5 and the common difference is 3, what is the 10th term?
Show solution
Solution
The nth term of an AP is given by a + (n-1)d. Here, a = 5, d = 3, and n = 10. So, the 10th term = 5 + (10-1) * 3 = 5 + 27 = 32.
Correct Answer: A — 32
Learn More →
Q. In an arithmetic progression, if the sum of the first 10 terms is 100, what is the first term if the common difference is 2?
Show solution
Solution
Using the formula S_n = n/2 * (2a + (n-1)d), we have 100 = 10/2 * (2a + 9*2). Solving gives a = 10.
Correct Answer: B — 10
Learn More →
Q. In an arithmetic progression, if the sum of the first 10 terms is 250, what is the first term if the common difference is 5?
Show solution
Solution
Using the formula S_n = n/2 * (2a + (n-1)d), we can substitute n = 10 and d = 5 to find a = 20.
Correct Answer: B — 20
Learn More →
Q. In an arithmetic progression, if the sum of the first 5 terms is 50, what is the first term if the common difference is 2?
Show solution
Solution
Using the sum formula S_n = n/2 * (2a + (n-1)d), we have 50 = 5/2 * (2a + 8). Solving gives a = 10.
Correct Answer: C — 10
Learn More →
Q. In an arithmetic progression, if the sum of the first 5 terms is 50, what is the value of the first term if the common difference is 2?
Show solution
Solution
The sum of the first n terms is given by S_n = n/2 * (2a + (n-1)d). Here, 50 = 5/2 * (2a + 8). Solving gives a = 10.
Correct Answer: B — 10
Learn More →
Q. In converting the hexadecimal number 'A3' to decimal, what is the resulting value?
A.
163
B.
1632
C.
123
D.
103
Show solution
Solution
The hexadecimal number 'A3' converts to decimal as follows: A (10)*16^1 + 3*16^0 = 160 + 3 = 163.
Correct Answer: A — 163
Learn More →
Q. In converting the hexadecimal number 1A to decimal, what is the result?
Show solution
Solution
The hexadecimal number 1A converts to decimal as 1*16^1 + 10*16^0 = 26.
Correct Answer: A — 26
Learn More →
Q. In how many different ways can the letters of the word 'MATH' be arranged?
Show solution
Solution
The word 'MATH' has 4 distinct letters. The number of arrangements is 4! = 24.
Correct Answer: B — 24
Learn More →
Q. In how many ways can 3 students be selected from a class of 10?
Show solution
Solution
The number of ways to choose 3 students from 10 is given by 10C3 = 120.
Correct Answer: A — 120
Learn More →
Q. In how many ways can 3 students be selected from a class of 8 to represent in a competition?
Show solution
Solution
The number of ways to choose 3 students from 8 is given by 8C3 = 56.
Correct Answer: A — 56
Learn More →
Q. In how many ways can 4 books be arranged on a shelf if 2 specific books must be together?
Show solution
Solution
Treat the 2 specific books as one unit. Then, we have 3 units to arrange: (2 books together) + (2 other books) = 3! * 2! = 12.
Correct Answer: C — 48
Learn More →
Q. In how many ways can 4 different books be arranged on a shelf?
Show solution
Solution
The number of arrangements of 4 different books is 4! = 24.
Correct Answer: B — 24
Learn More →
Q. In how many ways can the letters of the word 'SCHOOL' be arranged?
A.
720
B.
360
C.
480
D.
600
Show solution
Solution
The word 'SCHOOL' has 6 letters with 'O' repeating 2 times. The arrangements are 6! / 2! = 360.
Correct Answer: B — 360
Learn More →
Q. In how many years will a sum of money triple itself at a compound interest rate of 10% per annum?
A.
10 years
B.
12 years
C.
15 years
D.
20 years
Show solution
Solution
Using the formula A = P(1 + r)^n, we set A = 3P and solve for n, which gives approximately 12 years.
Correct Answer: B — 12 years
Learn More →
Q. In mathematical logic, what is a 'fallacy'?
A.
A valid argument that leads to a false conclusion.
B.
An error in reasoning that renders an argument invalid.
C.
A type of mathematical proof.
D.
A method for solving equations.
Show solution
Solution
A fallacy is an error in reasoning that renders an argument invalid, often leading to incorrect conclusions.
Correct Answer: B — An error in reasoning that renders an argument invalid.
Learn More →
Q. In modern mathematics, what does the term 'topology' refer to?
A.
The study of shapes and their properties under continuous transformations.
B.
The analysis of numerical data.
C.
The calculation of areas and volumes.
D.
The study of algebraic structures.
Show solution
Solution
Topology is the branch of mathematics that studies the properties of space that are preserved under continuous transformations.
Correct Answer: A — The study of shapes and their properties under continuous transformations.
Learn More →
Q. In modern mathematics, what is the importance of 'linear algebra'?
A.
It focuses solely on geometric shapes.
B.
It deals with vector spaces and linear mappings.
C.
It is irrelevant to real-world applications.
D.
It simplifies calculus problems.
Show solution
Solution
Linear algebra is important as it deals with vector spaces and linear mappings, which are foundational in various applications across mathematics and science.
Correct Answer: B — It deals with vector spaces and linear mappings.
Learn More →
Q. In modular arithmetic, what is the multiplicative inverse of 3 mod 11?
Show solution
Solution
The multiplicative inverse of 3 mod 11 is 4, since 3 * 4 ≡ 12 ≡ 1 (mod 11).
Correct Answer: A — 4
Learn More →
Q. In modular arithmetic, what is the multiplicative inverse of 3 modulo 11?
Show solution
Solution
The multiplicative inverse of 3 mod 11 is 4, since (3 * 4) mod 11 = 12 mod 11 = 1.
Correct Answer: B — 7
Learn More →
Q. In modular arithmetic, which of the following is a valid operation?
A.
Adding two numbers and taking mod
B.
Subtracting two numbers and taking mod
C.
Multiplying two numbers and taking mod
D.
All of the above
Show solution
Solution
All operations (addition, subtraction, multiplication) are valid in modular arithmetic.
Correct Answer: D — All of the above
Learn More →
Q. In modular arithmetic, which of the following is true for any integer k?
A.
k mod 1 = 0
B.
k mod k = 1
C.
k mod 0 is undefined
D.
k mod k = 0
Show solution
Solution
For any integer k, k mod k = 0, as k is divisible by itself.
Correct Answer: D — k mod k = 0
Learn More →
Q. In polynomial long division, what is the first step when dividing 4x^3 + 2x^2 - x by 2x?
A.
Divide the leading term of the dividend by the leading term of the divisor.
B.
Multiply the divisor by the leading term of the dividend.
C.
Subtract the product from the dividend.
D.
Write down the remainder.
Show solution
Solution
The first step in polynomial long division is to divide the leading term of the dividend by the leading term of the divisor.
Correct Answer: A — Divide the leading term of the dividend by the leading term of the divisor.
Learn More →
Q. In polynomial long division, what is the first step when dividing 4x^3 + 2x^2 - x by 2x + 1?
A.
Multiply the divisor by the leading term of the dividend.
B.
Subtract the product from the dividend.
C.
Identify the degree of both polynomials.
D.
Write the remainder.
Show solution
Solution
The first step in polynomial long division is to multiply the divisor by the leading term of the dividend.
Correct Answer: A — Multiply the divisor by the leading term of the dividend.
Learn More →
Q. In probability theory, what does the term 'independent events' mean?
A.
Events that cannot occur at the same time.
B.
Events where the outcome of one does not affect the other.
C.
Events that are mutually exclusive.
D.
Events that have the same probability of occurring.
Show solution
Solution
Independent events are defined as events where the outcome of one does not affect the outcome of the other, a key concept in probability theory.
Correct Answer: B — Events where the outcome of one does not affect the other.
Learn More →
Q. In statistics, what does a 'normal distribution' imply?
A.
Data is uniformly distributed.
B.
Data is symmetrically distributed around the mean.
C.
Data has no outliers.
D.
Data is always positively skewed.
Show solution
Solution
A normal distribution implies that data is symmetrically distributed around the mean, forming a bell-shaped curve.
Correct Answer: B — Data is symmetrically distributed around the mean.
Learn More →
Q. In statistics, what does the term 'variance' measure?
A.
The average of a set of numbers
B.
The spread of a set of data points
C.
The median of a data set
D.
The mode of a data set
Show solution
Solution
Variance measures the spread of a set of data points, indicating how much the data points differ from the mean.
Correct Answer: B — The spread of a set of data points
Learn More →
Q. In the context of algebra, which of the following statements best describes the relationship between variables and constants?
A.
Variables are fixed values while constants can change.
B.
Constants are fixed values while variables can change.
C.
Both variables and constants can change.
D.
Neither variables nor constants can change.
Show solution
Solution
In algebra, constants are fixed values that do not change, while variables represent values that can vary.
Correct Answer: B — Constants are fixed values while variables can change.
Learn More →
Showing 1081 to 1110 of 1735 (58 Pages)