retagged by
14,127 views
18 18 votes
In an RSA cryptosystem, the value of the public modulus parameter $n$ is $3007$. If it is also known as that $\phi(n)=2880$ where $\phi()$ denotes Euler’s Totient Function, then the prime factor of $n$ which is greater than $50$ is _________

6 Answers

Best answer
25 25 votes
List all the prime numbers less than $50$.

$ 2,3,5,7,11,13,17,19,23,29,31,37,41,47 $

and start dividing $3007$ from last number and choose the quotient of the greatest number less than $50$ that divides $3007$ completely

$3007/31=97$ is the answer
edited by
37 37 votes
Let n=p*q(since n is multiplication of two prime numbers)

n=3007

p*q=3007.............................................eq(1)

 Ø(n) =2880(given)

 Ø(n) = Ø(p) * Ø(q) =(p-1)*(q-1)

 Ø(n) =p*q-p-q+1=2880.......................eq(2)

Two equation and two variables, by solving these equations we can get p and q and see which one is greater than 50.

p+q-1=127

p+(3007/p)=128

p^2-128p+3007=0

Solving this equation we will get two values for p i.e. p=97 and p=31.

So 97 is the answer..
3 3 votes
Given, $\Phi(n)$ = $2880$ & $\ n=3007 ,i.e, p*q=3007$

We know that $\Phi(n)$ = $\Phi (p*q)=\Phi (p)*\Phi (q)=(p-1)*(q-1)$

$=> 2880=(p-1)*(q-1)$

$=> 2880=p*q-p-q+1$

$=> 2880=3007-p-q+1$

$=> p+q=128$

Since $\large p , q$ are prime numbers in RSA algorithm, one of them can be $127, 113, 109, 107, 103, 101, 97,$.........

In exam hall,use calculator to divide 3007 with each of these numbers (starting from $127$ ) to find the prime factor. The whole process will take <3 minutes.

We will get the answer as $97$.
edited by
0 0 votes
I am so proud to say that I solved this question correctly

It is based on RSA public key encryption.

ɸ(n) = 2880, n=3007

What is the prime factor of n which is greater than 50

Approach

For faster resolution,

n=pq

start dividing 3007 by prime numbers 3,5,7,11,13,17,19,23,27,31,...

You will take 15 seconds to find out that 31 is a factor

now when you were dividing 3007 by 31 you will realise that you will get the other factor 97

as 3007/31 = 97

So the factor which was greater than 50 was 97
Answer:
Position:
Show:

Related questions

39 39 votes
13 13 answers
32.8k
32.8k views
Arjun asked Feb 14, 2017
32,804 views
In a RSA cryptosystem, a participant $A$ uses two prime numbers $p = 13$ and $q = 17$ to generate her public and private keys. If the public key of $A$ is $35$, then the ...
41 41 votes
5 answers 5 answers
18.4k
18.4k views
Arjun asked Feb 14, 2017
18,398 views
A sender $S$ sends a message $m$ to receiver $R$, which is digitally signed by $S$ with its private key. In this scenario, one or more of the following security violation...
28 28 votes
5 answers 5 answers
11.6k
11.6k views
Sandeep Singh asked Feb 12, 2016
11,649 views
Consider that $B$ wants to send a message $m$ that is digitally signed to $A$. Let the pair of private and public keys for $A$ and $B$ be denoted by ${K_{x}}^-$ and ${K_{...
28 28 votes
6 answers 6 answers
12.3k
12.3k views
Akash Kanase asked Feb 12, 2016
12,281 views
Anarkali digitally signs a message and sends it to Salim. Verification of the signature by Salim requires.Anarkali's public key.Salim's public key.Salim's private key.Ana...