Skip to content
geeksforgeeks
  • Tutorials
    • Python
    • Java
    • Data Structures & Algorithms
    • ML & Data Science
    • Interview Corner
    • Programming Languages
    • Web Development
    • CS Subjects
    • DevOps And Linux
    • School Learning
    • Practice Coding Problems
  • Courses
    • DSA to Development
    • Get IBM Certification
    • Newly Launched!
      • Master Django Framework
      • Become AWS Certified
    • For Working Professionals
      • Interview 101: DSA & System Design
      • Data Science Training Program
      • JAVA Backend Development (Live)
      • DevOps Engineering (LIVE)
      • Data Structures & Algorithms in Python
    • For Students
      • Placement Preparation Course
      • Data Science (Live)
      • Data Structure & Algorithm-Self Paced (C++/JAVA)
      • Master Competitive Programming (Live)
      • Full Stack Development with React & Node JS (Live)
    • Full Stack Development
    • Data Science Program
    • All Courses
  • Aptitude
  • Engineering Mathematics
  • Discrete Mathematics
  • Operating System
  • DBMS
  • Computer Networks
  • Digital Logic and Design
  • C Programming
  • Data Structures
  • Algorithms
  • Theory of Computation
  • Compiler Design
  • Computer Org and Architecture
Open In App
Next Article:
What is Minterm ?
Next article icon

What is Minterm ?

Last Updated : 11 Oct, 2023
Comments
Improve
Suggest changes
Like Article
Like
Report

Minterms are the fundamental part of Boolean algebra. Minterm is the product of N literals where each literal occurs exactly once. Minterm is represented by m. The output for the minterm functions is 1. This article explores the minterms in depth in addition to the two-variable, three variable and four variable minterm tables and K-maps. We will also solve some examples based on Minterms.

What is Minterm?

Minterms are the product of various distinct literals in which each literal occurs exactly once. The output result of the minterm function is 1. It is represented by m. To represent a function, we perform the sum of minterms which is called the Sum of Product (SOP).

Example of SOP:

PQ + QR + PR

Two-Variable Minterm

Minterms for two variables are called two-variable minterms.

Two-Variable Minterm Table

Variable

Minterm

A

B

Term

Representation

0

0

A'B'

m0

0

1

A'B

m1

1

0

AB'

m2

1

1

AB

m3

Two-Variable Minterm K-Map

Two variable K-Map
Two variable K-Map

Three Variable Minterm

Minterms for three variables are called three variable minterms.

Three Variable Minterm Table

Variable


Minterm

A

B

C

Term

Representation

0

0

0

A'B'C'

m0

0

0

1

A'B'C

m1

0

1

0

A'BC'

m2

0

1

1

A'BC

m3

1

0

0

AB'C'

m4

1

0

1

AB'C

m5

1

1

0

ABC'

m6

1

1

1

ABC

m7

Three Variable Minterm K-Map

K-Map for three variable
K-Map for three variable


Four Variable Minterm

Minterms for four variables are called four variable minterms.

Four Variable Minterm Table

Variables

Minterms

A

B

C

D

Terms

Representation

0

0

0

0

A'B'C'D'

m0

0

0

0

1

A'B'C'D

m1

0

0

1

0

A'B'CD'

m2

0

0

1

1

A'B'CD

m3

0

1

0

0

A'BC'D'

m4

0

1

0

1

A'BC'D

m5

0

1

1

0

A'BCD'

m6

0

1

1

1

A'BCD

m7

1

0

0

0

AB'C'D'

m8

1

0

0

1

AB'C'D

m9

1

0

1

0

AB'CD'

m10

1

0

1

1

AB'CD

m11

1

1

0

0

ABC'D'

m12

1

1

0

1

ABC'D

m13

1

1

1

0

ABCD'

m14

1

1

1

1

ABCD

m15

Four Variable Minterm K-Map

K-Map for 4 Variable
K-Map for 4 Variable

Minterm for Values

Minterms for values are the minterms obtained by the values of the Boolean variable.

Steps for Obtaining Minterms from Values

  1. If the Boolean variable is 1 then take the variable as it is without complementing.
  2. If the Boolean variable is 0 then take the complement of the variable.

Solved Examples on Minterms

Example 1: If there are three Boolean variables A = 0, B = 0 and C = 1 then find the minterms for the given values.

Solution:

Given the values of the Boolean variables

A = 0, B = 0, C = 1

The required minterm is given by = A'B'C

We complemented A and B as its value is 0.

Example 2: Simplify SOP and find the result in SOP only.

F(A, B, C, D) = A'BC'D' +A'BC'D +A'BCD + AB'C'D' + AB'C'D + ABC'D' + ABCD'

Solution:

We draw a K-map to simplify SOP

Example 2

Example 3: Find the SOP for F(A, B, C, D) = ∑m (4, 5, 7, 8, 9, 12, 14)

Solution:

Example 3


Next Article
What is Minterm ?

A

aayushi2402
Improve
Article Tags :
  • Digital Logic
  • Geeks Premier League
  • Geeks Premier League 2023

Similar Reads

    What is NPM?
    NPM-Node Package Manager is the tool used by most developers within the JavaScript ecosystem. It manages packages and dependencies on behalf of an application in Node.js. It provides a lightweight way of installing, upgrading, configuring, and removing third-party libraries or modules that might be
    9 min read
    What Is Linux Mint?
    Linux Mint is a user-friendly and community-driven Linux distribution based on Ubuntu. It aims to provide a reliable and elegant operating system with a focus on simplicity and ease of use. Featuring the Cinnamon desktop environment, Linux Mint offers a familiar interface for users transitioning fro
    15+ min read
    What is Spam?
    Spam describes large numbers of undesired messages sent via email, instant chatting, social media, or text messages. It often contains promotional or advertising information and may also contain phishing, malware-spreading, or fake links or attachments. Spam's main goal is to efficiently reach a lar
    4 min read
    Minterm vs Maxterm
    Minterms and Maxterms are important parts of Boolean algebra. Minterm is the product of N distinct literals where each literal occurs exactly once. The output of the minterm functions is 1. Minterm is represented by m. Maxterm is the sum of N distinct literals where each literals occurs exactly once
    6 min read
    What Is GNOME in Linux?
    GNOME Linux, a pivotal desktop environment in the Linux landscape, stands as the epitome of user-centric design and functionality. Developed under the acronym GNOME, which stands for GNU Network Object Model Environment, this desktop environment has earned its stripes for delivering a seamless, eleg
    7 min read
geeksforgeeks-footer-logo
Corporate & Communications Address:
A-143, 7th Floor, Sovereign Corporate Tower, Sector- 136, Noida, Uttar Pradesh (201305)
Registered Address:
K 061, Tower K, Gulshan Vivante Apartment, Sector 137, Noida, Gautam Buddh Nagar, Uttar Pradesh, 201305
GFG App on Play Store GFG App on App Store
Advertise with us
  • Company
  • About Us
  • Legal
  • Privacy Policy
  • In Media
  • Contact Us
  • Advertise with us
  • GFG Corporate Solution
  • Placement Training Program
  • Languages
  • Python
  • Java
  • C++
  • PHP
  • GoLang
  • SQL
  • R Language
  • Android Tutorial
  • Tutorials Archive
  • DSA
  • Data Structures
  • Algorithms
  • DSA for Beginners
  • Basic DSA Problems
  • DSA Roadmap
  • Top 100 DSA Interview Problems
  • DSA Roadmap by Sandeep Jain
  • All Cheat Sheets
  • Data Science & ML
  • Data Science With Python
  • Data Science For Beginner
  • Machine Learning
  • ML Maths
  • Data Visualisation
  • Pandas
  • NumPy
  • NLP
  • Deep Learning
  • Web Technologies
  • HTML
  • CSS
  • JavaScript
  • TypeScript
  • ReactJS
  • NextJS
  • Bootstrap
  • Web Design
  • Python Tutorial
  • Python Programming Examples
  • Python Projects
  • Python Tkinter
  • Python Web Scraping
  • OpenCV Tutorial
  • Python Interview Question
  • Django
  • Computer Science
  • Operating Systems
  • Computer Network
  • Database Management System
  • Software Engineering
  • Digital Logic Design
  • Engineering Maths
  • Software Development
  • Software Testing
  • DevOps
  • Git
  • Linux
  • AWS
  • Docker
  • Kubernetes
  • Azure
  • GCP
  • DevOps Roadmap
  • System Design
  • High Level Design
  • Low Level Design
  • UML Diagrams
  • Interview Guide
  • Design Patterns
  • OOAD
  • System Design Bootcamp
  • Interview Questions
  • Inteview Preparation
  • Competitive Programming
  • Top DS or Algo for CP
  • Company-Wise Recruitment Process
  • Company-Wise Preparation
  • Aptitude Preparation
  • Puzzles
  • School Subjects
  • Mathematics
  • Physics
  • Chemistry
  • Biology
  • Social Science
  • English Grammar
  • Commerce
  • World GK
  • GeeksforGeeks Videos
  • DSA
  • Python
  • Java
  • C++
  • Web Development
  • Data Science
  • CS Subjects
@GeeksforGeeks, Sanchhaya Education Private Limited, All rights reserved
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our Cookie Policy & Privacy Policy
Lightbox
Improvement
Suggest Changes
Help us improve. Share your suggestions to enhance the article. Contribute your expertise and make a difference in the GeeksforGeeks portal.
geeksforgeeks-suggest-icon
Create Improvement
Enhance the article with your expertise. Contribute to the GeeksforGeeks community and help create better learning resources for all.
geeksforgeeks-improvement-icon
Suggest Changes
min 4 words, max Words Limit:1000

Thank You!

Your suggestions are valuable to us.

What kind of Experience do you want to share?

Interview Experiences
Admission Experiences
Career Journeys
Work Experiences
Campus Experiences
Competitive Exam Experiences