I'm not sure how to go about this problem.
I know that the smallest integer not representable by IEEE 754 would be 2^(mantissa+1) + 1
but how would I take that info and change it to an even number?
I've thought about maxing out the mantissa bits and then scaling by a factor of 2 but would that be correct?