Mathematics 2016 Objective — Question 1
Algebra 1. 4² + |4| + |-4| - 4² = ?
- A. 4+C3:L12A1C3:L32
- B. 0
- C. 4
- D. 8Correct
Explanation
4²+|4|+|-4|-4² = 16+4+4-16 = 8 (any negative value inside modulus becomes positive).
All 60 questions from the Post-UTME Screening (Post-UTME) Mathematics 2016 Objective paper, with the correct answer and a full explanation for each. Free, no signup needed.
Advertisement
Algebra 1. 4² + |4| + |-4| - 4² = ?
4²+|4|+|-4|-4² = 16+4+4-16 = 8 (any negative value inside modulus becomes positive).
Algebra 2. 3⁵/3³ = ?
3⁵/3³ = 3^(5-3) = 3² = 9.
Algebra 3. 3² x 3³ x 1/3⁴ = ?
3²x3³x3⁻⁴ = 3^(2+3-4) = 3¹ = 3.
Algebra 4. ∛√64 = ?
∛√64 = 64^(1/6) = (2⁶)^(1/6) = 2.
Algebra 5. What is the value of x in the equation x/2 + x/3 = 10
LCD is 6: 3x+2x=60, 5x=60, x=12.
Algebra 6. What is the solution interval of the inequality 6x-2 ≥ 3x+10
6x-3x ≥ 10+2, 3x ≥ 12, x ≥ 4, giving the interval [4,∞).
Algebra 7. What is the value of x in the equation (4/3)√(10x-4) - 8 = 0
√(10x-4) = 6, so 10x-4=36, 10x=40, x=4.
Algebra 8. The price (in cents) of one orange is 5c. What is the price (in dollars) of one dozen of oranges?
Price of 12 oranges = 5c x 12 = 60c; converting cents to dollars (÷100) gives 3c/5 dollars.
Algebra 9. At present age of Alice is x-10 years. What will be her age after 10 years?
(x-10)+12 = x+2.
Algebra 10. Mr. A can do a particular work in 6 hours, and Mr. B can do the same work in 14 hours. How much time will it take if they do the work together?
Using 1/t1+1/t2=1/t: 1/6+1/14=1/t gives t=4.2 hours = 4 hours 12 minutes.
Number Systems 1. If a=b and b=c, then a=c. This property is called?
This is the transitive property of equality.
Number Systems 2. If a>b and b>a, then?
a>b and b>a cannot both be true simultaneously, so this situation is impossible.
Number Systems 3. π (pi) denotes the ratio of the ___ to the ___.
π is defined as the ratio of a circle's circumference to its diameter.
Number Systems 4. The value of π (pi) is a/an ___.
π is an irrational number; it cannot be expressed as a simple fraction.
Number Systems 5. If x² + 1 = 0, then x = ?
x² = -1, so x = ±√-1 = ±i.
Number Systems 6. The product of complex numbers (4,3) and (5,-6) is ?
(4+3i)(5-6i) = 20-24i+15i-18i² = 20-9i+18 = 38-9i, i.e. (38,-9).
Number Systems 7. (2,6) ÷ (4,2) = ?
(2+6i)/(4+2i), multiplying by the conjugate (4-2i)/(4-2i), gives (20+20i)/20 = 1+i, i.e. (1,1).
Number Systems 8. (-i)^19 = ?
i^19 = i^(16+3) = i³ = -i; so (-i)^19 = -(i^19) = -(-i) = i.
Number Systems 9. The multiplicative identity of a complex number is ?
The multiplicative identity for complex numbers is 1, i.e. (1,0).
Number Systems 10. √-9 x √-9 = ?
√-9 = 3i; (3i)(3i) = 9i² = -9.
Sequence & Series 1. What comes next in the sequence: 1, 2, 6, 22, ___?
Each term follows (previous x 4) - 2: 22x4-2 = 86.
Sequence & Series 2. If aₙ = (-1)ⁿ/(2n-1), then a₄ = ?
a₄ = (-1)⁴/(2x4-1) = 1/7.
Sequence & Series 3. What is the sum of the sequence Σ(k=0 to 4) (1+k!)?
(1+0!)+(1+1!)+(1+2!)+(1+3!)+(1+4!) = 2+2+3+7+25 = 39.
Sequence & Series 4. What is the 31st term of the sequence 4, 7, 10, ...?
With a=4 and d=3: a31 = 4+30(3) = 94; per the source's stated working and answer key, the marked answer is C (92).
Sequence & Series 5. What is the 11th term of the sequence m-2n, m-n, m, ....?
This is an A.P. with a=m-2n, d=n; the 11th term = a+10d = m-2n+10n = m+8n.
Sequence & Series 6. What is the sum of the sequence: 10, 30, ...., 1000?
Per the source's summation working, the total is 50,000.
Sequence & Series 7. What is the sum of the sequence: 1, 100, 1000, ... 1,000,000,000?
This is a G.P. with a=1, r=10, n=10 terms; sum = (10^10-1)/9 = 1,111,111,111.
Sequence & Series 8. What is the 11th term of the sequence: 1, 9, 27, ....?
This is a G.P. with a=1, r=3; the 11th term = ar^10 = 3^10.
Sequence & Series 9. What is the sum of the first 100 natural numbers?
Sum = n(n+1)/2 = 100(101)/2 = 5,050.
Sequence & Series 10. What is the sum of the first 100 odd numbers?
The sum of the first n odd numbers is n²; 100² = 10,000.
Factorial 1. 0! = ?
By definition, 0! = 1.
Factorial 2. n(n-1) x .... x 3 x 2 x 1 = ?
This is the definition of factorial, n!.
Factorial 3. 7! = ?
7! = 7x6x5x4x3x2x1 = 5040.
Factorial 4. 5 x 4! = ?
4! = 24; 5x24 = 120 (equivalently 5!).
Factorial 5. 6!/4! = ?
6!/4! = 6x5 = 30.
Factorial 6. 9!/(3!(9-2)!) = ?
9!/(3!x7!) = (9x8)/(3!) = 72/6 = 12.
Factorial 7. 10!/(9!(10-10)!) = ?
10!/(9!x0!) = 10!/(9!x1) = 10.
Factorial 8. n!/(n-3)! = ?
n!/(n-3)! = n(n-1)(n-2)(n-3)!/(n-3)! = n(n-1)(n-2).
Factorial 9. 7 x 6 = ?
7x6 = 7!/5! since 7!/5! = 7x6x5!/5! = 7x6.
Factorial 10. (n-3)!/(n-5)! = ?
(n-3)!/(n-5)! = (n-3)(n-4)(n-5)!/(n-5)! = (n-3)(n-4).
Exponential & Logarithm 1. If 2ˣ = 32, then x = ?
32 = 2⁵, so x=5.
Exponential & Logarithm 2. If a = bʸ, then y = ?
By the definition of logarithm, a=bʸ is equivalent to y = log_b a.
Exponential & Logarithm 3. What is the value of the logarithm log₁₀(1/100)?
1/100 = 10⁻², so log₁₀(1/100) = -2.
Exponential & Logarithm 4. What is the value of x in the equation log_x(1/81) = 4
x⁴ = 1/81 = (1/3)⁴, so x = 1/3.
Exponential & Logarithm 5. (log_x xy)(log_xy x^y) = ?
Using the change-of-base/chain property of logarithms, (log_x xy)(log_xy x^y) = log_x(x^y) = y.
Exponential & Logarithm 6. ln(1/√e) = ?
ln(1/√e) = ln(e^(-1/2)) = -1/2.
Exponential & Logarithm 7. log4 + log25 = ?
log4+log25 = log(4x25) = log100 = 2.
Exponential & Logarithm 8. What is the value of x in the logarithmic equation log(x+2) - log(x-1) = log 2
log[(x+2)/(x-1)] = log2 gives x+2=2(x-1), x+2=2x-2, x=4.
Exponential & Logarithm 9. What is the value of x in the exponential equation 9 + e^(2x-4) = 10
e^(2x-4)=1, so 2x-4=0 (since ln1=0), giving x=2.
Exponential & Logarithm 10. log₃∛81 = ?
log₃(81^(1/9)) = log₃(3⁴)^(1/9) = (4/9)log₃3 = 4/9.
Trigonometry 1. If sin x = 3/4, then cos x = ?
cos²x = 1-sin²x = 1-9/16 = 7/16, so cosx = √7/4.
Trigonometry 2. sin(13π/6) = ?
sin(13π/6) = sin(13π/6 - 2π) = sin(π/6) = 1/2.
Trigonometry 3. 1/(1+sinθ) + 1/(1-sinθ) = ?
Combining over a common denominator: 2/(1-sin²θ) = 2/cos²θ = 2sec²θ.
Trigonometry 4. cos(sin⁻¹(√3/2)) = ?
If sin y=√3/2 then y=π/3, and cos(π/3)=1/2.
Trigonometry 5. sin(x - π/2) = ?
Using the angle subtraction identity, sin(x-π/2) = -cos x.
Trigonometry 6. 4 sin 4x = ?
4sin4x = 4(2sin2xcos2x) = 8sin2xcos2x, using the double angle identity.
Trigonometry 7. If tan A = cot B, then A + B = ?
Since cotB = tan(90°-B), tanA=tan(90°-B) gives A=90°-B, so A+B=90°.
Trigonometry 8. For all θ, sinθ + sin(-θ) + cosθ + cos(-θ) + tanθ + tan(-θ) = ?
sin(-θ)=-sinθ and tan(-θ)=-tanθ cancel their positive counterparts, leaving cosθ+cos(-θ)=2cosθ.
Trigonometry 9. The period of the function sin(x/3) is
The period of sin(x/3) = 2π/(1/3) = 6π.
Trigonometry 10. An object moved in a circular path of radius 21m such that it made an angle of 30°. What is the distance (in metres) covered by the object?
L=rθ, with θ=30°=π/6 radians; L=21x(22/7)/6 = 21x22/42 = 11m.
Advertisement
…and/or go further with premium services and No Ads.