The extended Euclidean algorithm allows you to obtain the expression ax + by = d
where d = gcd(a,b). The values of x, y and d for
a= 36 and b = 7 is
x = 1, y 5. d = 1
x=1,y=-5. d = -1
x=-1,y=-5. d = -1
x=-1, y = 5. d = -1
x=-1,y=5.d=-1.
x=1,y=-5. d = 1

Respuesta :

For a = 36 and b = 7, the extended Euclidean algorithm yields the values x = 1, y = -5, and d = 1.

Answer:

x=1, y=-5, d=1

Step-by-step explanation:

Use the extended Euclidean algorithm to find x, y, and d for a=36 and b=7

The correct values are x=1, y=-5, and d=1