Find the image resolution of image (width x height) - 2000 x 1000 = 2,000,000
Find the colour depth of the image - Image has 8 bits, so the colour depth of 8
Multiply the image resolution by the colour depth, to get file size in bits, - 16,000,000
Divide 16,000,000 bits by 8 to convert it into bytes (8 bits in 1 byte), - 2,000,000 bytes
Divide 2,000,000 bytes by 1000 twice to convert to MB (B > KB > MB) to get a final answer of 2 MB