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
2.0) 864= equals what?
Kisachek [45]
864? not quite sure what you're asking here
7 0
3 years ago
How do you write 4/ 9 as a decimal?
olasank [31]

Answer:

.4 repeating

Step-by-step explanation: divide the top number by the bottom number so 4 divided by 9

7 0
2 years ago
The quotient, of the product of 25 and an unknown number, and 45 is -65. What is the equation for the statement? What is the val
KIM [24]
If the unknown number is x then the equation is:
25x/45=-65                                               
Solution
5x/9=65
5x=-65*9
5x=-585
5x/5=-585/5
x=-117
6 0
3 years ago
Please help me I don't understand
sergij07 [2.7K]
What does it mean by property
3 0
3 years ago
Read 2 more answers
A cylindrical canister contains three tennis balls. Assume the tennis balls touch the sides of the canister and the top and bott
Katen [24]
The answer is (B) for this question
7 0
3 years ago
Read 2 more answers
Other questions:
  • a bakery makes bread in batches. Several loaves per batch are rejected for sales due to defects. Your friend says that the total
    7·1 answer
  • Seven is at most the quotient of a number d and −5(what is the inequality?)
    15·2 answers
  • Explain why the hypotenuses of the triangles below have the same slope.
    12·2 answers
  • What's the difference between an algebraic expression and an equation ?
    6·1 answer
  • Use the distributive property to multiply 34x6 , 16x9 , 27x8
    13·1 answer
  • The bowling ally is located at (2,-4) on the grid below. Describe the location of the bowling ally with respect to the police st
    9·1 answer
  • Which function(s)are decreasing on the interval
    8·1 answer
  • Solve the system by substitution.<br> y = 3x<br> y = -4x – 49
    14·1 answer
  • Steven warms a cup of a coffee to a temperature of 195°F and then leaves it to cool in a room that is 75°F. This equation repres
    10·2 answers
  • Which expression is equivalent to sin
    12·1 answer
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!