
Larry C. answered 11/30/18
Tutor
4.9
(294)
Computer Science and Mathematics professional
The integer values simply multiply together and when multiplying some value to some power by the same value to some other power, you just add the exponents together and take the value to that resulting power, so:
3d-4 * 4d4 = (3*4)d(-4+4) = 12d0 = 12*1 = 12 (any non-zero value to the 0th power is always 1)