Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

QI. Using Euclidean algorithm find GCD(42, 280). Show you work. Q2. Using Extended Euclidean algorithm find the multiplicative inverse of 7 in mod 55 domain.

image text in transcribed

QI. Using Euclidean algorithm find GCD(42, 280). Show you work. Q2. Using Extended Euclidean algorithm find the multiplicative inverse of 7 in mod 55 domain. Show your work including the table. (All rows may not be needed) i ri 91-1 t: 0 55 1 0 1 7 2 3 Si 0 1 4 5 6 Q3. Determine (2400). (Note that 1,2,3,5, 7, ... etc. are the primes). Show your work. Q4. Find the multiplicative inverse of 8 in GF(41) domain using Fermat's little theorem. Show your work. Q5. Using Euler's theorem, find the following exponential: 5400 mod 21. Show how you have employed Euler's theorem here. Bonus question [10 extra points]: Write a program (in any programming language) to implement Extended Euclidean algorithm with two input parameters a and b, and return the output as b'mod a. Run the program with a=33 and b=5 as input and print the results. Submit the source code and the output

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Concepts of Database Management

Authors: Philip J. Pratt, Mary Z. Last

8th edition

1285427106, 978-1285427102

More Books

Students also viewed these Databases questions

Question

What is the difference between a shantytown and a slum?

Answered: 1 week ago

Question

How do Data Types perform data validation?

Answered: 1 week ago

Question

How does Referential Integrity work?

Answered: 1 week ago