Question

2. This question has two related parts 2.a) and 2.b). 2.a) Use the Quine McCluskey minimization method to find the minimal SO

0 0
Add a comment Improve this question Transcribed image text
Answer #1

a)

f(a,b,c)=Ση(0, 2, 6).This function is simplified using Quine-McCluskey tabular method.All the steps are shown below.

a b c
0 0 0 m0
0 0 1
0 1 0 m2
0 1 1
1 0 0
1 0 1
1 1 0 m6
1 1 1

Group the minterms based on the number of 1's.Group 0 means.minterm with 0 number of 1,similarly group 1 have 1 number of 1 and group 2 have 2 number of 1's.So total 3 groups are made by this way.

Group minterm Binary representation
0 m0 000
1 m2 010
2 m6 110

The below table shows the possible merging of the minterms from the adjacent groups.

Group Matched pair Binary representation
0 mo-m2 0_0
1 m2-m6 _10

So we get two merged groups which contain diiference in 1 bit position.No more possible grouping is possible in these minterms because there is no 1 bit position difference groups in above table.We have 2 rows and each row will give 1 prime implicant.So A'C' and BC' are prime implicants.

Prime implicant table is shown below.

Prime implicant Minterms involved 0 2 6
A'C' m0,m2 * *
BC' m2,m6 * *

minterms 0 is covered by 1 prime implicant A'C'.So it is an essential prime implicant,which means it will be part of simplified boolean function.Similarly,minterm 6 is covered by 1 prime implicant BC',So it eillbe also an essential prime implicant and be the part of simplified boolean function.

Therefore,we have 2 essential prime implicants and the simplified boolean function is given below,

            F=A'C'+BC'

b) Now we want to find all NAND representation of F=A'C'+BC'.

Take double complement on both side of equation,(F')'=((A'C'+BC')')'

                                                                               F=((A'C')'(BC')')'

                                                                               F =(A'C')' NAND (BC')'

F = Ã c + B Ē ĀĞ + B (double complement both side of equations. Applying demorgans theorm A+B+C - Ā B C FTĀE(BC) Boolean fun

Add a comment
Know the answer?
Add Answer to:
2. This question has two related parts 2.a) and 2.b). 2.a) Use the Quine McCluskey minimization...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • CPE University of Bridgeport Department of Computer Science and Engineering CpE 315 Homework # 2 Due...

    CPE University of Bridgeport Department of Computer Science and Engineering CpE 315 Homework # 2 Due Date: Thursday, September 24. 2015 Use the Quine-McCluskey minimization method to find a minimum cost SOP realization of the following functions: Designs the simplest circuit the implements the function f(x1,x2,x3)= m(1,3,4,6,7) using Nand gates only.

  • 1. Use K-maps to reduce each of the following to a minimized SOP form: (a) A...

    1. Use K-maps to reduce each of the following to a minimized SOP form: (a) A + BC + CD (b) ABCD + ABCD + ABCD + ABCD (c) ABCD + CD) + ABCD + CD) + ABCD (d) (AB + ABXCD + CD) (e) AB + AB + CD + CD 2. Use K-maps to find the minimum SOP expression for the logic function shown in the table to the right. Implement the circuit using NAND gates only. Inputs...

  • I need help with this Logic circuit problem. Problem #2 Given the logic function F(a,b,c) cabctab'c'+a'c'c'tabb'...

    I need help with this Logic circuit problem. Problem #2 Given the logic function F(a,b,c) cabctab'c'+a'c'c'tabb' a) Normalize the product terms and write the function again. Answer: F(a,b,c) b) Find a minimal SOP expression using a Karnaugh Map Answer: F(a,b,c) c) Based on the result of the previous part find an expression that minimizes the discrete gate count using gates of any kinod. Answer: Fla,b,c)- d) Find a minimal POS expression using a Karnaugh Map Answer: F(a,b,c)

  • #1,2,7,9 Fall 2019 Test 2 Practice Problems EE210 m(1.6.7). Use a K-map to simplify the Show...

    #1,2,7,9 Fall 2019 Test 2 Practice Problems EE210 m(1.6.7). Use a K-map to simplify the Show a truth table for the function F(w, x, y)= function. Find a minimal AND-OR realization 2. Using a 3.variable Karnaugh map, find a minimum SOP reduction for F(A,B,C) - m(0,1,5,7). Using a 4-variable Kamaugh map, find a minimum SOP reduction for F(A.B.C.D) - Ym(1.5.7.11.13.15) Using a 4-variable Karnaugh map, find a minimum SOP reduction for F(A,B,C,D) - Sm(1.5.7,11,13,15) + d(2,3) Study Guide, Unit 5....

  • = Question 1: Cost Minimization and Cost Curves Suppose that Jennifer produces goody by using input...

    = Question 1: Cost Minimization and Cost Curves Suppose that Jennifer produces goody by using input x and x2. The production function which Jennifer faces is: The cost for every unit of Xi is wi and the cost for every unit of x2 is w2. There is a fixed cost component F, which also forms a part of her total cost. (a) Write down the cost minimization problem. Solve this problem and express X1/X2 as a function of w2/wi. Microeconomics...

  • QUESTION NO. 2: a) Given ?(?, ?, ?, ?) = ? ′?? + ??? + ???...

    QUESTION NO. 2: a) Given ?(?, ?, ?, ?) = ? ′?? + ??? + ??? + ??′?′ I. Express F in the form of minterms II. Find F’ and express it in the form of maxterms III. Express the function F using minimum number of literals IV. Draw the circuit for the function in step 3 using NOR gates only. b) Given ? = ∏(1,3,4,6,9,10,11,12,14,15) I. Express F in the form of maxterms II. Find F’ and express in...

  • 3. (10 points) Given the circuit below, answer the questions in parts (a) and (b). VDD...

    3. (10 points) Given the circuit below, answer the questions in parts (a) and (b). VDD PFETS a. Determine the logic expression for f(x,y,z). b. Determine the pFET array for the circuit above. 4. (10 points) Write the logic functions for fl(x2,x1,x0) and f2(x2,x1,x0) for the 3-to-8 decoder circuit below. 3-to-8 DEC 0 0 0 5. (15 points) Given the following Boolean functions, answer part (a) and (b) f1(a,b,c)= f2(a,b,c)= m(1,3,5,7) m(1,5,6) a. Implement the functions using a minimal number...

  • Question 1: Cost Minimization and Cost Curves Suppose that Jennifer produces good y by using input...

    Question 1: Cost Minimization and Cost Curves Suppose that Jennifer produces good y by using input xi and x2. The production function which Jennifer faces is: y = x} + x] The cost for every unit of xi is wi and the cost for every unit of x2 is w2. There is a fixed cost component F, which also forms a part of her total cost. (a) Write down the cost minimization problem. Solve this problem and express x1/x2 as...

  • Homework 2 EE 2420-Spring 2019 Due: Thursday, 2/21/19 @ 11:59 PM 100 points All homework must...

    Homework 2 EE 2420-Spring 2019 Due: Thursday, 2/21/19 @ 11:59 PM 100 points All homework must be typed or written in neat handwriting and scanned or photographed and submitted in PDF format to TRACS. If we cannot easily read your submission, we will not grade your work. Note that files are only submitted if TRACS indicates a successful submission. All homework answers must be submitted individually in your own words and showing all work; however, I encourage you to work...

  • Question 4: Talyor. Maclaurin and Power Series For parts a, b, c and d, use the...

    Question 4: Talyor. Maclaurin and Power Series For parts a, b, c and d, use the following function: f(x) = (-3x a) (3 points) Write the Taylor polynomial of degree four for f(x) centered at 0. b) (2 points) Use the Taylor polynomial from part a to estimate the value of e-0.3. (Hint: let find x). c) (3 points) Write the series generated by f(x) at zero in sigma notation. d) (3 points) Find the radius of convergence and state...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT