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
Robert is purchasing some equipment for his baseball team. He wants to buy some baseballs, each priced at m dollars. He has alre
KiRa [710]

Answer:

Part A: (1/2)m

Part B: (1/3rd)b and 3mx

Step-by-step explanation:

Price of each baseball is=$m

Price of other equipment are=$b collectively

Total amount He spent on purchasing equipment is =(m+b)$

Part A:

in part A the amount on purchasing other equipment than baseball is getting doubled i.e. $2b <u> then value of m will be (1/2)half of the total amount spent on purchasing baseball i.e. (1/2)m</u>

Part B:

in part B the amount spent on purchasing baseball is getting tripled i.e. <u>3m</u>, then value of b(amount of purchasing other equipment) is<u> (1/3rd) of total</u> <u>amount spent on purchasing other equipment</u> and value of mx will be<u> 3mx</u>

4 0
3 years ago
The Kirkland family is buying a new living room set that costs $1,495.
never [62]
<h3>Answer:   173.04 dollars</h3>

======================================================

Explanation:

The down payment is $400, so that means they must pay back 1495-400 = 1095 dollars. Let L = 1095 be the amount loaned

The annual interest rate is 28% which means r = 0.28; the monthly interest rate is i = r/12 = 0.28/12 = 0.02333 approximately

There are 12 months in a year, so n = 12 is the number of payment periods

----------------------------------------

In summary so far, we have

  • L = 1095
  • i = 0.02333 (which is approximate)
  • n = 12

Those values will be plugged into the monthly payment formula below

M = L*( i*(1+i)^n )/( (1+i)^n - 1 )

M = 1095*( 0.02333*(1+0.02333)^12 )/( (1+0.02333)^12 - 1 )

M = 105.671914631108

M = 105.67

The monthly payment is $105.67

If they have a monthly payment of $105.67, and they pay that for 12 months, then 12*105.67 = 1,268.04 dollars is the amount of money they pay back to the credit card company.

The total amount of interest would be 1,268.04 - 1,095 = 173.04 dollars

Side note: the formula is a complicated ugly mess, so it's understandable to use calculators that already have the formula built in. Many websites offer free calculators that do this.

7 0
3 years ago
Walking on his own, the distance, D, in feet, that Roberto can cover in M, minutes is given by the function D(m)=264m. When he w
ratelena [41]

Answer:

B(m)=A(m)-D(m)

B(m)=176m

Step-by-step explanation:

we are given

Walking on his own, the distance, D, in feet, that Roberto can cover in M, minutes is given by the function

D(m)=264m

When he walks on the moving sidewalk at the airport, the distance, A, in feet, that he can cover in m m minutes is given by the function

A(m)=440m

B is the distance, in feet, that Roberto would travel on the moving sidewalk in  m minutes if he were standing still

moving sidewalk distance = standstill distance + walking distance

A(m)=D(m)+B(m)

so, we get

B(m)=A(m)-D(m)

now, we can plug values

B(m)=440m-264m

B(m)=176m

7 0
3 years ago
What is the fourth number in this pattern, and what is the rule?
Ainat [17]

Answer: Multiplied by 10

Step-by-step explanation:

3 0
3 years ago
Read 2 more answers
When will these two lines intersect <br>C. y=-2x +3<br>y = x​
Andrej [43]

Answer:

The intersection point  of the given lines is  (1,1).

Step-by-step explanation:

Here, the given equations are:

y  =  - 2 x +  3

y  =  x​

Substitute y = x in  the first equation,

y   = -2 x  +  3 becomes      y =  -2 (y)  + 3

or, y + 2 y = 3

or, 3 y = 3  ⇒  y = 3/3 = 1

⇒  y =  1

Now, as x =  y ⇒ x =   1

Hence, the intersection points of the given lines is  (1,1).

8 0
3 years ago
Other questions:
  • It is believed that 43% of the US population can play the piano, 28% can play the guitar, 15% can play the harmonica, 12% can pl
    13·2 answers
  • 3 times negative 2 subtract 5 over negative 4
    14·2 answers
  • Which equations will help you solve this problem? There are 18 muffins on a plate. If they are split equally among 9 people, how
    15·1 answer
  • (5+10)/5 what’s a problem
    10·1 answer
  • Help I NEED HELP ASAAAPPP
    6·2 answers
  • What is the solution to the linear equation? 2/3x – 1/2 = 1/3 + 5/6 x
    10·1 answer
  • Find the x-intercept of the line whose equation is 8x+2y=4
    12·2 answers
  • Which triangle is a reflection of the orange triangle?<br><br><br><br><br> Δ4<br> Δ3<br> Δ1<br> Δ2
    14·1 answer
  • The table shows the heights of three monster
    8·2 answers
  • I will give lots of points please help me
    8·2 answers
Add answer
Login
Not registered? Fast signup
Signup
Login Signup
Ask question!