Concept:Each digit is replaced by a fixed letter in this code.So we can find the letter for every digit from the two given examples.Explanation:From 13479→AQFJL, we get the digit-letter pairs:1→A, 3→Q, 4→F, 7→J, 9→L.From 2568→DMPN, we get:2→D, 5→M, 6→P, 8→N.Now code the number 396824 digit by digit.3→Q9→L6→P8→N2→D4→FTherefore, 396824 is written as QLPNDF.