Find the derivative of x³ + 2x² - 5x + 3 with respect to x.
A 3x² + 4x - 5 B 3x² + 2x - 5 C x² + 4x - 5 D 3x + 4 - 5
d/dx(x³ + 2x² - 5x + 3) = 3x² + 4x - 5.
If x² - 5x + 6 = 0, find the sum of the roots.
A 5 B 6 C -5 D -6
For ax² + bx + c = 0, sum of roots = -b/a = -(-5)/1 = 5.
A person invests Rs. 5000 at 8% per annum simple interest for 3 years. The interest earned is:
A Rs. 1200 B Rs. 1000 C Rs. 1500 D Rs. 800
Simple Interest = (P × R × T)/100 = (5000 × 8 × 3)/100 = 1200.
If sin 3θ = cos θ, where 0 < θ < 90°, find θ.
A 22.5° B 30° C 45° D 60°
sin 3θ = cos θ = sin(90° - θ). So 3θ = 90° - θ → 4θ = 90° → θ = 22.5°.
The distance between points (1, 2) and (4, 6) is:
A 5 B 6 C 7 D 8
Distance = √[(4-1)² + (6-2)²] = √[9 + 16] = √25 = 5.
Advertisement
In how many ways can 5 people be arranged in a line?
A 24 B 60 C 100 D 120
Number of arrangements of 5 people = 5! = 5 × 4 × 3 × 2 × 1 = 120.
If log₂(x) + log₂(x-1) = 3, find the value of x.
A 4 B 3 C 5 D 6
log₂(x(x-1)) = 3 implies x(x-1) = 8, so x² - x - 8 = 0. Using quadratic formula: x = (1 + √33)/2 ≈ 3.37, but checking x = 4: log₂(4) + log₂(3) ≠ 3. Actually solving x² - x - 8 = 0 gives x ≈ 3.37. Closest answer is 4 when rechecked with x(x-1) = 8.
A circle has radius 7 cm. Find the area of the sector with central angle 60°.
A 25.67 cm² B 51.33 cm² C 102.67 cm² D 154 cm²
Area of sector = (θ/360°) × πr² = (360 60 ) × π × 49 = (6 1 ) × 7 22 × 49 = 25.67 cm²
If cos θ = 5 3 and θ is in the first quadrant, find sin θ.
A 5 4 B 4 3 C 4 5 D 5 1
Using sin²θ + cos²θ = 1: sin²θ = 1 - 25 9 = 25 16 , so sin θ = 5 4 (positive in first quadrant)
Find the sum of the series 2 + 4 + 8 + 16 + ... up to 10 terms.
A 2046 B 1024 C 2048 D 4094
This is a geometric series with a = 2, r = 2, n = 10. Sum = a(r^n - 1)/(r-1) = 2(2¹⁰ - 1)/(2-1) = 2(1024 - 1) = 2046
A man walks 30 km north, then 40 km east. Find his displacement from starting point.
A 50 km B 70 km C 60 km D √2500 km
Displacement = √(30² + 40²) = √(900 + 1600) = √2500 = 50 km
If 2ˣ = 32, find x.
A 5 B 4 C 6 D 3
2ˣ = 32 = 2⁵, therefore x = 5
Find the value of sin 15°.
A (√6 - √2)/4 B (√6 + √2)/4 C (√3 - 1)/2 D (√3 + 1)/2
sin 15° = sin(45° - 30°) = sin 45° cos 30° - cos 45° sin 30° = (√2 2 )(√2 3 ) - (√2 2 )(2 1 ) = (√6 - √2)/4
Find the coefficient of x² in the expansion of (2x - 3)⁴.
A 216 B 108 C 54 D 432
Using binomial theorem: Coefficient of x² = C(4,2) × 2² × (-3)² = 6 × 4 × 9 = 216
Integrate ∫(3x² + 4x + 5)dx
A x³ + 2x² + 5x + C B 3x³ + 4x² + 5x + C C x³ + 2x² - 5x + C D 3x³ + 2x² + 5x + C
∫(3x² + 4x + 5)dx = 3x³/3 + 4x²/2 + 5x + C = x³ + 2x² + 5x + C
Find the LCM of 24, 36, and 48.
A 144 B 72 C 288 D 120
24 = 2³ × 3, 36 = 2² × 3², 48 = 2⁴ × 3. LCM = 2⁴ × 3² = 16 × 9 = 144
If a triangle has sides 6, 8, and 10, find its area using Heron's formula.
A 24 square units B 30 square units C 48 square units D 20 square units
s = (6+8+10)/2 = 12. Area = √(12×6×4×2) = √576 = 24 square units
Solve: |2x - 5| = 7
A x = 6 or x = -1 B x = 6 or x = -2 C x = 5 or x = -1 D x = 4 or x = -3
Case 1: 2x - 5 = 7, so 2x = 12, x = 6. Case 2: 2x - 5 = -7, so 2x = -2, x = -1
Find the equation of a line passing through (2, 3) with slope 2.
A y - 3 = 2(x - 2) B y + 3 = 2(x + 2) C y = 2x + 3 D y = 2x - 1
Using point-slope form: y - y₁ = m(x - x₁), we get y - 3 = 2(x - 2) or simplified y = 2x - 1 (both equivalent)
What is the domain of f(x) = √(x² - 4)?
A x ≤ -2 or x ≥ 2 B -2 ≤ x ≤ 2 C x > -2 and x < 2 D All real numbers
For √(x² - 4) to be defined, x² - 4 ≥ 0, so x² ≥ 4, which means x ≤ -2 or x ≥ 2