Exam Questions With Correct Answers
/ // // // //
Axioms //of //Closure //- //correct //answer(s) //✔✔ //a //& //b= //set //of //Real //numbers //
a //+ //b= //set //of //real //numbers
a //x //b= //set //of //real //numbers
Commutative //Axiom //of //Addition //- //correct //answer(s) //✔✔ //a //+ //b= //b //+ //a
Commutative //Axiom //of //Multiplication //- //correct //answer(s) //✔✔ //a //x //b= //b //x //a
Associative //Axiom //of //Addition //- //correct //answer(s) //✔✔ //a //+ //(b //+ //c)= //(a //+ //b) //+ //c
Associative //Axiom //of //Multiplication //- //correct //answer(s) //✔✔ //a //(bc)= //(ab) //c
Reflexive //Axiom //- //correct //answer(s) //✔✔ //anything //equal //to //itself: //x=x
Symmetric /
/Axiom //- //correct //answer(s) //✔✔ //order //of //equality //doesn't //matter: //if //a=b //then //b=a
Transitive //Axiom //- //correct //answer(s) //✔✔ //if //a=b //and //b=c, //then //a=c
Distributive //Property //- //correct //answer(s) //✔✔ //a(b //+ //c)= //ab //+ //ac
ba+ //bc= //b(a //+ //c)