document.write( "Question 1074955: The following table represents the operation # on the set G = {a, b, c, d}
\n" );
document.write( "# a b c d
\n" );
document.write( "a a b c d
\n" );
document.write( "b b c d a
\n" );
document.write( "c c d a b
\n" );
document.write( "d d a b c\r
\n" );
document.write( "\n" );
document.write( "A. Explain why the set G is closed under the operation #.
\n" );
document.write( "
\n" );
document.write( "B. Explain why a is the identity element for #.
\n" );
document.write( "
\n" );
document.write( "C. Verify two cases of the commutative property. \n" );
document.write( "
Algebra.Com's Answer #689666 by Fombitz(32388) You can put this solution on YOUR website! A. The output of the operation is contained in G. \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "B. Because \n" ); document.write( "a#a=a#a=a \n" ); document.write( "a#b=b#a=b \n" ); document.write( "a#c=c#a=c \n" ); document.write( "a#d=d#a=d \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "C. b#c=d \n" ); document.write( "c#b=d \n" ); document.write( "So b#c=c#b. \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( ". \n" ); document.write( "You can do the other case. \n" ); document.write( "Just look for any other combination but don't use a in the operation since it's the identity element. \n" ); document.write( " |