Q. At what point does the function f(x) = x^2 - 4x + 5 have a minimum?
-
A.
(2, 1)
-
B.
(1, 2)
-
C.
(0, 5)
-
D.
(4, 1)
Solution
The vertex occurs at x = -b/(2a) = 4/2 = 2. f(2) = 2^2 - 4(2) + 5 = 1.
Correct Answer:
A
— (2, 1)
Learn More →
Q. Calculate the determinant of the matrix [[1, 2, 1], [0, 1, 0], [2, 3, 1]].
Solution
The determinant is calculated as 1*(1*1 - 0*3) - 2*(0*1 - 0*2) + 1*(0*3 - 1*2) = 1 - 0 - 2 = -1.
Correct Answer:
A
— 1
Learn More →
Q. Calculate the determinant of the matrix [[2, 1], [1, 3]].
Solution
The determinant is (2*3) - (1*1) = 6 - 1 = 5.
Correct Answer:
A
— 5
Learn More →
Q. Calculate the determinant of the matrix [[4, 2], [3, 1]].
Solution
The determinant is (4*1) - (2*3) = 4 - 6 = -2.
Correct Answer:
A
— -2
Learn More →
Q. Calculate the integral of 3x^2 from 1 to 3.
Solution
The integral of 3x^2 is x^3. Evaluating from 1 to 3 gives 27 - 1 = 26.
Correct Answer:
B
— 18
Learn More →
Q. Calculate the integral of x^3 from 1 to 2.
-
A.
3.5
-
B.
4.5
-
C.
5.5
-
D.
6.5
Solution
The integral of x^3 is (1/4)x^4. Evaluating from 1 to 2 gives (4 - 1/4) = 3.75.
Correct Answer:
B
— 4.5
Learn More →
Q. Determine if the function f(x) = |x| is differentiable at x = 0.
-
A.
Yes
-
B.
No
-
C.
Only from the right
-
D.
Only from the left
Solution
f(x) = |x| is not differentiable at x = 0 because the left-hand and right-hand derivatives are not equal.
Correct Answer:
B
— No
Learn More →
Q. Determine the slope of the tangent line to the curve y = 2x^3 - 3x^2 + 4 at x = 1.
Solution
First, find the derivative: y' = 6x^2 - 6. At x = 1, y' = 6(1)^2 - 6 = 0.
Correct Answer:
B
— 2
Learn More →
Q. During which phase of the menstrual cycle does ovulation typically occur?
-
A.
Follicular phase
-
B.
Luteal phase
-
C.
Menstrual phase
-
D.
Ovulatory phase
Solution
Ovulation occurs during the ovulatory phase, when a mature egg is released from the ovary.
Correct Answer:
D
— Ovulatory phase
Learn More →
Q. Evaluate the integral of (2x + 3) from 0 to 2.
Solution
The integral of (2x + 3) is x^2 + 3x. Evaluating from 0 to 2 gives (4 + 6) - (0 + 0) = 10.
Correct Answer:
A
— 10
Learn More →
Q. Find the determinant of the matrix [[1, 0, 2], [0, 1, 3], [0, 0, 1]].
Solution
The determinant is 1 because it is an upper triangular matrix.
Correct Answer:
A
— 1
Learn More →
Q. Find the determinant of the matrix [[1, 2, 3], [4, 5, 6], [7, 8, 9]].
Solution
The determinant is 0 because the rows are linearly dependent.
Correct Answer:
A
— 0
Learn More →
Q. Find the determinant of the matrix [[5, 3, 2], [1, 4, 6], [7, 8, 9]].
Solution
The determinant is calculated using the rule of Sarrus or cofactor expansion, which results in 0.
Correct Answer:
A
— -12
Learn More →
Q. Find the integral of e^x from 0 to 1.
-
A.
e - 1
-
B.
1 - e
-
C.
e + 1
-
D.
e^2 - 1
Solution
The integral of e^x is e^x. Evaluating from 0 to 1 gives e^1 - e^0 = e - 1.
Correct Answer:
A
— e - 1
Learn More →
Q. Find the maximum value of f(x) = -x^2 + 6x - 8.
Solution
The vertex occurs at x = 3. f(3) = -3^2 + 6(3) - 8 = 6.
Correct Answer:
C
— 6
Learn More →
Q. Find the point where the function f(x) = x^3 - 3x^2 + 4 has a local minimum.
-
A.
(1, 2)
-
B.
(2, 1)
-
C.
(3, 0)
-
D.
(0, 4)
Solution
First, find f'(x) = 3x^2 - 6x. Setting f'(x) = 0 gives x(3x - 6) = 0, so x = 0 or x = 2. f(2) = 2, which is a local minimum.
Correct Answer:
A
— (1, 2)
Learn More →
Q. Find the value of k for which the function f(x) = kx^2 + 2x + 1 is continuous at x = 1.
Solution
For continuity at x = 1, f(1) = k(1)^2 + 2(1) + 1 = k + 3 must be defined for all k.
Correct Answer:
A
— 0
Learn More →
Q. Find the value of sin^(-1)(-1).
Solution
sin(-π/2) = -1, therefore sin^(-1)(-1) = -π/2.
Correct Answer:
A
— -π/2
Learn More →
Q. Find the value of sin^(-1)(√3/2).
-
A.
π/6
-
B.
π/4
-
C.
π/3
-
D.
π/2
Solution
sin(π/3) = √3/2, therefore sin^(-1)(√3/2) = π/3.
Correct Answer:
C
— π/3
Learn More →
Q. Find the x-coordinate of the point where the function f(x) = 3x^2 - 12x + 9 has a local maximum.
Solution
The vertex occurs at x = -b/(2a) = 12/(2*3) = 2, which is a local maximum.
Correct Answer:
B
— 2
Learn More →
Q. For the function f(x) = e^x - x^2, find the critical points.
-
A.
(0, 1)
-
B.
(1, e-1)
-
C.
(2, e-4)
-
D.
(3, e-9)
Solution
Find f'(x) = e^x - 2x. Setting f'(x) = 0 gives e^x = 2x. The critical point is approximately (1, e-1).
Correct Answer:
B
— (1, e-1)
Learn More →
Q. For which value of a is the function f(x) = ax^2 + 2x + 1 differentiable at x = 1?
Solution
f(x) is differentiable for all values of a since it is a polynomial function.
Correct Answer:
A
— 0
Learn More →
Q. How do probiotics benefit human health?
-
A.
By enhancing the immune system
-
B.
By causing infections
-
C.
By increasing cholesterol levels
-
D.
By reducing nutrient absorption
Solution
Probiotics are live microorganisms that provide health benefits by enhancing the immune system and maintaining gut health.
Correct Answer:
A
— By enhancing the immune system
Learn More →
Q. If 5x + 3 = 2x + 12, what is the value of x?
Solution
5x - 2x = 12 - 3 => 3x = 9 => x = 3.
Correct Answer:
A
— 3
Learn More →
Q. If A = [[1, 2], [3, 4]] and B = [[0, 1], [1, 0]], what is A + B?
-
A.
[[1, 3], [4, 4]]
-
B.
[[1, 2], [3, 5]]
-
C.
[[1, 3], [2, 4]]
-
D.
[[1, 2], [4, 4]]
Solution
The sum A + B is calculated as [[1+0, 2+1], [3+1, 4+0]] = [[1, 3], [4, 4]].
Correct Answer:
A
— [[1, 3], [4, 4]]
Learn More →
Q. If A = [[1, 2], [3, 4]] and B = [[5, 6], [7, 8]], what is the product AB?
-
A.
[19, 22], [43, 50]
-
B.
[23, 28], [31, 36]
-
C.
[17, 20], [39, 46]
-
D.
[29, 34], [55, 64]
Solution
The product AB is calculated as [[(1*5 + 2*7), (1*6 + 2*8)], [(3*5 + 4*7), (3*6 + 4*8)]] = [[19, 22], [43, 50]].
Correct Answer:
A
— [19, 22], [43, 50]
Learn More →
Q. If a car travels at a speed of 80 km/h, how long will it take to cover 200 km?
-
A.
2.5 hours
-
B.
3 hours
-
C.
2 hours
-
D.
4 hours
Solution
Time = Distance / Speed = 200 km / 80 km/h = 2.5 hours.
Correct Answer:
A
— 2.5 hours
Learn More →
Q. If a rectangle has a length of 8 cm and a width of 3 cm, what is its perimeter?
-
A.
22 cm
-
B.
24 cm
-
C.
20 cm
-
D.
26 cm
Solution
Perimeter = 2(length + width) = 2(8 cm + 3 cm) = 22 cm.
Correct Answer:
A
— 22 cm
Learn More →
Q. If cos^(-1)(-1) = x, what is the value of x?
Solution
cos(π) = -1, hence cos^(-1)(-1) = π.
Correct Answer:
C
— π
Learn More →
Q. If f(x) = 3x^3 - 6x^2 + 2, what is f''(1)?
Solution
f'(x) = 9x^2 - 12x; f''(x) = 18x - 12. Therefore, f''(1) = 18(1) - 12 = 6.
Correct Answer:
C
— 6
Learn More →
Showing 1 to 30 of 278 (10 Pages)