You can put this solution on YOUR website! Express each of the following as the power of 2
2^2 x 4^3
and 2^2 x 4^4 x 16^2
==================
Use * (Shift 8) for multiply, not x
---
2^2*4^3
4 = 2^2
= 2^2*2^6
= 2^8
=======================
and 2^2*4^4*16^2
16 = 2^4