Updated: Mar 2026
First Chapter - 100% FREE

CMI Data Science Chapter-wise PYQs

Practice CMI Data Science previous year questions organized by chapter. 299+ PYQs from 8 years with detailed solutions. First chapter FREE!

299+
Total PYQs
8
Years
17
Chapters
FREE
First Chapter
Start Free Test →

Year-wise PYQ Distribution

2025
40
2024
40
2023
20
2022
45
2021
44
2020
40
2019
35
2018
34

All Chapters

Polynomials and Logarithms

FREE

Algebra • 17 PYQs

Start Free

Properties of Functions

Algebra • 14 PYQs

Unlock

Progressions and Means

Algebra • 14 PYQs

Unlock

Matrices

Algebra • 28 PYQs

Unlock

Determinants and Linear Equations

Algebra • 21 PYQs

Unlock

Divisibility and Primes

Number Theory • 7 PYQs

Unlock

Modular Arithmetic

Number Theory • 8 PYQs

Unlock

Differentiation and its Applications

Calculus • 26 PYQs

Unlock

Integration and its Applications

Calculus • 1 PYQs

Unlock

Sets and Relations

Discrete Mathematics • 11 PYQs

Unlock

Boolean Logic

Discrete Mathematics • 12 PYQs

Unlock

Counting Techniques

Discrete Mathematics • 32 PYQs

Unlock

Mathematical Induction

Discrete Mathematics • 1 PYQs

Unlock

Random Variables and Distributions

Probability and Statistics • 26 PYQs

Unlock

Fundamentals of Probability

Probability and Statistics • 28 PYQs

Unlock

Data Interpretation and Summary Statistics

Probability and Statistics • 24 PYQs

Unlock

Reading and Interpreting Pseudocode

Programming Fundamentals • 29 PYQs

Unlock

Polynomials and Logarithms - PYQs

Free sample questions from Algebra

100% FREE
1 Multiple Select
2025
Let x,y,zx, y, z be positive numbers such that x2+y2=z2x^2 + y^2 = z^2. Determine the value of the following expression:
logy+zx+logzyx(logy+zx)(logzyx)\frac{\log_{y+z} x + \log_{z-y} x}{(\log_{y+z} x)(\log_{z-y} x)}
A
Undefined.
B
12\frac{1}{2}
C
14\frac{1}{4}
D
2
View Solution
**Given:** - x,y,zx, y, z are positive real numbers. - x2+y2=z2x^2 + y^2 = z^2. **Required:** Evaluate the expression:
logy+zx+logzyx(logy+zx)(logzyx)\frac{\log_{y+z} x + \log_{z-y} x}{(\log_{y+z} x)(\log_{z-y} x)}
**Solution:** *Step 1:* Simplify the given algebraic fraction. The expression is of the form A+BAB\frac{A+B}{AB}, which simplifies to AAB+BAB=1B+1A\frac{A}{AB} + \frac{B}{AB} = \frac{1}{B} + \frac{1}{A}. Let A=logy+zxA = \log_{y+z} x and B=logzyxB = \log_{z-y} x. The expression becomes:
1logzyx+1logy+zx\frac{1}{\log_{z-y} x} + \frac{1}{\log_{y+z} x}
*Step 2:* Apply the reciprocal property of logarithms, 1logba=logab\frac{1}{\log_b a} = \log_a b. Applying this property to both terms transforms the expression to:
logx(zy)+logx(z+y)\log_x (z-y) + \log_x (z+y)
*Step 3:* Apply the product rule for logarithms, logMN+logMP=logM(NP)\log_M N + \log_M P = \log_M (NP). Combine the two logarithmic terms into a single logarithm:
logx((zy)(z+y))\log_x ((z-y)(z+y))
*Step 4:* Simplify the argument of the logarithm using the difference of squares formula, (ab)(a+b)=a2b2(a-b)(a+b) = a^2 - b^2.
logx(z2y2)\log_x (z^2 - y^2)
*Step 5:* Use the given condition x2+y2=z2x^2 + y^2 = z^2 to substitute into the argument. Rearranging the given equation gives x2=z2y2x^2 = z^2 - y^2. Substituting this into the expression:
logx(x2)\log_x (x^2)
*Step 6:* Apply the power rule for logarithms, logM(Np)=plogMN\log_M (N^p) = p \log_M N.
2logxx2 \log_x x
Since logxx=1\log_x x = 1 for any valid base xx, the expression evaluates to:
2×1=22 \times 1 = 2
**Answer:** 2\boxed{2} **CORRECT OPTIONS: 4** ["2"]
2 Multiple Select
2025
Let n3n \geq 3 be an integer, and let x1,x2,,xnx_1, x_2, \ldots, x_n be variables which take real values with 0xi10 \leq x_i \leq 1 for all 1in1 \leq i \leq n. Let
A=x1+x2++xnA = x_1 + x_2 + \ldots + x_n
B=x1x2+x2x3++xn1xn+xnx1B = x_1 x_2 + x_2 x_3 + \ldots + x_{n-1} x_n + x_n x_1
Which of the following statements is/are true.
A
ABA \geq B
is always true.
B
B>AB > A
is true for some values of the
xix_i
's and
A>BA > B
is true for some values of the
xix_i
's.
C
A=BA = B
has a finite number of solutions
D
A=BA = B
has an infinite number of solutions
View Solution
**Given:** - An integer n3n \geq 3. - Real variables x1,x2,,xnx_1, x_2, \ldots, x_n with the constraint 0xi10 \leq x_i \leq 1 for all 1in1 \leq i \leq n. - A=x1+x2++xn=i=1nxiA = x_1 + x_2 + \ldots + x_n = \sum_{i=1}^n x_i - B=x1x2+x2x3++xn1xn+xnx1=i=1nxixi+1B = x_1 x_2 + x_2 x_3 + \ldots + x_{n-1} x_n + x_n x_1 = \sum_{i=1}^n x_i x_{i+1}, where indices are taken cyclically (xn+1=x1x_{n+1} = x_1). **Required:** To determine which of the given statements about the relationship between AA and BB are true. **Solution:** *Step 1:* Analyze the expression ABA-B.
AB=(i=1nxi)(i=1nxixi+1)A - B = \left(\sum_{i=1}^n x_i\right) - \left(\sum_{i=1}^n x_i x_{i+1}\right)
Rearrange the terms by grouping corresponding elements.
AB=(x1x1x2)+(x2x2x3)++(xnxnx1)A - B = (x_1 - x_1 x_2) + (x_2 - x_2 x_3) + \ldots + (x_n - x_n x_1)
Factor out xix_i from each group.
AB=x1(1x2)+x2(1x3)++xn(1x1)=i=1nxi(1xi+1)A - B = x_1(1 - x_2) + x_2(1 - x_3) + \ldots + x_n(1 - x_1) = \sum_{i=1}^n x_i(1 - x_{i+1})
*Step 2:* Determine the sign of ABA-B using the given constraints. The constraint 0xi10 \leq x_i \leq 1 implies that for any ii, both xi0x_i \geq 0 and (1xi+1)0(1 - x_{i+1}) \geq 0. Each term xi(1xi+1)x_i(1 - x_{i+1}) in the sum is a product of two non-negative numbers, hence each term is non-negative. The sum of non-negative terms is non-negative.
AB0    ABA - B \geq 0 \implies A \geq B
This inequality holds for all valid choices of xix_i. This confirms that statement 1 is true and statement 2 is false. *Step 3:* Analyze the condition for equality, A=BA=B. Equality holds if and only if AB=0A-B=0.
i=1nxi(1xi+1)=0\sum_{i=1}^n x_i(1 - x_{i+1}) = 0
A sum of non-negative terms is zero if and only if each term is zero.
xi(1xi+1)=0for all i=1,,nx_i(1 - x_{i+1}) = 0 \quad \text{for all } i = 1, \ldots, n
*Step 4:* Find all solutions to the system of equations from Step 3. The condition xi(1xi+1)=0x_i(1 - x_{i+1}) = 0 implies that for each ii, either xi=0x_i=0 or xi+1=1x_{i+1}=1. First, assume there exists an index kk such that xk(0,1)x_k \in (0, 1). From xk(1xk+1)=0x_k(1-x_{k+1})=0, since xk0x_k \neq 0, it must be that xk+1=1x_{k+1}=1. From xk1(1xk)=0x_{k-1}(1-x_k)=0, since 1xk01-x_k \neq 0, it must be that xk1=0x_{k-1}=0. Now, since xk+1=1x_{k+1}=1, the condition xk+1(1xk+2)=0x_{k+1}(1-x_{k+2})=0 implies 1(1xk+2)=01(1-x_{k+2})=0, so xk+2=1x_{k+2}=1. Inductively, xj=1x_j=1 for all j>kj > k (cyclically). This means xk2=1x_{k-2}=1. The condition for index k2k-2 is xk2(1xk1)=0x_{k-2}(1-x_{k-1})=0. Substituting xk2=1x_{k-2}=1 gives 1(1xk1)=01(1-x_{k-1})=0, which implies xk1=1x_{k-1}=1. This contradicts our finding that xk1=0x_{k-1}=0. Therefore, no xix_i can be strictly between 0 and 1. All solutions must have xi{0,1}x_i \in \{0, 1\}. Now, consider solutions where xi{0,1}x_i \in \{0, 1\}. If the solution is not all zeros or all ones, there must be at least one 0 and at least one 1. In a circular arrangement, this implies there must be an index kk such that xk=1x_k=1 and xk+1=0x_{k+1}=0. For this index kk, the condition xk(1xk+1)=0x_k(1 - x_{k+1}) = 0 becomes 1(10)=101(1-0) = 1 \neq 0. This violates the condition. Thus, no solution can contain both 0s and 1s. The only possible solutions are: 1. x1=x2==xn=0x_1 = x_2 = \ldots = x_n = 0. 2. x1=x2==xn=1x_1 = x_2 = \ldots = x_n = 1. There are exactly two solutions. This is a finite number. This confirms that statement 3 is true and statement 4 is false. **Answer:** \boxed{1, 3}
3 Multiple Select
2025
What is the domain of the following real valued function? f(x)=log2(x25x+6)f(x) = \log_2(x^2 - 5x + 6).
A
(,2)(-\infty, 2)
B
(3,)(3, \infty)
C
(,2)(3,)(-\infty, 2) \cup (3, \infty)
D
(,)(-\infty, \infty)
View Solution
**Given:** The real valued function f(x)=log2(x25x+6)f(x) = \log_2(x^2 - 5x + 6). **Required:** The domain of the function f(x)f(x). **Solution:** *Step 1:* State the domain condition for a logarithmic function. The argument of the logarithm must be strictly positive.
x25x+6>0x^2 - 5x + 6 > 0
*Step 2:* Factor the quadratic expression to find its roots.
(x2)(x3)>0(x-2)(x-3) > 0
The roots of the quadratic equation (x2)(x3)=0(x-2)(x-3) = 0 are x=2x=2 and x=3x=3. *Step 3:* Determine the solution to the inequality. The quadratic expression represents an upward-opening parabola. The value of the expression is positive for values of xx that are outside the roots. Therefore, the inequality holds for x<2x < 2 or x>3x > 3. *Step 4:* Express the domain in interval notation. The domain of f(x)f(x) is the union of the intervals where the inequality is satisfied.
Domain=(,2)(3,)\text{Domain} = (-\infty, 2) \cup (3, \infty)
Answer: (,2)(3,)\boxed{(-\infty, 2) \cup (3, \infty)}
4 Single Choice
2024
Find values of xx and yy that satisfy both the following equations:
xy+yx=52\sqrt{\frac{x}{y}} + \sqrt{\frac{y}{x}} = \frac{5}{2}
xy+yx=92\frac{x}{\sqrt{y}} + \frac{y}{\sqrt{x}} = \frac{9}{2}
View Solution
**Given:** A system of two equations:
xy+yx=52(1)\sqrt{\frac{x}{y}} + \sqrt{\frac{y}{x}} = \frac{5}{2} \quad \cdots (1)
xy+yx=92(2)\frac{x}{\sqrt{y}} + \frac{y}{\sqrt{x}} = \frac{9}{2} \quad \cdots (2)
For the expressions to be defined, x>0x > 0 and y>0y > 0. **Required:** The values of xx and yy that satisfy both equations. **Solution:** *Step 1:* Introduce substitutions to simplify the equations. Let a=xa = \sqrt{x} and b=yb = \sqrt{y}. The system of equations transforms into:
ab+ba=52(3)\frac{a}{b} + \frac{b}{a} = \frac{5}{2} \quad \cdots (3)
a2b+b2a=92(4)\frac{a^2}{b} + \frac{b^2}{a} = \frac{9}{2} \quad \cdots (4)
*Step 2:* Solve equation (3) for the ratio ab\frac{a}{b}. Let t=abt = \frac{a}{b}. Equation (3) becomes t+1t=52t + \frac{1}{t} = \frac{5}{2}. Multiplying by 2t2t gives a quadratic equation:
2t2+2=5t2t^2 + 2 = 5t
2t25t+2=02t^2 - 5t + 2 = 0
Factoring the quadratic yields:
(2t1)(t2)=0(2t - 1)(t - 2) = 0
The possible values for tt are t=12t = \frac{1}{2} or t=2t = 2. This implies ab=12\frac{a}{b} = \frac{1}{2} or ab=2\frac{a}{b} = 2. *Step 3:* Simplify equation (4). Combine the terms on the left-hand side:
a3+b3ab=92\frac{a^3 + b^3}{ab} = \frac{9}{2}
*Step 4:* Substitute the ratios from Step 2 into the simplified equation (4). Case 1: ab=2    a=2b\frac{a}{b} = 2 \implies a = 2b. Substitute a=2ba=2b into the simplified equation (4):
(2b)3+b3(2b)b=92\frac{(2b)^3 + b^3}{(2b)b} = \frac{9}{2}
8b3+b32b2=92\frac{8b^3 + b^3}{2b^2} = \frac{9}{2}
9b32b2=92\frac{9b^3}{2b^2} = \frac{9}{2}
92b=92    b=1\frac{9}{2}b = \frac{9}{2} \implies b = 1
If b=1b=1, then a=2b=2a = 2b = 2. Case 2: ab=12    b=2a\frac{a}{b} = \frac{1}{2} \implies b = 2a. Substitute b=2ab=2a into the simplified equation (4):
a3+(2a)3a(2a)=92\frac{a^3 + (2a)^3}{a(2a)} = \frac{9}{2}
a3+8a32a2=92\frac{a^3 + 8a^3}{2a^2} = \frac{9}{2}
9a32a2=92\frac{9a^3}{2a^2} = \frac{9}{2}
92a=92    a=1\frac{9}{2}a = \frac{9}{2} \implies a = 1
If a=1a=1, then b=2a=2b = 2a = 2. *Step 5:* Convert the solutions for (a,b)(a, b) back to (x,y)(x, y). From Case 1, we have (a,b)=(2,1)(a, b) = (2, 1).
x=a2=22=4x = a^2 = 2^2 = 4
y=b2=12=1y = b^2 = 1^2 = 1
This gives the solution pair (x,y)=(4,1)(x, y) = (4, 1). From Case 2, we have (a,b)=(1,2)(a, b) = (1, 2).
x=a2=12=1x = a^2 = 1^2 = 1
y=b2=22=4y = b^2 = 2^2 = 4
This gives the solution pair (x,y)=(1,4)(x, y) = (1, 4). **Answer:** The solutions are (x,y)=(4,1) and (x,y)=(1,4)\boxed{(x, y) = (4, 1) \text{ and } (x, y) = (1, 4)}.
5 Multiple Select
2024
Let ff be a function on the positive real numbers such that f(xy)=f(x)+f(y)f(xy) = f(x) + f(y). If f(2024)=2f(2024) = 2 then which of the following statement(s) is/are true?
A
f(12024)=1f\left(\frac{1}{2024}\right) = 1
B
f(12024)=1f\left(\frac{1}{2024}\right) = -1
C
f(12024)=2f\left(\frac{1}{2024}\right) = -2
D
f(12024)=2f\left(\frac{1}{2024}\right) = 2
View Solution
**Given:** - A function ff on positive real numbers. - Functional equation: f(xy)=f(x)+f(y)f(xy) = f(x) + f(y) for all x,y>0x, y > 0. - f(2024)=2f(2024) = 2. **Required:** - The value of f(12024)f\left(\frac{1}{2024}\right). **Solution:** *Step 1:* Determine the value of f(1)f(1) using the functional equation. Let x=1x=1 and y=1y=1.
f(11)=f(1)+f(1)f(1 \cdot 1) = f(1) + f(1)
f(1)=2f(1)f(1) = 2f(1)
This implies f(1)=0f(1) = 0. *Step 2:* Establish a relationship between f(x)f(x) and f(1/x)f(1/x). Let y=1/xy = 1/x in the functional equation.
f(x1x)=f(x)+f(1x)f\left(x \cdot \frac{1}{x}\right) = f(x) + f\left(\frac{1}{x}\right)
f(1)=f(x)+f(1x)f(1) = f(x) + f\left(\frac{1}{x}\right)
Using the result from Step 1, f(1)=0f(1)=0.
0=f(x)+f(1x)0 = f(x) + f\left(\frac{1}{x}\right)
f(1x)=f(x)f\left(\frac{1}{x}\right) = -f(x)
*Step 3:* Apply this property for x=2024x = 2024.
f(12024)=f(2024)f\left(\frac{1}{2024}\right) = -f(2024)
*Step 4:* Substitute the given value of f(2024)f(2024).
f(12024)=2f\left(\frac{1}{2024}\right) = -2
This corresponds to option 3. **Answer:** 2\boxed{-2}
6 Multiple Select
2024
Let xx be a variable that takes real values, and let f(x)f(x), g(x)g(x), h(x)h(x) be three polynomials with real-valued coefficients. Further, let f(x)f(x) be a polynomial of degree 1, g(x)g(x) a polynomial of degree 2, and h(x)h(x) a polynomial of degree 3. Which of the following statements is/are always true for any three polynomials of these types?
A
The graphs of f(x)f(x) and g(x)g(x) intersect at one or more points.
B
The graphs of f(x)f(x) and h(x)h(x) intersect at one or more points.
C
The graphs of g(x)g(x) and h(x)h(x) intersect at one or more points.
View Solution
**Given:** - f(x)f(x) is a polynomial of degree 1 with real coefficients. - g(x)g(x) is a polynomial of degree 2 with real coefficients. - h(x)h(x) is a polynomial of degree 3 with real coefficients. **Required:** To determine which of the given statements about the intersection of the graphs of these polynomials are always true. **Solution:** The intersection points of the graphs of two polynomials, P(x)P(x) and Q(x)Q(x), correspond to the real roots of the equation P(x)=Q(x)P(x) = Q(x), or equivalently, the real roots of the difference polynomial R(x)=P(x)Q(x)R(x) = P(x) - Q(x). **Statement 1: The graphs of f(x)f(x) and g(x)g(x) intersect at one or more points.** *Step 1:* Form the difference polynomial R1(x)=g(x)f(x)R_1(x) = g(x) - f(x). Since deg(g)=2\operatorname{deg}(g) = 2 and deg(f)=1\operatorname{deg}(f) = 1, the degree of R1(x)R_1(x) is max(2,1)=2\max(2, 1) = 2. R1(x)R_1(x) is a quadratic polynomial. *Step 2:* Analyze the roots of R1(x)R_1(x). A quadratic polynomial with real coefficients does not necessarily have real roots. Its roots can be two non-real complex conjugates. For example, let g(x)=x2g(x) = x^2 and f(x)=x1f(x) = x - 1.
R1(x)=x2(x1)=x2x+1R_1(x) = x^2 - (x - 1) = x^2 - x + 1
The discriminant is Δ=(1)24(1)(1)=3<0\Delta = (-1)^2 - 4(1)(1) = -3 < 0. Since the discriminant is negative, R1(x)R_1(x) has no real roots, meaning the graphs of f(x)f(x) and g(x)g(x) do not intersect. Therefore, statement 1 is not always true. **Statement 2: The graphs of f(x)f(x) and h(x)h(x) intersect at one or more points.** *Step 1:* Form the difference polynomial R2(x)=h(x)f(x)R_2(x) = h(x) - f(x). Since deg(h)=3\operatorname{deg}(h) = 3 and deg(f)=1\operatorname{deg}(f) = 1, the degree of R2(x)R_2(x) is max(3,1)=3\max(3, 1) = 3. R2(x)R_2(x) is a cubic polynomial. *Step 2:* Analyze the roots of R2(x)R_2(x). A polynomial of odd degree with real coefficients must have at least one real root. This is because its end behavior is opposite as xx \to \infty and xx \to -\infty. Since the polynomial is continuous, the Intermediate Value Theorem guarantees it must cross the x-axis at least once. Therefore, R2(x)R_2(x) always has at least one real root, and the graphs of f(x)f(x) and h(x)h(x) always intersect. Statement 2 is always true. **Statement 3: The graphs of g(x)g(x) and h(x)h(x) intersect at one or more points.** *Step 1:* Form the difference polynomial R3(x)=h(x)g(x)R_3(x) = h(x) - g(x). Since deg(h)=3\operatorname{deg}(h) = 3 and deg(g)=2\operatorname{deg}(g) = 2, the degree of R3(x)R_3(x) is max(3,2)=3\max(3, 2) = 3. R3(x)R_3(x) is a cubic polynomial. *Step 2:* Analyze the roots of R3(x)R_3(x). As established for statement 2, a cubic polynomial with real coefficients always has at least one real root. Therefore, R3(x)R_3(x) always has at least one real root, and the graphs of g(x)g(x) and h(x)h(x) always intersect. Statement 3 is always true. Answer: 2,3\boxed{2, 3}
7 Single Choice
2024
Does there exist a polynomial q(x)q(x) with integer coefficients such that q(1)=2q(1) = 2 and q(3)=5q(3) = 5? Given an example if there is one. Justify, if there is not.
View Solution
**Given:** A polynomial q(x)q(x) with integer coefficients. q(1)=2q(1) = 2 q(3)=5q(3) = 5 **Required:** To determine if such a polynomial q(x)q(x) exists and provide a justification. **Solution:** 1. State the property for polynomials with integer coefficients. For a polynomial q(x)q(x) with integer coefficients, and for any two distinct integers aa and bb, the difference (ab)(a-b) must divide the difference q(a)q(b)q(a) - q(b). 2. Apply this property using the given values. Let a=3a=3 and b=1b=1. The difference in the inputs is:
ab=31=2a - b = 3 - 1 = 2
3. Calculate the corresponding difference in the polynomial's values. The difference in the outputs is:
q(a)q(b)=q(3)q(1)=52=3q(a) - q(b) = q(3) - q(1) = 5 - 2 = 3
4. Check the divisibility condition. The property requires that (ab)(a-b) must divide q(a)q(b)q(a) - q(b). In this case, 22 must divide 33. 5. Conclude based on the result. Since 33 is not an integer multiple of 22, the condition is not satisfied. Therefore, no such polynomial q(x)q(x) with integer coefficients can exist. **Answer:** \boxed{\text{No, such a polynomial does not exist.}} For a polynomial with integer coefficients, (31)(3-1) must divide (q(3)q(1))(q(3)-q(1)). However, 22 does not divide 33, so no such polynomial can exist.
8 Multiple Select
2024
Which of the following statements are true?
A
Let f(x)=x3+x1f(x) = x^3 + x - 1 for xRx \in \mathbb{R}. Then the equation f(x)=0f(x) = 0 has at least one root in [1,0][-1,0].
B
Let f(x)=x3+x1f(x) = x^3 + x - 1 for xRx \in \mathbb{R}. Then the equation f(x)=0f(x) = 0 has at least one root in [0,1][0,1].
C
Let f(x)=x3+x+1f(x) = x^3 + x + 1 for xRx \in \mathbb{R}. Then the equation f(x)=0f(x) = 0 has at least one root in [0,1][0,1].
D
Let f(x)=x3+x+1f(x) = x^3 + x + 1 for xRx \in \mathbb{R}. Then the equation f(x)=0f(x) = 0 has at least one root in [1,0][-1,0].
View Solution
**Given:** Four statements regarding the existence of roots for polynomials in specified intervals: 1. f(x)=x3+x1f(x) = x^3 + x - 1 in [1,0][-1,0] 2. f(x)=x3+x1f(x) = x^3 + x - 1 in [0,1][0,1] 3. f(x)=x3+x+1f(x) = x^3 + x + 1 in [0,1][0,1] 4. f(x)=x3+x+1f(x) = x^3 + x + 1 in [1,0][-1,0] **Required:** Identify which of the statements are true. **Solution:** The Intermediate Value Theorem (IVT) is used to determine the existence of a root in an interval. For a continuous function f(x)f(x) on [a,b][a,b], if f(a)f(a) and f(b)f(b) have opposite signs, a root must exist in (a,b)(a,b). Polynomials are continuous for all xRx \in \mathbb{R}. *Step 1:* Analyze statement 1. Let f(x)=x3+x1f(x) = x^3 + x - 1. Evaluate at the endpoints of [1,0][-1,0].
f(1)=(1)3+(1)1=111=3f(-1) = (-1)^3 + (-1) - 1 = -1 - 1 - 1 = -3
f(0)=(0)3+(0)1=1f(0) = (0)^3 + (0) - 1 = -1
Both f(1)f(-1) and f(0)f(0) are negative. IVT does not guarantee a root. Statement 1 is not necessarily true. *Step 2:* Analyze statement 2. Let f(x)=x3+x1f(x) = x^3 + x - 1. Evaluate at the endpoints of [0,1][0,1].
f(0)=(0)3+(0)1=1f(0) = (0)^3 + (0) - 1 = -1
f(1)=(1)3+(1)1=1+11=1f(1) = (1)^3 + (1) - 1 = 1 + 1 - 1 = 1
Since f(0)<0f(0) < 0 and f(1)>0f(1) > 0, the signs are opposite. By IVT, a root exists in (0,1)(0,1). Statement 2 is true. *Step 3:* Analyze statement 3. Let f(x)=x3+x+1f(x) = x^3 + x + 1. Evaluate at the endpoints of [0,1][0,1].
f(0)=(0)3+(0)+1=1f(0) = (0)^3 + (0) + 1 = 1
f(1)=(1)3+(1)+1=1+1+1=3f(1) = (1)^3 + (1) + 1 = 1 + 1 + 1 = 3
Both f(0)f(0) and f(1)f(1) are positive. IVT does not guarantee a root. Statement 3 is not necessarily true. *Step 4:* Analyze statement 4. Let f(x)=x3+x+1f(x) = x^3 + x + 1. Evaluate at the endpoints of [1,0][-1,0].
f(1)=(1)3+(1)+1=11+1=1f(-1) = (-1)^3 + (-1) + 1 = -1 - 1 + 1 = -1
f(0)=(0)3+(0)+1=1f(0) = (0)^3 + (0) + 1 = 1
Since f(1)<0f(-1) < 0 and f(0)>0f(0) > 0, the signs are opposite. By IVT, a root exists in (1,0)(-1,0). Statement 4 is true. Answer: Statements 2 and 4 are true.\boxed{\text{Statements 2 and 4 are true.}}

Why Practice PYQs?

📈

Understand Pattern

Know what to expect in the actual exam

🎯

Topic Weightage

Focus on high-yield topics

Build Confidence

Practice with real exam questions

Frequently Asked Questions

How are CMI PYQs organized?

PYQs are organized chapter-wise across 17 topics, making it easy to practice specific areas. Each question shows its year and slot.

How many years of PYQs are available?

We have 8 years of CMI Data Science PYQs from 2018 to 2025, totaling 299+ questions.

Is the first chapter free?

Yes! The first chapter's PYQs are completely FREE with full solutions. Practice and evaluate before upgrading.

Do PYQs have detailed solutions?

Every PYQ comes with step-by-step solutions and explanations to help you understand the concepts thoroughly.

More CMIData Science Resources

Why Choose MastersUp?

🎯

AI-Powered Plans

Personalized study schedules based on your exam date and learning pace

📚

15,000+ Questions

Verified questions with detailed solutions from past papers

📊

Smart Analytics

Track your progress with subject-wise performance insights

🔖

Bookmark & Revise

Save important questions for quick revision before exams

Start Your Free Preparation →

No credit card required • Free forever for basic features