I am trying to solve this equation
(d*49) % (43480 * 242343) = 1
for the variable d. I was attempting to use the Extended Euclidean algorithm but am not sure how to set everything up and iterate through to get d. Can someone please help me get it set up at least to use the algorithm? Thanks