176k views
4 votes
Which equation best captures the following logic: A car starts when doing all of the following: the keyless fob is within a specified proximity, the driver presses the brake, the driver presses the start button. Inputs: k: key within a specified proximity, b: brake pressed, s: start button pressed Output: c: car starts.

c = (k + b)s
c=k(b + s)
c= kbs
k + b +5

1 Answer

4 votes

Answer:

c = kbs

Step-by-step explanation:

The equation that best captures the following logic is ; C = kbs

because for the car to start all the outlined functions must be ON if any of the function is OFF the car won't start hence all functions have to be ON simultaneously . The equation that represents this is : C = kbs

User Antonin Charvat
by
4.2k points