How to Simplify a Function Using a K-Map

We will focus on the Sum-of-Products (SOP) method, which involves looking for 1s in the map.

Step 1: Create and Fill the Map
Draw the correct K-Map for your number of variables. Look at your function's truth table or list of minterms. Place a 1 in every cell that corresponds to an output of 1. If there are "don't care" conditions, place an X in those cells. Leave all other cells blank (or you can think of them as 0s).

Step 2: Group the 1s
This is the most important step. You need to draw loops around groups of adjacent 1s. Follow these rules:

Step 3: Write the Simplified Function
Each group you created will become one term in your final simplified function. To find the term for each group:

  1. Look at the variables along the rows and columns for that group.
  2. Find the variable(s) that do not change their value inside the group.
  3. If a variable stays as 1 for the entire group, include it as is (e.g., A).
  4. If a variable stays as 0 for the entire group, include it with a NOT (e.g., A').
  5. If a variable changes its value (it is both 0 and 1) within the group, it is eliminated from that term.

The final simplified function is the OR (sum) of all the terms you derived from each group.


Revision #1
Created 2025-09-19 13:17:18 UTC by DY
Updated 2025-09-19 13:28:56 UTC by DY