Question

Using Extended Euclid a. Use Euclid’s algorithm to compute gcd(1175, 423) b. Use the extended Euclid...

Using Extended Euclid

a. Use Euclid’s algorithm to compute gcd(1175, 423)

b. Use the extended Euclid algorithm to find integers x and y such that gcd(1175, 423) = 1175x + 423y. What is x and y?

0 0
Add a comment Improve this question Transcribed image text
Answer #1
a)
=> GCD(1175, 423)
=> GCD(423, 1175%423)
=> GCD(423, 329)
=> GCD(329, 423%329)
=> GCD(329, 94)
=> GCD(94, 329%94)
=> GCD(94, 47)
=> GCD(47, 94%47)
=> GCD(47, 0)
GCD(1175, 423) is 47

b)
gcd(1175, 423) = 47
we can write 1175 as 47*25
we can write 423 as 47*9

gcd(1175, 423) = 1175/(2*25) + 423/(2*9)
x = 1/50
y = 1/18
Add a comment
Know the answer?
Add Answer to:
Using Extended Euclid a. Use Euclid’s algorithm to compute gcd(1175, 423) b. Use the extended Euclid...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT