473,828 views
16 votes
16 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

User Dmitko
by
2.7k points

1 Answer

20 votes
20 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 DaveAlden
by
3.0k points