Bunuel
I believe I made it quite simpler while solving
I took just one equation \(5^x – 3^y = 13438\)
5^x will always have unit digit 5
and 5^x – 3^y has unit digit 8
i.e. something subtracted from 5 should give unit digit 8
then that something must be 7 (because 15-7 = 8)
i.e. 3^y must have unit digit 7
Now lets do some trial and error
\(5^3 = 125\)
\(5^4 = 625\)
\(5^5 = 3125\)
\(5^6\) = approx 15000 with unit digit 5 (we wanted to reach close to 13438 which we have)
\(3^4 = 81\)
\(3^5 = 243\)
\(3^6 = 729\)
\(3^7\) = approx 2100 with unit digit 7 (we wanted to reach close to 15000-13438≈2000 which we have)
i.e. \(5^x – 3^y = 13438\) resembles with \(5^6 – 3^7 = 13438\)
i.e. x = 6 and y = 7I verified these values with second equation and they satisfied on unit digit calculation so BINGO!
x+y = 6+7 = 13
Answer: Option D
Video Solution attached here for better understanding.