I am playing around in the dev database while we discuss this and I created the two indexes and ran with the execution plan, and now on the first query it is suggesting:
CREATE NONCLUSTERED INDEX x ON Trips (Trip_Type, EmployeeID) INCLUDE (Control, TripStatus)
Do I just keep going with the suggestions?