Correct choice is (a) 6 * 16^2 + 13 * 16^1 + 14 * 16^0
The explanation is: Hexadecimal to Decimal conversion is obtained by multiplying 16 to the power of base index along with the value at that index position.
In hexadecimal number D & E represents 13 & 14 respectively.
So, 6DE = 6 * 16^2 + 13 * 16^1 + 14 * 16^0.