Engineering Mathematics MCQ Quiz - Objective Question with Answer for Engineering Mathematics - Download Free PDF

Last updated on Jun 27, 2025

Engineering Mathematics Question and Answers: Engineering Mathematics is a supreme part of all the Engineering fields and their respective exams. Mathematics forms a base for various other Engineering subjects and this is why it is necessary to build a fundamentally strong foundation. Testbook has prepared a series of Engineering Mathematics MCQ Quiz that would teach you how to solve the Engineering Mathematics MCQ Quiz.
how to Solve Engineering Mathematics MCQ Questions: Accompanied with the Quiz you will find detailed solutions for each and every question and explanations for the same. Moreover, the candidates can either download all the questions, solutions, and explanations separately or can download the entire exercise PDF. Do read the article below and learn Engineering Mathematics concepts, tips and tricks to excel in your preparation comprehensively.

Latest Engineering Mathematics MCQ Objective Questions

Engineering Mathematics Question 1:

The average of 7 consecutive even numbers is 58. Then the difference between the highest even number and the lowest even number is

  1. 12
  2. 14
  3. 16
  4. 58

Answer (Detailed Solution Below)

Option 1 : 12

Engineering Mathematics Question 1 Detailed Solution

Explanation:

Let the 7 consecutive even numbers be:

(x - 6), (x - 4), (x - 2), x, (x + 2), (x + 4), (x + 6)

Here, x is the middle number, and the other numbers are spaced evenly around x, increasing or decreasing by 2. Consecutive even numbers are separated by a difference of 2.

Step 2: Calculating the average

The average of these numbers is given as 58. Using the formula for the average, we can calculate x:

Average = Sum of all numbers ÷ Total number of numbers

Sum = (x - 6) + (x - 4) + (x - 2) + x + (x + 2) + (x + 4) + (x + 6)

Sum = 7x (since all other terms cancel out when added)

Average = 58 = 7x ÷ 7

x = 58

So, the middle number of the sequence is 58. The numbers are:

(58 - 6), (58 - 4), (58 - 2), 58, (58 + 2), (58 + 4), (58 + 6)

Which simplifies to:

52, 54, 56, 58, 60, 62, 64

Step 3: Finding the difference between the highest and lowest numbers

The highest number in the sequence is 64, and the lowest number is 52. The difference between them is:

Difference = Highest number - Lowest number

Difference = 64 - 52

Difference = 12

Correct Answer: The difference between the highest even number and the lowest even number is 12

Engineering Mathematics Question 2:

'A' and 'B' are two matrices such that the order of 'A' is 3x4. If AB and BA are both defined, then order of B is

  1. 3 × 3
  2. 3 × 4
  3. 4 × 4
  4. 4 × 3

Answer (Detailed Solution Below)

Option 4 : 4 × 3

Engineering Mathematics Question 2 Detailed Solution

Explanation:

Analysis of the Problem:

We are given two matrices, 'A' and 'B', where the order of matrix 'A' is 3 × 4 (3 rows and 4 columns). We are tasked with determining the order of matrix 'B' such that both the matrix products AB and BA are defined. To solve this, we need to recall the rules of matrix multiplication:

  • For the product AB to be defined, the number of columns in A must equal the number of rows in B.
  • For the product BA to be defined, the number of columns in B must equal the number of rows in A.

Step-by-Step Solution:

1. Matrix A has dimensions 3 × 4:

This means matrix A has 3 rows and 4 columns.

2. For AB to be defined:

The number of columns in A (which is 4) must equal the number of rows in B. Therefore, the number of rows in B is 4.

3. For BA to be defined:

The number of columns in B must equal the number of rows in A (which is 3). Therefore, the number of columns in B is 3.

4. Order of matrix B:

From the above two conditions, the dimensions of matrix B must be 4 × 3 (4 rows and 3 columns).

Correct Option:

The correct order of matrix B is 4 × 3, which corresponds to Option 4.

Engineering Mathematics Question 3:

The nine numbers x1, x2, x3 ... x9, are in ascending order. Their average m is strictly greater than all the first eight numbers. Which of the following is true?

  1. Average (x1, x2, ... x9, m) > m and Average (x2, x3 ... x9) > m
  2. Average (x1, x2 ... x9, m) < m and Average (x2, x3 ... x9) < m
  3. Average (x1, x2 ... x9, m) = m and Average (x2, x3 ... x9) > m
  4. Average (x1, x2 ... x9, m) < m and Average (x2, x3 ... x9) = m 
  5. None of the above

Answer (Detailed Solution Below)

Option 3 : Average (x1, x2 ... x9, m) = m and Average (x2, x3 ... x9) > m

Engineering Mathematics Question 3 Detailed Solution

The correct answer is Average (x1, x2 ... x9, m) = m and Average (x2, x3 ... x9) > m

Explanation:

Let's take the example of it

The nine numbers x1, x2, x3 ... x9, are in ascending order
Let  the nine number is 1,1,1,1,1,1,1,1,10
Their Avg will be = 18/9 = 2

Also, this satisfies that their average m is strictly greater than all the first eight numbers. 

now verifing

Average (x1, x2 ... x9, m) = m
Avg[1,1,1,1,1,1,1,1,10,2] will be 20/10 = 2
Which satisfies the given statement

Now checking Average (x2, x3 ... x9) > m

Average (1,1,1,1,1,1,1,10) will 17/8 = 2.12
Which is greater then 2

So it is also satisfied  Average (x2, x3 ... x9) > m

Conclusion:-

So, Average (x1, x2 ... x9, m) = m and Average (x2, x3 ... x9) > m is the true statement.

Engineering Mathematics Question 4:

If the values of p. q, rame (T. F. T), (F. T. T), then what will be the truth value of the expression p V (- q - > p ^ r)in each case?

  1. [T, F]
  2. [F, F]
  3. [F, T]
  4. [T, T]

Answer (Detailed Solution Below)

Option 4 : [T, T]

Engineering Mathematics Question 4 Detailed Solution

The correct answer is Option 4) [T, T].

Key Points

  • We are given two sets of values for (p, q, r):
    • Case 1: (T, F, T)
    • Case 2: (F, T, T)
  • The expression is: p ∨ (¬q → (p ∧ r))
  • We'll evaluate it step-by-step for both cases.

Case 1: p = T, q = F, r = T

  • ¬q = T (since q is F)
  • p ∧ r = T ∧ T = T
  • ¬q → (p ∧ r) = T → T = T
  • p ∨ T = T ∨ T = T

Case 2: p = F, q = T, r = T

  • ¬q = F
  • p ∧ r = F ∧ T = F
  • ¬q → (p ∧ r) = F → F = T (implication is true when antecedent is false)
  • p ∨ T = F ∨ T = T

Final result: [T, T]

Additional Information

  • ¬q means logical NOT of q.
  • (implication) is only false when LHS is true and RHS is false.
  • (OR) is true if at least one operand is true.
  • (AND) is true only if both operands are true.

Engineering Mathematics Question 5:

Which of the following statements is FALSE?

  1. Not all graphs with an Eulerian cycle have a Hamiltonian cycle.
  2. The maximum degree of a vertex in a graph can be d, where d is the number of vertices in the graph.
  3. The maximum number of edges on a graph G with n vertices with no cycle is n - 1.
  4. If G is a graph of 7 vertices such that the sum of the vertices' degrees is at least 21, then there is a vertex with 4 neighbors.

Answer (Detailed Solution Below)

Option 2 : The maximum degree of a vertex in a graph can be d, where d is the number of vertices in the graph.

Engineering Mathematics Question 5 Detailed Solution

The correct answer is Option 2) The maximum degree of a vertex in a graph can be d, where d is the number of vertices in the graph.

Key Points

  • This statement is false because in a simple undirected graph (no self-loops), the maximum degree of a vertex is n - 1, where n is the number of vertices.
  • A vertex cannot be connected to itself, so it can be connected to at most all other n - 1 vertices.

 Additional Information

  • Option 1 - True: Not all graphs with an Eulerian cycle (visiting each edge exactly once) necessarily have a Hamiltonian cycle (visiting each vertex exactly once). These are two distinct properties.
  • Option 3 - True: A graph with n vertices and no cycles is a tree or forest, and such a graph has at most n - 1 edges.
  • Option 4 - True: If the sum of degrees is at least 21 in a 7-vertex graph, then by the Pigeonhole Principle, at least one vertex must have degree ≥ 4 (since 21/7 = 3 and degrees are integers).

Top Engineering Mathematics MCQ Objective Questions

If the difference between the mode and median is 2, then find the difference between the median and mean(in the given order).

  1. 2
  2. 1
  3. 3
  4. 4

Answer (Detailed Solution Below)

Option 2 : 1

Engineering Mathematics Question 6 Detailed Solution

Download Solution PDF

Concept:

Relation between mode, median and mean is given by:

Mode = 3 × median – 2 × mean

Calculation:

Given:

Mode – median = 2

As we know

Mode = 3 × median – 2 × mean

Now, Mode = median + 2

⇒ (2 + median) = 3median – 2mean   

⇒ 2Median - 2Mean = 2

⇒ Median - Mean = 1

∴ The difference between the median and mean is 1.

If A is \(\left[ {\begin{array}{*{20}{c}} 8&5\\ 7&6 \end{array}} \right]\) then the value of |A121 - A120|

  1. 0
  2. 1
  3. 120
  4. 121

Answer (Detailed Solution Below)

Option 1 : 0

Engineering Mathematics Question 7 Detailed Solution

Download Solution PDF

Concept:

Let B = |A121 - A120|

B = |A120 × (A – I)| 

B = |A120| × |A – I|

Calculation:

A = \(\left[ {\begin{array}{*{20}{c}} 8&5\\ 7&6 \end{array}} \right]\)

Now, calculating matrix [A – I]

[A – I] = \(\left[ {\begin{array}{*{20}{c}} 8&5\\ 7&6 \end{array}} \right] - {\rm{\;}}\left[ {\begin{array}{*{20}{c}} 1&0\\ 0&1 \end{array}} \right]\)

[A – I] = \(\left[ {\begin{array}{*{20}{c}} 7&5\\ 7&5 \end{array}} \right]\)

Now determinant of |A – I|,

|A – I| = \(\left| {\begin{array}{*{20}{c}} 7&5\\ 7&5 \end{array}} \right|\)

|A – I| = 0   (Since two rows are repeated, therefore determinant = 0)

Hence, |A121 - A120|  A120|A – I|  = 0

A bag contains 3 white, 2 blue and 5 red balls. One ball is drawn at random from the bag. What is the probability that the ball drawn is not red?

  1. 3/10
  2. 1/5
  3. 1/2
  4. 4/5

Answer (Detailed Solution Below)

Option 3 : 1/2

Engineering Mathematics Question 8 Detailed Solution

Download Solution PDF

Calculation:

A bag contains 3 white, 2 blue and 5 red balls.

Total number of balls = 3 + 2 + 5 = 10

Number of balls that are not red = 10 - 5 = 5

Probability of balls drawn is not red = (number of balls which are not red)/(total number of balls) = 5/10 = 1/2

If Rank (A) = 2 and Rank (B) = 3 then Rank (AB) is:

  1. 6
  2. 5
  3. 3
  4. Data inadequate

Answer (Detailed Solution Below)

Option 4 : Data inadequate

Engineering Mathematics Question 9 Detailed Solution

Download Solution PDF

Concept:

Rank:

The rank of a matrix is a number equal to the order of the highest order non-vanishing minor, that can be formed from the matrix.

For matrix A, it is denoted by ρ(A).

The rank of a matrix is said to be r if,

  • There is at least one non-zero minor of order r.
  • Every minor of matrix having order higher than is zero. 

Property of Rank of Matrix:

ρ(AB) ≤ min [ρ(A), ρ(B)]

Calculation:

Given:

ρ(A) = 2, ρ(B) = 3

Using properties

ρ(AB) ≤ min [ρ(A), ρ(B)]

ρ(AB) ≤ min (2,3)

 ρ(AB) ≤  2

Alternate Method

Let order of matrix A be 2 × m and order of matrix B be m × 3 (∵ for multiplication we need the column of A and row of B to be same)

∴ Order of matrix AB will be 2 × 3

Using properties

ρ(AB) ≤ min (Row, Column)

⇒ ρ(AB) ≤ min (2, 3)  [only when the column of A and row of B is the same]

⇒ ρ(AB) ≤ 2.

we don't know the dimension of A and B, we cannot predict the exact rank of AB but its maximum rank will be 2.

Important Points

Other properties of rank of a matrix are:

  • The rank of a matrix does not change by elementary transformation, we can calculate the rank by changing the matrix into Echelon form. In the Echelon form, the rank of a matrix is the number of non-zero rows of the matrix.
  • The rank of a matrix is zero if the matrix is null.
  • ρ(A) ≤ min (Row, Column)
  • ρ(AB) ≤ min [ρ(A), ρ(B)]
  • ρ(AA) = ρ(A AT) = ρ(A) = ρ(AT)
  • If A and B are matrices of the same order, then ρ(A + B) ≤ ρ(A) + ρ(B) and ρ(A - B) ≥ ρ(A) - ρ(B).
  • If Aθ is the conjugate transpose of A, then ρ(Aθ) = ρ(A) and ρ(A Aθ) = ρ(A).
  • The rank of a skew-symmetric matrix cannot be one.

Multiplication of real valued square matrices of same dimension is:

  1. Associative
  2. Commutative
  3. Always positive definite
  4. not always possible to commute

Answer (Detailed Solution Below)

Option 1 : Associative

Engineering Mathematics Question 10 Detailed Solution

Download Solution PDF

EXPLANATION:

Let A, B and C be the matrices a, b, and c be scalars and the sizes of matrices are such that the operations can be performed then

The multiplication of real-valued square matrices of the same dimension is:

Associative, which means that for any three matrices A, B, and C of the same dimension, the following holds true: (AB)C = A(BC)

Not Commutative, which means that the order of the matrices matters. In other words, AB is not necessarily equal to BA, unless one or both of the matrices are diagonal or scalar matrices.

Not always positive definite, since the determinant of the product of two matrices is equal to the product of the determinants of the matrices, and the determinant of a matrix is positive if and only if the matrix is invertible. Therefore, the product of two invertible matrices is invertible, and hence positive definite. However, the product of two non-invertible matrices may not be invertible, and hence not positive definite.

The order of the multiplication matters, so it is not always possible to compute the matrices. That is, AB is not necessarily equal to BA, unless one or both of the matrices are diagonal or scalar matrices.

Additional Information 

Properties of Matrix addition and scalar multiplication:

Commutative Property of addition

  • A + B = B + A

Associative Property of addition

  • A + (B + C) = (A + B) + C
  • A + O = O + A Where O is the appropriate zero matrix

Distributive Property of addition

  • c(A + B) = cA + cB
  • (a + b)C = aC + bC
  • (ab)C = a(bc)

Consider the below data:

\(\begin{array}{*{20}{c}} x&:&0&1&2\\ {f\left( x \right)}&:&4&3&{12} \end{array}\)

The value of\(\mathop \smallint \nolimits_0^2 f\left( x \right)dx\) by Trapezoidal rule will be:

  1. 11
  2. 12
  3. 15
  4. 9

Answer (Detailed Solution Below)

Option 1 : 11

Engineering Mathematics Question 11 Detailed Solution

Download Solution PDF

Concept:

Trapezoidal rule states that for a function y = f(x)

x

x0

x1

x2

x3

……

xn

y

y0

y1

y2

y3

……

yn


xn = x0 + nh, where n = Number of sub-intervals

h = step-size

\(\mathop \smallint \nolimits_{{x_0}}^{{x_0} + nh} f\left( x \right)dx = \frac{h}{2}\left[ {\left( {{y_0} + {y_n}} \right) + 2\left( {{y_1} + {y_2} + {y_3} + \ldots + {y_{n - 1}}} \right)} \right]\)   ---(1)

For a trapezoidal rule, a number of sub-intervals must be a multiple of 1.

Calculation:

\(\begin{array}{*{20}{c}} x&:&0&1&2\\ {f\left( x \right)}&:&4&3&{12} \end{array}\)

Here: x0 = 4, x1 = 3, x2 = 12, h = 1

From equation (1);

\(\mathop \smallint \limits_0^2 f\left( x \right)dx = \frac{h}{2}\left[ {\left( {{x_0} + {x_2}} \right) + 2\left( {{x_1}} \right)} \right]\)

\( = \frac{1}{2}\left[ {\left( {{4} + {12}} \right) + 2\left( {{3}} \right)} \right]={22\over2}=11\)

Key Points:

Apart from the trapezoidal rule, other numerical integration methods are:

Simpson’s one-third rule:

For applying this rule, the number of subintervals must be a multiple of 2.

\(\mathop \smallint \nolimits_{{x_0}}^{{x_0} + nh} f\left( x \right)dx = \frac{h}{3}\left[ {\left( {{y_0} + {y_n}} \right) + 4\left( {{y_1} + {y_3} + {y_5} + \ldots + {y_{n - 1}}} \right) + 2\left( {{y_2} + {y_4} + {y_6} + \ldots + {y_{n - 2}}} \right)} \right]\)     ..2)

Simpson’s three-eighths rule:

For applying this rule, the number of subintervals must be a multiple of 3.

\(\mathop \smallint \nolimits_{{x_0}}^{{x_0} + nh} f\left( x \right)dx = \frac{{3h}}{8}\left[ {\left( {{y_0} + {y_n}} \right) + 3\left( {{y_1} + {y_2} + {y_4} + {y_5} + \ldots } \right) + 2\left( {{y_3} + {y_6} + \ldots } \right)} \right]\)

If the following system has non-trivial solution,

px + qy + rz = 0

qx + ry + pz = 0

rx + py + qz = 0,

then which one of the following options is TRUE?

  1. p – q + r = 0 or p = q = -r
  2. p + q – r = 0 or p = -q = r
  3. p + q + r = 0 or p = q = r
  4. p – q + r = 0 or p = -q = -r

Answer (Detailed Solution Below)

Option 3 : p + q + r = 0 or p = q = r

Engineering Mathematics Question 12 Detailed Solution

Download Solution PDF

Concept:

If rank of 3 × 3 homogeneous matrix is less than 3 then the corresponding equations will have non-trivial solutions.

Explanation:

For non-trivial solution

\(\left| {\begin{array}{*{20}{c}} p&q&r\\ q&r&p\\ r&p&q \end{array}} \right| = 0\)

R1 = R1 + R2 + R3

\(\left| {\begin{array}{*{20}{c}} {p + q + r}&{\;q + r + p}&{r + p + q}\\ q&r&p\\ r&p&q \end{array}} \right| = 0\)

\(\left( {p + q + r} \right)\left| {\begin{array}{*{20}{c}} 1&{\;1}&1\\ q&r&p\\ r&p&q \end{array}} \right| = 0\)

∴ p + q + r = 0

(OR)

\(\left| {\begin{array}{*{20}{c}} 1&{\;1}&1\\ q&r&p\\ r&p&q \end{array}} \right| = 0\)

∴ p = q = r

A set of linear equations is given in the form Ax = b, where A is a 2 × 4 matrix with real number entries and b ≠ 0. Will it be possible to solve for x and obtain a unique solution by multiplying both left and right sides of the equation by AT (the super script T denotes the transpose) and inverting the matrix AT A? Answer is 

  1. Yes, it is always possible to get a unique solution for any 2 × 4 matrix A.
  2. No, it is not possible to get a unique solution for any 2 × 4 matrix A.
  3. Yes, can obtain a unique solution provided the matrix AT A is well conditioned
  4. Yes, can obtain a unique solution provided the matrix A is well conditioned.

Answer (Detailed Solution Below)

Option 2 : No, it is not possible to get a unique solution for any 2 × 4 matrix A.

Engineering Mathematics Question 13 Detailed Solution

Download Solution PDF

Concept:

From the properties of a matrix,

The rank of m × n matrix is always ≤ min {m, n}

If the rank of matrix A is ρ(A) and rank of matrix B is ρ(B), then the rank of matrix AB is given by

ρ(AB) ≤ min {ρ(A), ρ(B)}

If n × n matrix is singular, the rank will be less than ≤ n

Calculation:

Given:

AX = B

Where A is 2 × 4 matrices and b ≠ 0

The order of AT is 4 × 2

The order of ATA is 4 × 4

Rank of (A) ≤ min (2, 4) = 2

Rank of (AT) ≤ min (2, 4) = 2

Rank (ATA) ≤ min (2, 2) = 2

As the matrix ATA is of order 4 × 4, to have a unique solution the rank of ATA should be 4.

Therefore, the unique solution of this equation is not possible.

\(\left[ {\begin{array}{*{20}{c}} 1&2&3\\ 4&5&6\\ 7&8&9 \end{array}} \right]\)

Trace of the given matrix is

  1. 6
  2. 24
  3. 15
  4. 45

Answer (Detailed Solution Below)

Option 3 : 15

Engineering Mathematics Question 14 Detailed Solution

Download Solution PDF

Trace of a matrix

Let A be k × k matrix. Then its trace is denoted by trace(A) or tr(A), is  the sum of its diagonal elements

\(tr\left( A \right) = \mathop \sum \limits_{k = 1}^k {A_{kk}}\)

Calculation:

The given matrix is

\(\left[ {\begin{array}{*{20}{c}} 1&2&3\\ 4&5&6\\ 7&8&9 \end{array}} \right]\)

1, 5, 9 are diagonal elements.

tr(A) = A11 + A22 + A33

tr(A) = 1 + 5 + 9

tr(A) = 15

The value of determinant \(\left| {\begin{array}{*{20}{c}} 1&a&{b + c}\\ 1&b&{c + a}\\ 1&c&{a + b} \end{array}} \right|\)

  1. 0
  2. 1
  3. a + b + c
  4. 3

Answer (Detailed Solution Below)

Option 1 : 0

Engineering Mathematics Question 15 Detailed Solution

Download Solution PDF

Concept:

Properties of Determinant of a Matrix:

  • If each entry in any row or column of a determinant is 0, then the value of the determinant is zero.
  • For any square matrix say A, |A| = |AT|.
  • If we interchange any two rows (columns) of a matrix, the determinant is multiplied by -1.
  • If any two rows (columns) of a matrix are same then the value of the determinant is zero.

 

Calculation:

\(\left| {\begin{array}{*{20}{c}} 1&a&{b + c}\\ 1&b&{c + a}\\ 1&c&{a + b} \end{array}} \right|\)

Apply C2 → C2 + C3 

\( = \left| {\begin{array}{*{20}{c}} 1&{a + b + c}&{b + c}\\ 1&{a + b + c}&{c + a}\\ 1&{a + b + c}&{a + b} \end{array}} \right|\)

Taking common (a + b + c) from column 2, we get

\(= \left( {a + b + c} \right)\left| {\begin{array}{*{20}{c}} 1&1&{b + c}\\ 1&1&{c + a}\\ 1&1&{a + b} \end{array}} \right|\)

As we can see that the first and the second column of the given matrix are equal. 

We know that, if any two rows (columns) of a matrix are same then the value of the determinant is zero.

∴ \(\left| {\begin{array}{*{20}{c}} 1&a&{b + c}\\ 1&b&{c + a}\\ 1&c&{a + b} \end{array}} \right|\)= 0  

Get Free Access Now
Hot Links: teen patti real teen patti gold download teen patti bonus