1answer.
Ask question
Login Signup
Ask question
All categories
  • English
  • Mathematics
  • Social Studies
  • Business
  • History
  • Health
  • Geography
  • Biology
  • Physics
  • Chemistry
  • Computers and Technology
  • Arts
  • World Languages
  • Spanish
  • French
  • German
  • Advanced Placement (AP)
  • SAT
  • Medicine
  • Law
  • Engineering
Phoenix [80]
3 years ago
7

For each x and n, find the multiplicative inverse mod n of x. Your answer should be an integer s in the range 0 through n - 1. C

heck your solution by verifying that sx mod n = 1.(a) x = 52, n = 77(b) x = 77, n = 52(c) x = 53, n = 71(d) x = 71, n = 53
Mathematics
1 answer:
krok68 [10]3 years ago
6 0

Use the Euclidean algorithm to express 1 as a linear combination of x and n.

a. 52^{-1}\equiv40\pmod{77} because

77 = 1*52 + 25

52 = 2*25 + 2

25 = 12*2 + 1

so we can write

1 = 25 - 12*2 = 25*25 - 12*52 = (77 - 52)(77 - 52) - 12*52 = 77^2 - 2*52*77 + 52^2 - 12*52

Taken modulo 77 leaves us with

1\equiv52\cdot52-12\cdot52\equiv40\cdot52\pmod{77}\implies52^{-1}\equiv40\pmod{77}

b. First, 77\equiv25\pmod{52}, so really we're looking for the inverse of 25 mod 52. We've basically done the work in part (a) already:

1 = 25*25 - 12*52

Taken modulo 52, we're left with

1\equiv25\cdot25\pmod{52}\implies25^{-1}\equiv25\pmod{52}

c. The EA gives

71 = 1*53 + 18

53 = 2*18 + 17

18 = 1*17 + 1

so we get

1 = 18 - 17 = 3*18 - 53 = 3*71 - 4*53

so that taken module 71, we find

1\equiv(-4)\cdot53\pmod{71}\implies53^{-1}\equiv-4\equiv67\pmod{71}

d. Same process as with (b). First we have 71\equiv18\pmod{53}, and we've already shown that

1 = 3*18 - 53

which means, taken modulo 53, that

1\equiv3\cdot18\pmod{53}\implies71^{-1}\equiv18^{-1}\equiv3\pmod{53}

You might be interested in
Find the slope of the horizontal line that passes through the points (5,3) and (8,3)
elena-14-01-66 [18.8K]
The slope is 0 the equation of the line is y=3
6 0
3 years ago
A castle has to be guarded 24 hours a day. Five knights are ordered to split each day’s guard duty equally. How long will each k
Kisachek [45]
I think that is 248 min in one day because 24/5 is 4.8. 4hours and 8 min. 4 times 60 is 240. 240 plus 8 is 248 this is what I think.
7 0
3 years ago
You are in a bike race. When you get to the first checkpoint, you are 2525 of the distance to the second checkpoint. When you ge
svetoff [14.1K]
1/10 
or maybe even 16?
not too sure though


3 0
3 years ago
The mold for a cone has diameter of 4 inches and is 6 inches tall what is the volume of the cone mold to the nearest tenth
Nesterboy [21]
The formula for the volume of a cone is
v = ( 1 / 3) h pi r^2
where h is the height of the cone
pi is 3.1416
r is the radius of the cone

since diameter is given
D = 2r
r = D/2 = 4/2 = 2 in

substitute the given
V = (1/3) (6) (3.1416) (2^2)
V = 25.1 cubic in
6 0
3 years ago
Which statements are true about the polynomial 4x3 – 6x2 + 8x – 12?
olga2289 [7]

1. correct- factor: 4

2. correct- factor: 4

3. Incorrect- The polynomial is not prime, and the factored polynomial is 4(2x-3)

4. Incorrect

7 0
3 years ago
Other questions:
  • For your fundraiser, you decide to hold a bake sale. In order to make bakery items, you had to purchase 12 pounds of sugar and 1
    5·1 answer
  • Keke has 12 cups and 17 plates for a party how many cups does keke have
    13·2 answers
  • Write an equation of a line that contains the points P(5,0) and Q(7,-3)
    14·1 answer
  • If f(x) = 4 – x2 and g(x) = 6x, which expression is equivalent to (g – f)(3)
    14·2 answers
  • 8. You are a computer technician for Data Control. You earn a regular hourly
    5·1 answer
  • If Tara spend $219 a month for her car payment and she makes $3,200 a month , what percent of her monthly income is spent on her
    10·1 answer
  • Drew’s score on a math text was 92.He could earn an extra 1/2 point for each incorrect problem he corrected. Drew corrected 3 pr
    11·1 answer
  • A bakery has 456 dozen cookies how many individual cookies are there
    7·1 answer
  • Help plssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssssss
    5·1 answer
  • 8 x (7+1) = (_ x7) + (_ x1) fill in the blanks
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!