Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Use the extended Euclidean algorithm to find the greatest common divisor of 6 , 6 3 1 and 9 8 8 and express it as

Use the extended Euclidean algorithm to find the greatest common divisor of 6,631 and 988 and express it as a linear combination of 6,631 and 988.
Step 1: Find
q1
and
r1
so that
6,631=988 q1+ r1,
where
0<= r1<988.
Then
r1=6,631988 q1=
.
Step 2: Find
q2
and
r2
so that
988= r1 q2+ r2,
where
0<= r2< r1.
Then
r2=988
q2=
.
Step 3: Find
q3
and
r3
so that
r1= r2 q3+ r3,
where
0<= r3< r2.
Then
r3=
q3=
.
Step 4: Find
q4
and
r4
so that
r2= r3 q4+ r4,
where
0<= r4< r3.
Then
r4=
q4=
.
Step 5: Find
q5
and
r5
so that
r3= r4 q5+ r5,
where
0<= r5< r4.
Then
r5=
q5=
.
Step 6: Conclude that
gcd (6631,988)
equals which of the following.
gcd (6631,988)= r1 r2 q4
gcd (6631,988)= r4 r5 q3
gcd (6631,988)= r2 r3 q4
gcd (6631,988)= r2 r4 q5
gcd (6631,988)= r3 r4 q5
Correct: Your answer is correct.
Conclusion: Substitute numerical values backward through the preceding steps, simplifying the results for each step, until you have found numbers s and t so that
gcd (6631,988)=6,631s +988t,
where
s =
and
t =
.
Need Help?

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

SQL Server T-SQL Recipes

Authors: David Dye, Jason Brimhall

4th Edition

1484200616, 9781484200612

More Books

Students also viewed these Databases questions