Updated: Mar 2026
First Chapter - 100% FREE

CUET PG Mathematics Chapter Practice

Practice CUET PG Mathematics questions chapter-wise. 1000+ practice questions across 20 topics with detailed solutions. First chapter FREE!

1000+
Questions
20
Chapters
~34h
Total Time
72%
Avg Score
Start Free Test →

Question Type Distribution

1000
MCQ
Single Choice
0
MSQ
Multiple Select
0
NAT
Numerical

All Chapters

Ring and Field Theory

FREE

Algebra

62
Questions
124m
Est. Time
Start Free

Group Theory

Algebra

186
Questions
372m
Est. Time
Unlock

Linear Transformations and Matrices

Algebra

23
Questions
46m
Est. Time
Unlock

Vector Spaces

Algebra

20
Questions
40m
Est. Time
Unlock

Eigenvalues and Special Matrices

Algebra

42
Questions
84m
Est. Time
Unlock

Matrix Theory and Systems of Equations

Algebra

36
Questions
72m
Est. Time
Unlock

Power Series

Real Analysis

10
Questions
20m
Est. Time
Unlock

Limits, Continuity, and Differentiation

Real Analysis

14
Questions
28m
Est. Time
Unlock

Topological Concepts in R

Real Analysis

32
Questions
64m
Est. Time
Unlock

Functions of Two Real Variables

Real Analysis

38
Questions
76m
Est. Time
Unlock

Sequences of Real Numbers

Real Analysis

32
Questions
64m
Est. Time
Unlock

Series of Real Numbers

Real Analysis

35
Questions
70m
Est. Time
Unlock

Analytic Functions

Complex Analysis

26
Questions
52m
Est. Time
Unlock

Complex Integration and Fundamental Theorems

Complex Analysis

31
Questions
62m
Est. Time
Unlock

Vector Fields and Integral Theorems

Calculus

83
Questions
166m
Est. Time
Unlock

First-Order Ordinary Differential Equations

Calculus

111
Questions
222m
Est. Time
Unlock

Higher-Order Linear Differential Equations

Calculus

69
Questions
138m
Est. Time
Unlock

Fundamentals and Multiple Integrals

Calculus

94
Questions
188m
Est. Time
Unlock

Solving Linear Programming Problems

Linear Programming

20
Questions
40m
Est. Time
Unlock

Foundations of Linear Programming

Linear Programming

36
Questions
72m
Est. Time
Unlock

Ring and Field Theory - Practice

Free sample questions from Algebra

100% FREE
1 Single Choice
Which of the following subsets is NOT a subring of the given ring?
A
The set S1={[a00b]:a,bZ}S_1 = \left\{ \begin{bmatrix} a & 0 \\ 0 & b \end{bmatrix} : a, b \in \mathbb{Z} \right\} of the ring M2(Z)M_2(\mathbb{Z}) (of 2×22 \times 2 matrices with integer entries).
B
The set S2={(a,a):aZ}S_2 = \{ (a, a) : a \in \mathbb{Z} \} of the ring Z×Z\mathbb{Z} \times \mathbb{Z} (with component-wise addition and multiplication).
C
The set S3={AM2(Z):the sum of all entries of A is 0}S_3 = \left\{ A \in M_2(\mathbb{Z}) : \text{the sum of all entries of } A \text{ is } 0 \right\} of the ring M2(Z)M_2(\mathbb{Z}).
D
The set S4={a+b3:a,bZ}S_4 = \{ a+b\sqrt{3} : a, b \in \mathbb{Z} \} of the ring R\mathbb{R} (of real numbers with standard operations).
View Solution
To determine if a non-empty subset SS of a ring RR is a subring, we check two conditions: 1. For all a,bSa, b \in S, abSa-b \in S. 2. For all a,bSa, b \in S, abSa \cdot b \in S. Let's examine each option: **1. The set S1S_1 of M2(Z)M_2(\mathbb{Z}):**
S1={[a00b]:a,bZ}S_1 = \left\{ \begin{bmatrix} a & 0 \\ 0 & b \end{bmatrix} : a, b \in \mathbb{Z} \right\}
* S1S_1 is non-empty, as
[0000]S1\begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix} \in S_1
* Let AA and BB be in S1S_1, where
A=[a100b1]andB=[a200b2]A = \begin{bmatrix} a_1 & 0 \\ 0 & b_1 \end{bmatrix} \quad \text{and} \quad B = \begin{bmatrix} a_2 & 0 \\ 0 & b_2 \end{bmatrix}
AB=[a100b1][a200b2]=[a1a200b1b2]A - B = \begin{bmatrix} a_1 & 0 \\ 0 & b_1 \end{bmatrix} - \begin{bmatrix} a_2 & 0 \\ 0 & b_2 \end{bmatrix} = \begin{bmatrix} a_1-a_2 & 0 \\ 0 & b_1-b_2 \end{bmatrix}
Since a1a2Za_1-a_2 \in \mathbb{Z} and b1b2Zb_1-b_2 \in \mathbb{Z}, ABS1A-B \in S_1. *
AB=[a100b1][a200b2]=[a1a200b1b2]A \cdot B = \begin{bmatrix} a_1 & 0 \\ 0 & b_1 \end{bmatrix} \cdot \begin{bmatrix} a_2 & 0 \\ 0 & b_2 \end{bmatrix} = \begin{bmatrix} a_1a_2 & 0 \\ 0 & b_1b_2 \end{bmatrix}
Since a1a2Za_1a_2 \in \mathbb{Z} and b1b2Zb_1b_2 \in \mathbb{Z}, ABS1A \cdot B \in S_1. Therefore, S1S_1 is a subring. **2. The set S2S_2 of Z×Z\mathbb{Z} \times \mathbb{Z}:**
S2={(a,a):aZ}S_2 = \{ (a, a) : a \in \mathbb{Z} \}
* S2S_2 is non-empty, as (0,0)S2(0,0) \in S_2. * Let (a1,a1)(a_1, a_1) and (a2,a2)(a_2, a_2) be in S2S_2.
(a1,a1)(a2,a2)=(a1a2,a1a2)(a_1, a_1) - (a_2, a_2) = (a_1-a_2, a_1-a_2)
Since a1a2Za_1-a_2 \in \mathbb{Z}, (a1a2,a1a2)S2(a_1-a_2, a_1-a_2) \in S_2. *
(a1,a1)(a2,a2)=(a1a2,a1a2)(a_1, a_1) \cdot (a_2, a_2) = (a_1a_2, a_1a_2)
Since a1a2Za_1a_2 \in \mathbb{Z}, (a1a2,a1a2)S2(a_1a_2, a_1a_2) \in S_2. Therefore, S2S_2 is a subring. **3. The set S3S_3 of M2(Z)M_2(\mathbb{Z}):**
S3={AM2(Z):the sum of all entries of A is 0}S_3 = \left\{ A \in M_2(\mathbb{Z}) : \text{the sum of all entries of } A \text{ is } 0 \right\}
* S3S_3 is non-empty, as the zero matrix
[0000]\begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix}
has a sum of entries 0+0+0+0=00+0+0+0=0. * Let AA and BB be in S3S_3, where
A=[abcd]andB=[efgh]A = \begin{bmatrix} a & b \\ c & d \end{bmatrix} \quad \text{and} \quad B = \begin{bmatrix} e & f \\ g & h \end{bmatrix}
This means a+b+c+d=0a+b+c+d=0 and e+f+g+h=0e+f+g+h=0.
AB=[aebfcgdh]A - B = \begin{bmatrix} a-e & b-f \\ c-g & d-h \end{bmatrix}
The sum of entries of ABA-B is
(ae)+(bf)+(cg)+(dh)=(a+b+c+d)(e+f+g+h)=00=0(a-e)+(b-f)+(c-g)+(d-h) = (a+b+c+d) - (e+f+g+h) = 0 - 0 = 0
So ABS3A-B \in S_3. * Now check closure under multiplication. Let's take two matrices in S3S_3: Let AA be
A=[1100]A = \begin{bmatrix} 1 & -1 \\ 0 & 0 \end{bmatrix}
The sum of entries is 11+0+0=01-1+0+0=0, so AS3A \in S_3. Let BB be
B=[1010]B = \begin{bmatrix} 1 & 0 \\ -1 & 0 \end{bmatrix}
The sum of entries is 1+01+0=01+0-1+0=0, so BS3B \in S_3. Now compute their product:
AB=[1100][1010]=[(1)(1)+(1)(1)(1)(0)+(1)(0)(0)(1)+(0)(1)(0)(0)+(0)(0)]=[2000]A \cdot B = \begin{bmatrix} 1 & -1 \\ 0 & 0 \end{bmatrix} \cdot \begin{bmatrix} 1 & 0 \\ -1 & 0 \end{bmatrix} = \begin{bmatrix} (1)(1)+(-1)(-1) & (1)(0)+(-1)(0) \\ (0)(1)+(0)(-1) & (0)(0)+(0)(0) \end{bmatrix} = \begin{bmatrix} 2 & 0 \\ 0 & 0 \end{bmatrix}
The sum of entries of ABA \cdot B is 2+0+0+0=22+0+0+0=2. Since 202 \neq 0, ABS3A \cdot B \notin S_3. Therefore, S3S_3 is NOT a subring. **4. The set S4S_4 of R\mathbb{R}:**
S4={a+b3:a,bZ}S_4 = \{ a+b\sqrt{3} : a, b \in \mathbb{Z} \}
* S4S_4 is non-empty, as 0=0+03S40 = 0+0\sqrt{3} \in S_4. * Let (a1+b13)(a_1+b_1\sqrt{3}) and (a2+b23)(a_2+b_2\sqrt{3}) be in S4S_4.
(a1+b13)(a2+b23)=(a1a2)+(b1b2)3(a_1+b_1\sqrt{3}) - (a_2+b_2\sqrt{3}) = (a_1-a_2) + (b_1-b_2)\sqrt{3}
Since a1a2Za_1-a_2 \in \mathbb{Z} and b1b2Zb_1-b_2 \in \mathbb{Z}, this difference is in S4S_4. *
(a1+b13)(a2+b23)=a1a2+a1b23+b1a23+b1b2(3)=(a1a2+3b1b2)+(a1b2+b1a2)3(a_1+b_1\sqrt{3}) \cdot (a_2+b_2\sqrt{3}) = a_1a_2 + a_1b_2\sqrt{3} + b_1a_2\sqrt{3} + b_1b_2(3) = (a_1a_2+3b_1b_2) + (a_1b_2+b_1a_2)\sqrt{3}
Since (a1a2+3b1b2)Z(a_1a_2+3b_1b_2) \in \mathbb{Z} and (a1b2+b1a2)Z(a_1b_2+b_1a_2) \in \mathbb{Z}, this product is in S4S_4. Therefore, S4S_4 is a subring. The only set that is not a subring is S3S_3 because it is not closed under multiplication. Answer: S3\boxed{S_3}
2 Single Choice
Consider the following sets with the given binary operations. Which of them does NOT satisfy all the axioms to be a ring?
A
The set of integers Z\mathbb{Z} with standard addition (+)(+) and multiplication ()(\cdot).
B
The set of 2×22 \times 2 matrices with integer entries, M2(Z)M_2(\mathbb{Z}), with standard matrix addition (+)(+) and multiplication ()(\cdot).
C
The set of even integers 2Z={2kkZ}2\mathbb{Z} = \{2k \mid k \in \mathbb{Z}\} with standard addition (+)(+) and multiplication ()(\cdot).
D
The set of integers Z\mathbb{Z} with standard addition (+)(+) and a new multiplication operation ()(\ast) defined as ab=a+ba \ast b = a+b for all a,bZa, b \in \mathbb{Z}.
View Solution
A set RR with two binary operations (+,)(+, \cdot) is a ring if: 1. (R,+)(R, +) is an abelian group. 2. Multiplication ()(\cdot) is associative. 3. The distributive laws hold: a(b+c)=(ab)+(ac)a \cdot (b+c) = (a \cdot b) + (a \cdot c) and (a+b)c=(ac)+(bc)(a+b) \cdot c = (a \cdot c) + (b \cdot c) for all a,b,cRa, b, c \in R. Let's examine each option: * **Option 1: The set of integers Z\mathbb{Z} with standard addition (+)(+) and multiplication ()(\cdot).** Z\mathbb{Z} is a canonical example of a ring, satisfying all the ring axioms. (Z,+)( \mathbb{Z}, +) is an abelian group, multiplication is associative, and multiplication distributes over addition. * **Option 2: The set of 2×22 \times 2 matrices with integer entries, M2(Z)M_2(\mathbb{Z}), with standard matrix addition (+)(+) and multiplication ()(\cdot).** M2(Z)M_2(\mathbb{Z}) forms a ring under standard matrix addition and multiplication. The set of 2×22 \times 2 matrices with entries from a ring (like Z\mathbb{Z}) always forms a ring. All ring axioms are satisfied. * **Option 3: The set of even integers 2Z={2kkZ}2\mathbb{Z} = \{2k \mid k \in \mathbb{Z}\} with standard addition (+)(+) and multiplication ()(\cdot).** 1. (2Z,+)(2\mathbb{Z}, +) is an abelian group: It is closed under addition (2k1+2k2=2(k1+k2)2Z2k_1 + 2k_2 = 2(k_1+k_2) \in 2\mathbb{Z}), addition is associative, 0=202Z0 = 2 \cdot 0 \in 2\mathbb{Z} is the additive identity, for any 2k2Z2k \in 2\mathbb{Z}, its additive inverse 2k2Z-2k \in 2\mathbb{Z}, and addition is commutative. 2. Multiplication is associative: Standard integer multiplication is associative. 3. Distributive laws hold: Standard integer multiplication distributes over addition. Thus, 2Z2\mathbb{Z} is a ring (it is a subring of Z\mathbb{Z}). * **Option 4: The set of integers Z\mathbb{Z} with standard addition (+)(+) and a new multiplication operation ()(\ast) defined as ab=a+ba \ast b = a+b for all a,bZa, b \in \mathbb{Z}.** 1. (Z,+)(\mathbb{Z}, +) is an abelian group. This part is satisfied. 2. Check associativity of ()(\ast): For any a,b,cZa, b, c \in \mathbb{Z},
(ab)c=(a+b)c=(a+b)+ca(bc)=a(b+c)=a+(b+c)\begin{aligned} (a \ast b) \ast c & = (a+b) \ast c = (a+b)+c \\ a \ast (b \ast c) & = a \ast (b+c) = a+(b+c)\end{aligned}
Since addition in Z\mathbb{Z} is associative, (a+b)+c=a+(b+c)(a+b)+c = a+(b+c), so the operation ()(\ast) is associative. 3. Check distributive laws: We need to verify if a(b+c)=(ab)+(ac)a \ast (b+c) = (a \ast b) + (a \ast c) (left distributive law) and (a+b)c=(ac)+(bc)(a+b) \ast c = (a \ast c) + (b \ast c) (right distributive law). Let's check the left distributive law:
a(b+c)=a+(b+c)(ab)+(ac)=(a+b)+(a+c)=a+b+a+c\begin{aligned} a \ast (b+c) & = a + (b+c) \\ (a \ast b) + (a \ast c) & = (a+b) + (a+c) \\ & = a+b+a+c\end{aligned}
For the left distributive law to hold, we must have a+(b+c)=a+b+a+ca+(b+c) = a+b+a+c. This simplifies to:
a+(b+c)=a+b+a+cb+c=b+a+c0=a\begin{aligned} a+(b+c) & = a+b+a+c \\ b+c & = b+a+c \\ 0 & = a\end{aligned}
This condition must be true for *all* aZa \in \mathbb{Z}, but it is not (for example, if we choose a=1a=1, then 101 \neq 0). Since the left distributive law does not hold for all elements (e.g., for a=1,b=2,c=3a=1, b=2, c=3):
1(2+3)=15=1+5=6(12)+(13)=(1+2)+(1+3)=3+4=7\begin{aligned} 1 \ast (2+3) & = 1 \ast 5 = 1+5 = 6 \\ (1 \ast 2) + (1 \ast 3) & = (1+2) + (1+3) = 3+4 = 7\end{aligned}
Since 676 \neq 7, the law fails. Therefore, (Z,+,)(\mathbb{Z}, +, \ast) is not a ring. Therefore, the set described in Option 4 does NOT form a ring. Answer: Option 4\boxed{\text{Option 4}}
3 Single Choice
Which of the following statements is always true for any arbitrary ring (R,+,)(R, +, \cdot)?
A
For all a,bRa, b \in R, ab=baa \cdot b = b \cdot a.
B
There exists an element 1R1 \in R such that a1=1a=aa \cdot 1 = 1 \cdot a = a for all aRa \in R.
C
For all a,b,cRa, b, c \in R, a(bc)=(ab)(ac)a \cdot (b - c) = (a \cdot b) - (a \cdot c).
D
For every non-zero aRa \in R, there exists a1Ra^{-1} \in R such that aa1=a1a=1a \cdot a^{-1} = a^{-1} \cdot a = 1.
View Solution
**Step 1: Understand the definition of a general ring.** A ring (R,+,)(R, +, \cdot) is a set with two binary operations, addition and multiplication, satisfying specific axioms: 1. (R,+)(R, +) is an abelian group (closure, associativity, identity 00, inverse a-a, commutativity). 2. Multiplication is associative. 3. Distributive laws hold:
a(b+c)=(ab)+(ac)a \cdot (b+c) = (a \cdot b) + (a \cdot c)
(a+b)c=(ac)+(bc)(a+b) \cdot c = (a \cdot c) + (b \cdot c)
It is crucial to remember that a general ring does **not** necessarily have a multiplicative identity (unity), nor is multiplication necessarily commutative, nor do non-zero elements necessarily have multiplicative inverses. **Step 2: Evaluate each option based on the definition of a general ring.** * **Option 1: "For all a,bRa, b \in R, ab=baa \cdot b = b \cdot a."** This statement describes a commutative ring. However, not all rings are commutative. For example, the ring of 2×22 \times 2 matrices with real entries, denoted by M2(R)M_2(\mathbb{R}), is a non-commutative ring. If we take
A=[1101]A = \begin{bmatrix} 1 & 1 \\ 0 & 1 \end{bmatrix}
and
B=[1011]B = \begin{bmatrix} 1 & 0 \\ 1 & 1 \end{bmatrix}
then
AB=[2111]AB = \begin{bmatrix} 2 & 1 \\ 1 & 1 \end{bmatrix}
while
BA=[1112]BA = \begin{bmatrix} 1 & 1 \\ 1 & 2 \end{bmatrix}
so ABBAAB \neq BA. Therefore, this statement is not always true for any arbitrary ring. * **Option 2: "There exists an element 1R1 \in R such that a1=1a=aa \cdot 1 = 1 \cdot a = a for all aRa \in R."** This statement describes a ring with unity (or a ring with identity). Not all rings have a multiplicative identity. For instance, the ring of even integers (2Z,+,)(2\mathbb{Z}, +, \cdot) does not contain an element 11 such that a1=aa \cdot 1 = a for all a2Za \in 2\mathbb{Z}. The only integer that acts as a multiplicative identity is 11, but 12Z1 \notin 2\mathbb{Z}. Therefore, this statement is not always true for any arbitrary ring. * **Option 3: "For all a,b,cRa, b, c \in R, a(bc)=(ab)(ac)a \cdot (b - c) = (a \cdot b) - (a \cdot c)."** In any ring RR, subtraction is defined using the additive inverse:
xy=x+(y)x - y = x + (-y)
Let's expand the left-hand side of the equation:
a(bc)=a(b+(c))a \cdot (b - c) = a \cdot (b + (-c))
By the left distributive law (an axiom of any ring):
a(b+(c))=(ab)+(a(c))a \cdot (b + (-c)) = (a \cdot b) + (a \cdot (-c))
From the basic properties of a ring (as stated in the topic notes), we know that for any a,xRa, x \in R,
a(x)=(ax)a \cdot (-x) = -(a \cdot x)
Applying this property to a(c)a \cdot (-c):
(ab)+(a(c))=(ab)+((ac))(a \cdot b) + (a \cdot (-c)) = (a \cdot b) + (-(a \cdot c))
By the definition of subtraction, x+(y)=xyx + (-y) = x - y:
(ab)+((ac))=(ab)(ac)(a \cdot b) + (-(a \cdot c)) = (a \cdot b) - (a \cdot c)
Thus,
a(bc)=(ab)(ac)a \cdot (b - c) = (a \cdot b) - (a \cdot c)
is always true for any ring. * **Option 4: "For every non-zero aRa \in R, there exists a1Ra^{-1} \in R such that aa1=a1a=1a \cdot a^{-1} = a^{-1} \cdot a = 1."** This statement describes a division ring (or a field, if also commutative). A general ring does not require every non-zero element to have a multiplicative inverse. For example, in the ring of integers (Z,+,)(\mathbb{Z}, +, \cdot), elements like 22 do not have a multiplicative inverse within Z\mathbb{Z}. Therefore, this statement is not always true for any arbitrary ring. **Step 3: Conclusion.** Only Option 3 is always true for any arbitrary ring, as it directly follows from the ring axioms (distributivity) and the definition of subtraction in terms of additive inverses. Answer: \boxed{\text{Option 3}}
4 Single Choice
Let RR be a ring. Which of the following subsets of RR is NOT necessarily a subring of RR?
A
The center of RR, Z(R)={xRxr=rx for all rR}Z(R) = \{x \in R \mid xr = rx \text{ for all } r \in R\}.
B
The set of all elements xRx \in R such that xa=axxa = ax for a fixed element aRa \in R.
C
The set of all idempotent elements in RR, E={xRx2=x}E = \{x \in R \mid x^2 = x\}.
D
The intersection of any two subrings of RR.
View Solution
A non-empty subset SS of a ring RR is a subring if it is closed under subtraction and multiplication. That is, for all x,ySx, y \in S: 1. xySx - y \in S 2. xySx \cdot y \in S Let's analyze each option: **Option 1: The center of RR, Z(R)={xRxr=rx for all rR}Z(R) = \{x \in R \mid xr = rx \text{ for all } r \in R\}.**
Z(R)={xRxr=rx for all rR}Z(R) = \{x \in R \mid xr = rx \text{ for all } r \in R\}
* **Non-empty**: 0Z(R)0 \in Z(R) since 0r=0=r00 \cdot r = 0 = r \cdot 0 for all rRr \in R. * **Closure under subtraction**: Let x,yZ(R)x, y \in Z(R). Then xr=rxxr = rx and yr=ryyr = ry for all rRr \in R. We have
(xy)r=xryr=rxry=r(xy)(x-y)r = xr - yr = rx - ry = r(x-y)
Thus, xyZ(R)x-y \in Z(R). * **Closure under multiplication**: Let x,yZ(R)x, y \in Z(R). Then xr=rxxr = rx and yr=ryyr = ry for all rRr \in R. We have
(xy)r=x(yr)=x(ry)=(xr)y=(rx)y=r(xy)(xy)r = x(yr) = x(ry) = (xr)y = (rx)y = r(xy)
Thus, xyZ(R)xy \in Z(R). Therefore, Z(R)Z(R) is a subring of RR. **Option 2: The set of all elements xRx \in R such that xa=axxa = ax for a fixed element aRa \in R.** This set is the centralizer of aa, denoted C(a)C(a).
C(a)={xRxa=ax for a fixed element aR}C(a) = \{x \in R \mid xa = ax \text{ for a fixed element } a \in R\}
* **Non-empty**: 0C(a)0 \in C(a) since 0a=0=a00 \cdot a = 0 = a \cdot 0. * **Closure under subtraction**: Let x,yC(a)x, y \in C(a). Then xa=axxa = ax and ya=ayya = ay. We have
(xy)a=xaya=axay=a(xy)(x-y)a = xa - ya = ax - ay = a(x-y)
Thus, xyC(a)x-y \in C(a). * **Closure under multiplication**: Let x,yC(a)x, y \in C(a). Then xa=axxa = ax and ya=ayya = ay. We have
(xy)a=x(ya)=x(ay)=(xa)y=(ax)y=a(xy)(xy)a = x(ya) = x(ay) = (xa)y = (ax)y = a(xy)
Thus, xyC(a)xy \in C(a). Therefore, C(a)C(a) is a subring of RR. **Option 3: The set of all idempotent elements in RR, E={xRx2=x}E = \{x \in R \mid x^2 = x\}.**
E={xRx2=x}E = \{x \in R \mid x^2 = x\}
* **Non-empty**: 0E0 \in E since 02=00^2 = 0. If RR has a multiplicative identity 11, then 1E1 \in E since 12=11^2 = 1. * **Closure under subtraction**: Let x,yEx, y \in E. Then x2=xx^2 = x and y2=yy^2 = y. Consider
(xy)2=x2xyyx+y2=xxyyx+y(x-y)^2 = x^2 - xy - yx + y^2 = x - xy - yx + y
For xyx-y to be in EE, we must have (xy)2=xy(x-y)^2 = x-y. This would imply
xxyyx+y=xyxyyx=2yxy+yx=2y\begin{aligned} x - xy - yx + y & = x - y \\ -xy - yx & = -2y \\ xy + yx & = 2y\end{aligned}
This condition is not generally true for all idempotent elements in a ring. **Counterexample**: Consider the ring of 2×22 \times 2 matrices with integer entries, M2(Z)M_2(\mathbb{Z}). Let
X=[1000]andY=[0001]X = \begin{bmatrix} 1 & 0 \\ 0 & 0 \end{bmatrix} \quad \text{and} \quad Y = \begin{bmatrix} 0 & 0 \\ 0 & 1 \end{bmatrix}
Both XX and YY are idempotent elements in M2(Z)M_2(\mathbb{Z}) because X2=XX^2=X and Y2=YY^2=Y. Now consider their difference:
XY=[1001]X-Y = \begin{bmatrix} 1 & 0 \\ 0 & -1 \end{bmatrix}
Let's check if XYX-Y is idempotent:
(XY)2=[1001][1001]=[1001](X-Y)^2 = \begin{bmatrix} 1 & 0 \\ 0 & -1 \end{bmatrix} \begin{bmatrix} 1 & 0 \\ 0 & -1 \end{bmatrix} = \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix}
Since
(XY)2=[1001]XY=[1001](X-Y)^2 = \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} \neq X-Y = \begin{bmatrix} 1 & 0 \\ 0 & -1 \end{bmatrix}
XYX-Y is not an idempotent element. Thus, EE is not closed under subtraction and therefore is not necessarily a subring of RR. **Option 4: The intersection of any two subrings of RR.** Let S1S_1 and S2S_2 be two subrings of RR. * **Non-empty**: Since S1S_1 and S2S_2 are subrings, they must contain the additive identity 00 of RR. So 0S1S20 \in S_1 \cap S_2. * **Closure under subtraction**: Let x,yS1S2x, y \in S_1 \cap S_2. This means x,yS1x, y \in S_1 and x,yS2x, y \in S_2. Since S1S_1 is a subring, xyS1x-y \in S_1. Since S2S_2 is a subring, xyS2x-y \in S_2. Therefore, xyS1S2x-y \in S_1 \cap S_2. * **Closure under multiplication**: Let x,yS1S2x, y \in S_1 \cap S_2. This means x,yS1x, y \in S_1 and x,yS2x, y \in S_2. Since S1S_1 is a subring, xyS1x \cdot y \in S_1. Since S2S_2 is a subring, xyS2x \cdot y \in S_2. Therefore, xyS1S2x \cdot y \in S_1 \cap S_2. Thus, the intersection of any two subrings of RR is a subring. Based on the analysis, the set of all idempotent elements in RR is not necessarily a subring of RR. The final answer is The set of all idempotent elements in R,E={xRx2=x}\boxed{\text{The set of all idempotent elements in } R, E = \{x \in R \mid x^2 = x\}}.
5 Single Choice
Let M2(Z)M_2(\mathbb{Z}) be the ring of 2×22 \times 2 matrices with integer entries under standard matrix addition and multiplication. Which of the following subsets is a subring of M2(Z)M_2(\mathbb{Z})?
A
The set of all matrices AM2(Z)A \in M_2(\mathbb{Z}) such that det(A)=0\det(A) = 0.
B
The set of all matrices AM2(Z)A \in M_2(\mathbb{Z}) such that AA is invertible.
C
The set of all matrices of the form
[ab0c]\begin{bmatrix} a & b \\ 0 & c \end{bmatrix}
where a,b,cZa, b, c \in \mathbb{Z}.
D
The set of all matrices AM2(Z)A \in M_2(\mathbb{Z}) such that A2=AA^2 = A.
View Solution
To check if a non-empty subset SS of a ring RR is a subring, we must verify two conditions: 1. For any A,BSA, B \in S, ABSA - B \in S. 2. For any A,BSA, B \in S, ABSA \cdot B \in S. Also, the additive identity (00) of RR must be in SS. Let's examine each option: **Option 1: The set of all matrices AM2(Z)A \in M_2(\mathbb{Z}) such that det(A)=0\det(A) = 0.** Let S1={AM2(Z)det(A)=0}S_1 = \{ A \in M_2(\mathbb{Z}) \mid \det(A) = 0 \}. Consider
A=[1000]andB=[0001]A = \begin{bmatrix} 1 & 0 \\ 0 & 0 \end{bmatrix} \quad \text{and} \quad B = \begin{bmatrix} 0 & 0 \\ 0 & 1 \end{bmatrix}
Both A,BS1A, B \in S_1 since det(A)=0\det(A) = 0 and det(B)=0\det(B) = 0. However,
AB=[1000][0001]=[1001]A - B = \begin{bmatrix} 1 & 0 \\ 0 & 0 \end{bmatrix} - \begin{bmatrix} 0 & 0 \\ 0 & 1 \end{bmatrix} = \begin{bmatrix} 1 & 0 \\ 0 & -1 \end{bmatrix}
The determinant of ABA-B is det(AB)=(1)(1)(0)(0)=10\det(A-B) = (1)(-1) - (0)(0) = -1 \neq 0. Thus, ABS1A-B \notin S_1. Therefore, S1S_1 is not a subring. **Option 2: The set of all matrices AM2(Z)A \in M_2(\mathbb{Z}) such that AA is invertible.** Let S2={AM2(Z)A is invertible}S_2 = \{ A \in M_2(\mathbb{Z}) \mid A \text{ is invertible} \}. For matrices with integer entries, invertible typically means det(A)=±1\det(A) = \pm 1. First, the zero matrix
0=[0000]0 = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix}
is not in S2S_2 because it is not invertible. A subring must contain the additive identity of the parent ring. Thus, S2S_2 cannot be a subring. Also, if we take
A=[1001]andB=[1001]A = \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} \quad \text{and} \quad B = \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix}
both are in S2S_2. But
AB=[1001][1001]=[0000]A-B = \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} - \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix}
which is not in S2S_2. **Option 3: The set of all matrices of the form**
[ab0c]\begin{bmatrix} a & b \\ 0 & c \end{bmatrix}
**where a,b,cZa, b, c \in \mathbb{Z}.** Let S3={[ab0c]a,b,cZ}S_3 = \left\{ \begin{bmatrix} a & b \\ 0 & c \end{bmatrix} \mid a, b, c \in \mathbb{Z} \right\}. 1. **Non-empty:** The zero matrix
0=[0000]0 = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix}
is in S3S_3 (take a=0,b=0,c=0a=0, b=0, c=0). 2. **Closed under subtraction:** Let
A=[a1b10c1]andB=[a2b20c2]A = \begin{bmatrix} a_1 & b_1 \\ 0 & c_1 \end{bmatrix} \quad \text{and} \quad B = \begin{bmatrix} a_2 & b_2 \\ 0 & c_2 \end{bmatrix}
be two matrices in S3S_3. Then:
AB=[a1b10c1][a2b20c2]=[a1a2b1b20c1c2]A - B = \begin{bmatrix} a_1 & b_1 \\ 0 & c_1 \end{bmatrix} - \begin{bmatrix} a_2 & b_2 \\ 0 & c_2 \end{bmatrix} = \begin{bmatrix} a_1-a_2 & b_1-b_2 \\ 0 & c_1-c_2 \end{bmatrix}
Since a1a2,b1b2,c1c2a_1-a_2, b_1-b_2, c_1-c_2 are all integers, ABA-B is of the required form and thus ABS3A-B \in S_3. 3. **Closed under multiplication:** Let
A=[a1b10c1]andB=[a2b20c2]A = \begin{bmatrix} a_1 & b_1 \\ 0 & c_1 \end{bmatrix} \quad \text{and} \quad B = \begin{bmatrix} a_2 & b_2 \\ 0 & c_2 \end{bmatrix}
be two matrices in S3S_3. Then:
AB=[a1b10c1][a2b20c2]=[a1a2a1b2+b1c20c1c2]A \cdot B = \begin{bmatrix} a_1 & b_1 \\ 0 & c_1 \end{bmatrix} \begin{bmatrix} a_2 & b_2 \\ 0 & c_2 \end{bmatrix} = \begin{bmatrix} a_1a_2 & a_1b_2 + b_1c_2 \\ 0 & c_1c_2 \end{bmatrix}
Since a1a2a_1a_2, a1b2+b1c2a_1b_2+b_1c_2, and c1c2c_1c_2 are all integers, ABA \cdot B is of the required form and thus ABS3A \cdot B \in S_3. Since all conditions are satisfied, S3S_3 is a subring of M2(Z)M_2(\mathbb{Z}). **Option 4: The set of all matrices AM2(Z)A \in M_2(\mathbb{Z}) such that A2=AA^2 = A.** Let S4={AM2(Z)A2=A}S_4 = \{ A \in M_2(\mathbb{Z}) \mid A^2 = A \}. These are idempotent matrices. Consider
A=[1000]andB=[0001]A = \begin{bmatrix} 1 & 0 \\ 0 & 0 \end{bmatrix} \quad \text{and} \quad B = \begin{bmatrix} 0 & 0 \\ 0 & 1 \end{bmatrix}
Both A,BS4A, B \in S_4 because A2=AA^2=A and B2=BB^2=B. However,
AB=[1000][0001]=[1001]A - B = \begin{bmatrix} 1 & 0 \\ 0 & 0 \end{bmatrix} - \begin{bmatrix} 0 & 0 \\ 0 & 1 \end{bmatrix} = \begin{bmatrix} 1 & 0 \\ 0 & -1 \end{bmatrix}
Let's check if ABA-B is idempotent:
(AB)2=[1001][1001]=[1001](A-B)^2 = \begin{bmatrix} 1 & 0 \\ 0 & -1 \end{bmatrix} \begin{bmatrix} 1 & 0 \\ 0 & -1 \end{bmatrix} = \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix}
Since (AB)2=[1001][1001]=AB(A-B)^2 = \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} \neq \begin{bmatrix} 1 & 0 \\ 0 & -1 \end{bmatrix} = A-B, ABS4A-B \notin S_4. Therefore, S4S_4 is not a subring. Answer: \boxed{\text{The set of all matrices of the form } \begin{bmatrix} a & b \\ 0 & c \end{bmatrix} \text{ where } a, b, c \in \mathbb{Z}.}
6 Single Choice
Let Z[x]\mathbb{Z}[x] be the ring of polynomials with integer coefficients. Which of the following ideals II of Z[x]\mathbb{Z}[x] results in the quotient ring Z[x]/I\mathbb{Z}[x]/I being a field?
A
<x2+1><x^2 + 1>
B
<2x><2x>
C
<x><x>
D
<2,x><2, x>
View Solution
**Understanding the concept:** A quotient ring R/IR/I is a field if and only if II is a maximal ideal in the commutative ring RR with unity. We need to examine each ideal to determine which one is maximal in Z[x]\mathbb{Z}[x]. **Option 1: I=<x2+1>I = <x^2 + 1>** The quotient ring Z[x]/<x2+1>\mathbb{Z}[x]/<x^2+1> is isomorphic to the ring of Gaussian integers, Z[i]={a+bia,bZ}\mathbb{Z}[i] = \{a+bi \mid a, b \in \mathbb{Z}\}. Z[i]\mathbb{Z}[i] is an integral domain (it has no zero divisors) but it is not a field. For example, the element 2Z[i]2 \in \mathbb{Z}[i] does not have a multiplicative inverse in Z[i]\mathbb{Z}[i] (since 1/2Z[i]1/2 \notin \mathbb{Z}[i]). Since 22 is not a unit, Z[i]\mathbb{Z}[i] is not a field. Therefore, <x2+1><x^2 + 1> is a prime ideal but not a maximal ideal in Z[x]\mathbb{Z}[x]. Thus, Z[x]/<x2+1>\mathbb{Z}[x]/<x^2+1> is not a field. **Option 2: I=<2x>I = <2x>** Consider the quotient ring Z[x]/<2x>\mathbb{Z}[x]/<2x>. In this ring, the elements (2+<2x>)(2 + <2x>) and (x+<2x>)(x + <2x>) are non-zero (since 2<2x>2 \notin <2x> and x<2x>x \notin <2x>). However, their product is
(2+<2x>)(x+<2x>)=2x+<2x>=0+<2x>(2 + <2x>)(x + <2x>) = 2x + <2x> = 0 + <2x>
Since the product of two non-zero elements is zero, the quotient ring Z[x]/<2x>\mathbb{Z}[x]/<2x> contains zero divisors. A field must be an integral domain (i.e., have no zero divisors). Therefore, Z[x]/<2x>\mathbb{Z}[x]/<2x> is not a field. **Option 3: I=<x>I = <x>** The quotient ring Z[x]/<x>\mathbb{Z}[x]/<x> is isomorphic to the ring of integers Z\mathbb{Z}. This can be seen by considering the evaluation homomorphism ϕ:Z[x]Z\phi: \mathbb{Z}[x] \to \mathbb{Z} defined by ϕ(f(x))=f(0)\phi(f(x)) = f(0). The kernel of this map is exactly <x><x>. Z\mathbb{Z} is an integral domain but not a field (e.g., 2Z2 \in \mathbb{Z} has no multiplicative inverse in Z\mathbb{Z}). Therefore, <x><x> is a prime ideal but not a maximal ideal in Z[x]\mathbb{Z}[x]. So, Z[x]/<x>\mathbb{Z}[x]/<x> is not a field. **Option 4: I=<2,x>I = <2, x>** This ideal is generated by 22 and xx. We can use the First Isomorphism Theorem for rings. Consider the ring homomorphism ϕ:Z[x]Z2\phi: \mathbb{Z}[x] \to \mathbb{Z}_2 defined by ϕ(f(x))=f(0)(mod2)\phi(f(x)) = f(0) \pmod 2. **Step 1: Verify ϕ\phi is surjective.** For any element kZ2k \in \mathbb{Z}_2 (which is either 00 or 11), we can choose the polynomial f(x)=kZ[x]f(x) = k \in \mathbb{Z}[x]. Then ϕ(f(x))=k(mod2)=k\phi(f(x)) = k \pmod 2 = k. Thus, ϕ\phi is surjective. **Step 2: Find the kernel of ϕ\phi.** An element f(x)Z[x]f(x) \in \mathbb{Z}[x] is in ker(ϕ)\ker(\phi) if ϕ(f(x))=0(mod2)\phi(f(x)) = 0 \pmod 2, which means f(0)0(mod2)f(0) \equiv 0 \pmod 2. Let
f(x)=anxn++a1x+a0f(x) = a_n x^n + \dots + a_1 x + a_0
Then f(0)=a0f(0) = a_0. So, f(x)ker(ϕ)f(x) \in \ker(\phi) if and only if its constant term a0a_0 is an even integer. We can write
f(x)=x(anxn1++a1)+a0f(x) = x \cdot (a_n x^{n-1} + \dots + a_1) + a_0
If a0a_0 is even, then a0=2ka_0 = 2k for some integer kk. So
f(x)=xg(x)+2kf(x) = x \cdot g(x) + 2k
which is an element of the ideal <x,2><x, 2>. Conversely, any element in the ideal <x,2><x, 2> is of the form xp(x)+2q(x)x \cdot p(x) + 2 \cdot q(x) for some polynomials p(x),q(x)Z[x]p(x), q(x) \in \mathbb{Z}[x]. If
f(x)=xp(x)+2q(x)f(x) = x \cdot p(x) + 2 \cdot q(x)
then
f(0)=0p(0)+2q(0)=2q(0)f(0) = 0 \cdot p(0) + 2 \cdot q(0) = 2q(0)
which is an even integer. Therefore, f(0)0(mod2)f(0) \equiv 0 \pmod 2, meaning f(x)ker(ϕ)f(x) \in \ker(\phi). Thus, ker(ϕ)=<x,2>\ker(\phi) = <x, 2>. **Step 3: Apply the First Isomorphism Theorem.** By the First Isomorphism Theorem for rings, Z[x]/ker(ϕ)Im(ϕ)\mathbb{Z}[x]/\ker(\phi) \cong \operatorname{Im}(\phi). So, Z[x]/<x,2>Z2\mathbb{Z}[x]/<x, 2> \cong \mathbb{Z}_2. Since Z2\mathbb{Z}_2 is a field (it is a finite integral domain, or simply note that every non-zero element 11 has an inverse 11), the ideal <2,x><2, x> is a maximal ideal in Z[x]\mathbb{Z}[x], and thus Z[x]/<2,x>\mathbb{Z}[x]/<2, x> is a field. **Conclusion:** Only the ideal <2,x><2, x> results in a quotient ring that is a field. Answer: <2,x>\boxed{<2, x>}
7 Single Choice
Which of the following quotient rings is a field?
A
Z2[x]/x2+1\mathbb{Z}_2[x]/\langle x^2+1 \rangle
B
Z3[x]/x2+x\mathbb{Z}_3[x]/\langle x^2+x \rangle
C
Z5[x]/x2+2\mathbb{Z}_5[x]/\langle x^2+2 \rangle
D
Z7[x]/x24\mathbb{Z}_7[x]/\langle x^2-4 \rangle
View Solution
**Step 1: Recall the condition for a quotient ring to be a field.** For a polynomial ring F[x]F[x] over a field FF, the quotient ring F[x]/f(x)F[x]/\langle f(x) \rangle is a field if and only if the polynomial f(x)f(x) is irreducible over FF. For a quadratic polynomial over a field, irreducibility is equivalent to having no roots in that field. **Step 2: Evaluate each option by checking the irreducibility of the polynomial.** * **Option 1:
Z2[x]/x2+1\mathbb{Z}_2[x]/\langle x^2+1 \rangle
** Consider f(x)=x2+1f(x) = x^2+1 in Z2[x]\mathbb{Z}_2[x]. We test for roots in Z2={0,1}\mathbb{Z}_2 = \{0, 1\}: * For x=0x=0: 02+1=100^2+1 = 1 \ne 0. * For x=1x=1: 12+1=1+1=20(mod2)1^2+1 = 1+1 = 2 \equiv 0 \pmod{2}. Since x=1x=1 is a root, x2+1x^2+1 is reducible over Z2\mathbb{Z}_2 (specifically, x2+1=(x+1)2x^2+1 = (x+1)^2). Therefore, this quotient ring is not a field. * **Option 2:
Z3[x]/x2+x\mathbb{Z}_3[x]/\langle x^2+x \rangle
** Consider f(x)=x2+xf(x) = x^2+x in Z3[x]\mathbb{Z}_3[x]. We test for roots in Z3={0,1,2}\mathbb{Z}_3 = \{0, 1, 2\}: * For x=0x=0: 02+0=0(mod3)0^2+0 = 0 \pmod{3}. Since x=0x=0 is a root, x2+xx^2+x is reducible over Z3\mathbb{Z}_3 (specifically, x2+x=x(x+1)x^2+x = x(x+1)). Therefore, this quotient ring is not a field. * **Option 3:
Z5[x]/x2+2\mathbb{Z}_5[x]/\langle x^2+2 \rangle
** Consider f(x)=x2+2f(x) = x^2+2 in Z5[x]\mathbb{Z}_5[x]. We test for roots in Z5={0,1,2,3,4}\mathbb{Z}_5 = \{0, 1, 2, 3, 4\}: * For x=0x=0: 02+2=200^2+2 = 2 \ne 0. * For x=1x=1: 12+2=301^2+2 = 3 \ne 0. * For x=2x=2: 22+2=4+2=610(mod5)2^2+2 = 4+2 = 6 \equiv 1 \ne 0 \pmod{5}. * For x=3x=3: 32+2=9+2=1110(mod5)3^2+2 = 9+2 = 11 \equiv 1 \ne 0 \pmod{5}. * For x=4x=4: 42+2=16+2=1830(mod5)4^2+2 = 16+2 = 18 \equiv 3 \ne 0 \pmod{5}. Since x2+2x^2+2 has no roots in Z5\mathbb{Z}_5, it is irreducible over Z5\mathbb{Z}_5. Therefore, this quotient ring is a field. * **Option 4:
Z7[x]/x24\mathbb{Z}_7[x]/\langle x^2-4 \rangle
** Consider f(x)=x24f(x) = x^2-4 in Z7[x]\mathbb{Z}_7[x]. We test for roots in Z7={0,1,2,3,4,5,6}\mathbb{Z}_7 = \{0, 1, 2, 3, 4, 5, 6\}: * For x=2x=2: 224=44=0(mod7)2^2-4 = 4-4 = 0 \pmod{7}. Since x=2x=2 is a root, x24x^2-4 is reducible over Z7\mathbb{Z}_7 (specifically, x24=(x2)(x+2)x^2-4 = (x-2)(x+2)). Therefore, this quotient ring is not a field. **Step 3: Conclusion.** Based on the analysis, only x2+2x^2+2 is irreducible over its respective field Z5\mathbb{Z}_5. Thus,
Z5[x]/x2+2\mathbb{Z}_5[x]/\langle x^2+2 \rangle
is a field. Answer: Z5[x]/x2+2\boxed{\mathbb{Z}_5[x]/\langle x^2+2 \rangle}
8 Single Choice
Which of the following rings is a field?
A
The ring of 2×22 \times 2 matrices over R\mathbb{R}, M2(R)M_2(\mathbb{R}).
B
The ring of integers modulo 99, Z9\mathbb{Z}_9.
C
The set of Gaussian integers Z[i]={a+bia,bZ}\mathbb{Z}[i] = \{a+bi \mid a,b \in \mathbb{Z}\}.
D
The ring of integers modulo 1111, Z11\mathbb{Z}_{11}.
View Solution
**Step 1: Recall the definition of a field.** A field is a commutative ring with unity where every non-zero element has a multiplicative inverse. **Step 2: Analyze each option.** * **The ring of 2×22 \times 2 matrices over R\mathbb{R}, M2(R)M_2(\mathbb{R}).** This ring is not commutative. For example, let
A=[1000]A = \begin{bmatrix} 1 & 0 \\ 0 & 0 \end{bmatrix}
and
B=[0100]B = \begin{bmatrix} 0 & 1 \\ 0 & 0 \end{bmatrix}
Then
AB=[0100]AB = \begin{bmatrix} 0 & 1 \\ 0 & 0 \end{bmatrix}
but
BA=[0000]BA = \begin{bmatrix} 0 & 0 \\ 0 & 0 \end{bmatrix}
Since ABBAAB \ne BA, M2(R)M_2(\mathbb{R}) is not commutative and therefore not a field. * **The ring of integers modulo 99, Z9\mathbb{Z}_9.** Z9\mathbb{Z}_9 is a commutative ring with unity. However, for an element to have a multiplicative inverse in Zn\mathbb{Z}_n, it must be coprime to nn. In Z9\mathbb{Z}_9, the element 303 \ne 0. But gcd(3,9)=31\gcd(3,9) = 3 \ne 1, so 33 does not have a multiplicative inverse in Z9\mathbb{Z}_9. For instance, 3x1(mod9)3x \equiv 1 \pmod{9} has no integer solution. Therefore, Z9\mathbb{Z}_9 is not a field. (It is also not an integral domain, since 33=90(mod9)3 \cdot 3 = 9 \equiv 0 \pmod{9} but 303 \ne 0). * **The set of Gaussian integers Z[i]={a+bia,bZ}\mathbb{Z}[i] = \{a+bi \mid a,b \in \mathbb{Z}\}.** Z[i]\mathbb{Z}[i] is a commutative ring with unity (1=1+0i1 = 1+0i). However, not every non-zero element has a multiplicative inverse within Z[i]\mathbb{Z}[i]. For example, 2Z[i]2 \in \mathbb{Z}[i] but 21=1/2Z[i]2^{-1} = 1/2 \notin \mathbb{Z}[i]. Also, 1+iZ[i]1+i \in \mathbb{Z}[i] but
(1+i)1=11+i=1i(1+i)(1i)=1i12+12=1i2=1212iZ[i]\begin{aligned} (1+i)^{-1} & = \frac{1}{1+i} \\ & = \frac{1-i}{(1+i)(1-i)} \\ & = \frac{1-i}{1^2+1^2} \\ & = \frac{1-i}{2} \\ & = \frac{1}{2} - \frac{1}{2}i \notin \mathbb{Z}[i]\end{aligned}
Therefore, Z[i]\mathbb{Z}[i] is not a field. * **The ring of integers modulo 1111, Z11\mathbb{Z}_{11}.** Z11\mathbb{Z}_{11} is a commutative ring with unity. A ring Zn\mathbb{Z}_n is a field if and only if nn is a prime number. Since 1111 is a prime number, every non-zero element in Z11\mathbb{Z}_{11} has a multiplicative inverse. For example, 26=121(mod11)2 \cdot 6 = 12 \equiv 1 \pmod{11}, so 21=62^{-1} = 6. Similarly, for any aZ11a \in \mathbb{Z}_{11}, a0a \ne 0, gcd(a,11)=1\gcd(a,11) = 1, so aa has a multiplicative inverse. Therefore, Z11\mathbb{Z}_{11} is a field. **Step 3: Conclude.** Based on the analysis, only Z11\mathbb{Z}_{11} satisfies the definition of a field. Answer: Z11\boxed{\mathbb{Z}_{11}}

Practice Features

📚 Topic-wise

Organized by chapters

⏱️ Timed Mode

Build exam speed

📝 Solutions

Detailed explanations

🔖 Bookmarks

Save for revision

Frequently Asked Questions

How many practice questions are available?

We have 1000+ practice questions across 20 chapters for CUET PG Mathematics, all with detailed solutions.

Is the first chapter free?

Yes! The first chapter is completely FREE. Practice all questions with solutions to evaluate before upgrading.

What types of questions are included?

Practice includes MCQ (1000), MSQ (0), and NAT (0) questions - same as the actual CUET PG exam format.

How long does it take to complete all chapters?

At ~2 minutes per question, completing all 1000+ questions takes approximately 34 hours of focused practice.

More CUET PGMathematics 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