$$560x \equiv 1 \pmod{429}$$
I am close, I used Euclid's algorithm but the remainder is hard to go backwards.
$$560 = 1(429) + 131 $$ $$429 = 3(131) + 36$$ $$131 = 3(36) + 23$$ $$36 = 1(23) + 13$$ $$23 = 1(13) + 10$$ $$13 = 1(10) + 3$$ $$10 = 3(3) + 1$$
Working backwards anyway,
$1 = 10 - 3(13 - 1(23 - 1(13)))$
then,
$$1 = 10 - 3(13 - 1(23 - 1(36 - 1(131 - 3(429 - 3(560 - 429))))))$$
yikes.
What should I do now?