document.write( "Question 30941: List all the polynomials of degree exactly two in Z3[t]. Which of these are reducible, which are irreducible?
\n" ); document.write( "Z stands for the integers
\n" ); document.write( "

Algebra.Com's Answer #19946 by venugopalramana(3286)\"\" \"About 
You can put this solution on YOUR website!
COEFFICIENTS SHALL BE,0,1,-1 ONLY...SINCE 2 IS SAME AS -1(MOD3),-2=1(MOD3) AND
\n" ); document.write( "-3 OR 3=0(MOD3)
\n" ); document.write( "HENCE GENERAL SECOND DEGREE POLYNOMIALIS IS
\n" ); document.write( "AT^2+BT+C...PUTTING THE ABOVE VALUES WE GET THE FOLLOWING.REDUCIBILITY IS DETERMINED BY CHECKING WHETHER T=0 OR 1 OR -1 YIELDS ZERO VALUE FOT THE QUADRATIC.IF ZERO OCCURS IT IS REDUCIBLE..OTHERWISE NOT...LEGEND..R..REDCIBLE..NR..NOT REDUCIBLE..
\n" ); document.write( "1.T^2-T-1..........NR
\n" ); document.write( "2.T^2-T...........R...T=0 GIVES ZERO
\n" ); document.write( "3.T^2-T+1....NR
\n" ); document.write( "---------------
\n" ); document.write( "4.T^2-1.....R AT T=1
\n" ); document.write( "5.T^2....R AT T=0
\n" ); document.write( "6.T^2+1...NR
\n" ); document.write( "-----------------
\n" ); document.write( "7.T^2+T-1...NR
\n" ); document.write( "8.T^2+T...R AT T=0
\n" ); document.write( "9.T^2+T+1....R AT T=1...SINCE 3 IS 0(MOD3)
\n" ); document.write( "---------------------
\n" ); document.write( "10.-T^2-T-1.....R AT T=1
\n" ); document.write( "11.-T^2-T....R AT T=0
\n" ); document.write( "12.-T^2-T+1...NR
\n" ); document.write( "-----------------
\n" ); document.write( "13.-T^2-1.....NR
\n" ); document.write( "14.-T^2....R AT T=0
\n" ); document.write( "15.-T^2+1...R AT T=1
\n" ); document.write( "---------
\n" ); document.write( "16.-T^2+T-1...R AT T=-1....SINCE -3=0(MOD3)
\n" ); document.write( "17.-T^2+T...R AT T=0
\n" ); document.write( "18.-T^2+T+1...NR
\n" ); document.write( "---------------
\n" ); document.write( "
\n" );