This is for use in work assignments for math students. I'd like to post multiple parts for a given question, without sacrificing too much space for this. So I want a bunch of equations arrayed horizontally. Each equation should be labeled as a), b) and so on. The labels should be aligned with the top of (the largest of) the boxes. And it would be nice if the space between equations were maximized to fill the whole width of the page.
At the moment, I use a single align* environment, with the spacing between colums that this provides. I use a \raisebox with a manually tuned length to create place the labels in front of each. I haven't managed to span the whole width yet. The result looks like this:

I thought that maybe the adjustbox package might be able to help me automate the vertical alignment, and allow me to put \hfill between boxes to use the whole width, but so far I haven't managed to get my equations into such boxes.
Do you have any experience in putting display math into an adjustbox?
Do you know of any other package or environment which might help me in this task?
