- #1
arthurhenry
- 43
- 0
Can we describe describe n such that Z_n has exactly 12 invertible elements?
Thank you
Thank you
jambaugh said:So the number of invertible elements in [itex]Z_n[/itex] is the number of positive integers less than n and mutually prime to n. (LCD = 1).
From that, you can begin iterating cases, n=14, n=15, and so on to see what happens and see if you can make some broad statements.
arthurhenry said:I am not sure if I understand that comment...Are you saying that to be able to answer the question one needs a "inverse phi function"?
I just would like to be able solve the question.
arthurhenry said:There are guidelines to this forum for people to read.One of the the well known guideline is that "people should not do Your homework for you" and also there exists a section where one asks homework questions.
If you are not going to believe one's integrity, I(i.e. If I am posting this question where I am not supposed to, chances are I will also lie in my response to your question and say "No, it is not a homework question")
If you look at the my last, say, 10 posts, it would be rather difficult to decide how many courses I would be simultaneously enrolled in for the breadth of questions I pose be such. So, instead of policing people (in effect insulting), perhaps you should choose not to respond at all.
To answer your question, no this is not a homework question and I am not sure how long it has been I was in a class.
Grumpy, yes, and perhaps I will feel apologetic in the morning, but not as of yet.
Invertible elements in Zn are elements that have an inverse in the ring of integers modulo n. In other words, for every invertible element a in Zn, there exists another element b in Zn such that a*b is congruent to 1 modulo n.
To find invertible elements in Zn, you can use the Euclidean algorithm to find the greatest common divisor of n and the element you are testing. If the GCD is 1, then the element is invertible.
Invertible elements in Zn play a crucial role in cryptography and number theory. They are used in encryption algorithms and are also important in proving theorems about prime numbers and modular arithmetic.
No, not every element in Zn is invertible. For example, if n is not a prime number, then there will be elements in Zn that do not have an inverse. This is because the GCD of these elements and n will not be 1.
Yes, invertible elements in Zn are unique. This means that for every element a in Zn, there is only one other element b in Zn that is its inverse. This is because modular inverses are unique modulo n.