The anwser is c your welcome
Answer:
First let's define what modular arithmetic is, what would come is an arithmetic system for equivalence classes of whole numbers called congruence classes.
Now, the modular division is the division in modular arithmetic.
Answering the question, a modular division problem like ordinary arithmetic is not used, division by 0 is undefined. For example, 6/0 is not allowed. In modular arithmetic, not only 6/0 is not allowed, but 6/12 under module 6 is also not allowed. The reason is that 12 is congruent with 0 when the module is 6.
Answer:
Linear: 3x +9 =2x
Non Linear: x+2y=1 and x = y
C can be found using pythagoras theorem. c2=a2+b2. Now, b is not given, but we know that cos(theta)=b/c=>b=c*cos(theta). Substituting b in the above relation, c2=a2+c2(cos(theta))^2=>c2=a2/(1-cos((theta))^2). c is the squareroot of c2. Hence c=sqrt(2/(1-cos((theta))^2))