There's probably a better way of doing this, but this was my approach.
$11x \equiv 5 \pmod{64}$ implies that there exists some integer $a$ such that $11x = 64a + 5.$ Because of this we must have $64a \equiv -2a \equiv -5 \pmod{11} \Leftrightarrow a \equiv 8 \pmod{11}.$ Letting $a = 8$ gives us $11x = 64(8) + 5 = 517 = 47\cdot11.$ So, any $x \equiv 47 \pmod{64}$ will work. (and $x = 175$ is in this class because $175 = 2(64) + 47$)
Edit: I realized this is actually a bit circular since I relied on the solution to $2a \equiv 5 \pmod{11}$ but I think this division is pretty trivial since $16 = 5 + 11 = 2\cdot8.$ In any case you could repeat the process to solve this equation: $2a = 5 + 11b \Leftrightarrow b \equiv 1 \pmod{2}, 2a = 5+11 \Leftrightarrow a = 8.$