Try it as follows:
Numerator
sqrt(64,5) → sqrt(2*32,5) → sqrt(2,5)*sqrt(32,5) → sqrt(2,5)*sqrt(2^5,5) → sqrt(2,5)*2
sqrt(2,5) is 2^(1/5), so sqrt(64,5) → 2*2^(1/5)
Hence sqrt(64,5)*2^(-1/5) → 2*2^(1/5)*2^(-1/5) → 2
Denominator
sqrt(8) → (sqrt(2)*sqrt(4)) → 2*sqrt(2)
Numerator/Denominator → 1/sqrt(2)
Raise this to the power -4: (1/sqrt(2))^-4 → sqrt(2)^4 → (sqrt(2)^2)^2 → 2^2 → 4