An organization maintains a two-story parking lot for employees and managers to park their vehicles. Parking at this lot should be as follows. from 5.00 am to 6.00 p.m. Managers can park only on the first floor and employees can only park on the second floor. from 6.00 p.m. to 5.00 p.m. no such classification is made for parking and any employee can park anywhere in the parking lot.
Using a timer (T) provides the logical value "1" for 5.00 a.m. to 6.00 p.m. and the logical value "0" for 6.00 p.m. to 5.00 a.m.
The employees and managers of the company are identified by an identity card (I). This ID gives a logical value "0" for an employee and a logical value "1" for a manager.
The X sensors mounted on the first floor and the Y sensors mounted on the second floor detect whether there are free parking spaces (logical value 0) or not (logical value 1).
Need to create a logic circuit so that when an employee or manager of the company comes in and inserts the ID card into the ID card reader at the door, the light bulb is turn on if there is a free parking space available and the L light bulb will not turn on if there is no free parking space in the parking lot.

(1) Draw a truth table to represent the above scenario and get the SOP Boolean expression.
(ii) Simplify the above SOP expression using K-map simplification method
(iii) Draw a logic circuit to represent the above simplified expression.​