Respuesta :
Answer:
The track is 111 m
Step-by-step explanation:
The easiest way to calculate the meters in the track is to find the Greatest Common Divisor (GCD). This method is used to find the largest number to exactly divide both numbers 444 and 777, which are the meters both guys ran. The resulting number will give us the longest distance the track could have.
There are various techniques used to find the GCD. One of the is to find all divisors of both numbers and then look for the biggest one they have in common.
D 444 = { 1, 2, 3, 4, 6, 12, 37, 74, 111, 148, 222, 444 }
D 777 = { 1, 3, 7, 21, 37, 111, 259, 777 }
As we can see, the only divisors they have in common are 1, 3 ,37 and 111. The greatest of them is 111 ----> GCD(444,777) = 111.
This means the track has 111 m.
(Actually, the track could have been as long as any of the other common divisors, but it wouldn't have been realistic for the track to be 1, 3 or 37 meters).