Neural Sync Active
Jan 2026 - Mathematics I - End Term Mock
Registry Synced
Jan 2026 - Mathematics I - End Term Mock
987 words
5 min read
End Term Mock
Course: Jan 2026 - Mathematics I
End Term Mock
Introduction
Instructions:
• There are some questions which involve functions with discrete-valued domains (such as day, month, year, etc.).
• For NAT-type questions, enter only one correct answer even if multiple answers are possible.
• Notations: R=Set of real numbers Q=Set of rational numbers Z=Set of integers N=Set of natural numbers
• The set of natural numbers includes 0
**Comprehension
**
(Use the following information for Questions 13–14):
Seven computers C0,C1,C2,C3,C4,C5,C6 are linked by a network, and each link has a maintenance cost. The graph represents how the computers are connected, where each node denotes a computer and each edge denotes a link between a pair of computers. The weights on the edges represent the maintenance cost (in hundreds of rupees). The objective is to select a subset of links such that the total maintenance cost is minimum while ensuring that all computers remain connected through the selected links.
Question 1
Suppose we obtain a Breadth-First Search (BFS) tree rooted at node A for an undirected graph with vertex set V={A,B,C,D,E,F,G}
Which of the following cannot be an edge in the original graph?
- (A, D)
- (C, F)
- (D, G)
- (B, F)
Question 2
Which of the following statements is/are true about the function f(x)=x2+2x−8
- f is one-one on its domain.
- f has an inverse on its domain.
- The vertex of this parabola is at (−1,−9)
- The y-intercept of the given parabola is −1
Question 3
Consider the functions f(x)=x+4 and g(x)=log(1+x2) Which of the following options is/are true?
- (g∘f)(x)=log(2x+5) on its domain of definition.
- The domain of the function (g∘f)(x) is [−4,∞)
- The domain of the function (g∘f)(x) is [−6,−1]
- (g∘f)(x)=log(x+5) on its domain of definition.
Question 4
Consider the following relations defined on the set of integers Z R1={(x,y)∣x,y∈Z and 7∣(x−y)} R2={(x,y)∣x,y∈Z and x+y=2}
- R1 is not transitive
- R2 is symmetric
- R1 is symmetric
- R2 is transitive
Question 5
Consider the adjacency matrix of a graph G:
Which of the following option(s) is/are true?
- The graph has 5 nodes
- There are 10 edges in the graph
- There are 5 edges in the graph
- The sum of the degrees of all the nodes is 20
Question 6
Consider the following directed graph:
Which of the following orderings can be a valid topological sort of the graph?
- ABCDEFGH
- ABCDEFHG
- BACDEFGH
- BACEDFGH
Question 7
Consider a quadratic function q(x)=ax2+bx+c where a,b,c∈R, a=0 with the following information:
• The minimum value attained by q(x) is at x=−1
•Discriminant value of q(x) is 8
•Slope of the function at x=1 is 8
Find: q(1)
Your Answer:
(Not answered)Question 8
If f(x)=log3(log1/2(5−x−1)−1) has domain (a,b)⊂R find the value of a+b
Your Answer:
(Not answered)Question 9
Find limn→∞an for the sequence {an}such that
an=2n5+ln(n)+n2n5−3n3+sin(n)
Your Answer:
(Not answered)Question 10
If the function
is continuous for all x∈R, find the value of A+B
Your Answer:
(Not answered)Question 11
Consider the function f(x)=x−x4 on the interval [2,8] Approximate the value of ∫283f(x)dx using the right-hand Riemann sum by taking 3 sub-intervals of equal length.
Your Answer:
(Not answered)Question 12
(Use the following information for Question 12): Two families have decided to enter into an alliance by marriage. The first family has S1,S2,S3,S4 sons, and the second family has D1,D2,D3,D4 daughters. To avoid impropriety, the families insist that each individual must marry someone who is either of the same age, one position younger, or one position older. The graph representing all such agreeable marriages is given (based on these conditions).
How many different acceptable marriage arrangements are possible?
Your Answer:
(Not answered)Question 13
What is the total maintenance cost (in hundreds of rupees) of the optimum subset of links?
Your Answer:
(Not answered)Question 14
Find the number of different ways of choosing an optimum subset of links for the given graph.
Your Answer:
(Not answered)