183k views
4 votes
The Art Club wants to paint a rectangle-shaped mural to celebrate the winners of the track and field meet. They design a checkerboard background for the mural where they will write the winners’ names. The rectangle measures 432 inches in length and 360 inches in width. Apply Euclid’s algorithm to determine the side length of the largest square they can use to fill the checkerboard pattern completely without overlap or gaps.

2 Answers

4 votes

Answer:

iu

Explanation:

User Sven Tore
by
6.1k points
6 votes

Answer:

72 inches

Explanation:

We are given that

Length of rectangle=423 inches

Width of rectangle=360 inches

We have to find the side length of the largest square they can use to fill the checkboard pattern completely without overlap or gaps with the help of Euclid's algorithm.

In order to find the largest side of square we will find HCF (432,360).

Euclid's algorithm


a=bq+r

a=dividend

b=divisor

q=quotient

r=remainder

a=432,b=360


432=360* 1+72


360=72* 5+0

HCF(432,360)=72

Hence, the side of largest square=72 inches

User Natania
by
5.5k points