implement 16x1 mux by 4x1 muxes
Sigiloso
The most straightforward way is you could implement using 5 4x1 muxes. The select for the output mux should use the 2 most significant bits of your select line. The 4 input muxes should feed this output mux. Their select line should use the 2 least significant bits.