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
CaHeK987 [17]
3 years ago
7

Use the Euclidean Algorithm to compute the greatest common divisors indicated. (a) gcd(20, 12) (b) gcd(100, 36) (c) gcd(207, 496

)
Mathematics
1 answer:
coldgirl [10]3 years ago
3 0

Answer:

(a) gcd(20, 12)=4

(b) gcd(100, 36)=4

(c) gcd(496,207 )=1

Step-by-step explanation:

The Euclidean algorithm is an efficient method for computing the greatest common divisor of two integers, without explicitly factoring the two integers.

The Euclidean algorithm solves the problem:

<em>                                   Given integers </em>a, b<em>, find </em>d=gcd(a,b)<em />

Here is an outline of the steps:

  1. Let a=x, b=y.
  2. Given x, y, use the division algorithm to write x=yq+r.
  3. If r=0, stop and output y; this is the gcd of a, b.
  4. If r\neq 0, replace (x,y) by (y,r). Go to step 2.

The division algorithm is an algorithm in which given 2 integers N and D, it computes their quotient Q and remainder R.

Let's say we have to divide N (dividend) by D (divisor). We will take the following steps:

Step 1: Subtract D from N repeatedly.

Step 2: The resulting number is known as the remainder R, and the number of times that D is subtracted is called the quotient Q.

(a) To find gcd(20, 12) we apply the Euclidean algorithm:

20 = 12\cdot 1 + 8\\ 12 = 8\cdot 1 + 4\\ 8 = 4\cdot 2 + 0

The process stops since we reached 0, and we obtain gcd(20, 12)=4.

(b) To find gcd(100, 36) we apply the Euclidean algorithm:

100 = 36\cdot 2 + 28\\ 36 = 28\cdot1 + 8\\ 28 = 8\cdot 3 + 4\\ 8 = 4\cdot 2 + 0

The process stops since we reached 0, and we obtain gcd(100, 36)=4.

(c) To find gcd(496,207 ) we apply the Euclidean algorithm:

496 = 207\cdot 2 + 82\\ 207 = 82\cdot 2 + 43\\ 82 = 43\cdot 1 + 39\\ 43 = 39\cdot 1 + 4\\ 39 = 4\cdot 9 + 3\\ 4 = 3\cdot 1 + 1\\ 3 = 1\cdot 3 + 0

The process stops since we reached 0, and we obtain gcd(496,207 )=1.

You might be interested in
the student to teacher ratio is 15:3. if there are 90 teachers at the school, how many students are there
mixas84 [53]
15x+3x=90\\&#10;18x=90\\&#10;x=5\\\\&#10;15x=15\cdot5=\boxed{75}
8 0
3 years ago
Read 2 more answers
Y=5x+2 and 3x=-y+10 what is the soluion of equation
Harlamova29_29 [7]
I hope this is the answer you want

4 0
3 years ago
Read 2 more answers
Hey! how's your Saturday going :) <br> (if it's Saturday for you)
Bad White [126]

Answer:

great :) wbu

Step-by-step explanation:

5 0
3 years ago
Read 2 more answers
3(d-8) - 5 = 9(d+2) + 1
attashe74 [19]

Answer:

d = - 8

Step-by-step explanation:

3(d-8) - 5 = 9(d+2) + 1

3d-24 - 5 = 9d+18 + 1

3d - 29 = 9d + 19

9d - 3d = -29 - 19

6d = - 48

6d / 6 = -48/6

d = -8

7 0
3 years ago
Read 2 more answers
Can someone please help me with this
timofeeve [1]

Answer:

x= 6

Step-by-step explanation:

since both sides equal the same amount..

5x-7=3x+5

you plug it in through a calculator or work it out. if you dont know how to work it out, try the app <u>photomath</u><u>,</u><u> </u>it shows you solving steps :))

8 0
3 years ago
Other questions:
  • A box contains 60 red, blue, and green pens combined. If 35% are red and 9 are blue, what percent are green?
    7·2 answers
  • point (w, z) is transformed by the rule ​(w 5, z)​ . what type of transformation occurred? a translation of 5 units to the right
    8·2 answers
  • On average a fifth grader blinks 15 times per minute. About how many times will a fifth grader blink in a day?
    7·2 answers
  • When there is no answer to a system of equations or inequalities
    10·1 answer
  • A bag contains 135 marbles some white and some transparent. The ratio of white marbles to transparent ones is 3 : 6. How many wh
    9·1 answer
  • An Amazon package
    12·2 answers
  • Sara and Macki were doing a math activity together in class. They were told to review the two problem solutions shown below and
    5·1 answer
  • Can somebody please help me?
    10·1 answer
  • The table represents the cost of flowers at the Tigerlily Flower Shop.
    6·1 answer
  • The surface area S of a right pyramid is given by S=1/2P1+B, where P is the perimeter of the base, 1 is the slant height, and B
    7·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!