Two ways to do a Large AND function
Multi-level. # of levels depends on total number of inputs, number of inputs on each gate. A tree arrangment like this will take more gates, but will be fast.
Serial arrangement. Will take less gates, but will be slow.