Ask Experts Questions for FREE Help !
Ask
    prob123's Avatar
    prob123 Posts: 2, Reputation: 1
    New Member
     
    #1

    May 21, 2012, 07:28 AM
    Get the combinations that are not covered in original---Boolean alzebra
    Here is the problem:
    Input:
    A B
    ====== ======
    Original YYYYY YYYYY
    New YYNNN YNNNN

    Output:
    NNYYY YNNNN
    YYYYY NYYYY

    Note: Original and New list would vary from 1 to N. Please provide algorithm to solve this problem programmatically. I am writing computer program to work on this problem.

    Thank you for your help
    prob123's Avatar
    prob123 Posts: 2, Reputation: 1
    New Member
     
    #2

    May 21, 2012, 07:33 AM
    Original:
    A=YYYYY
    B=YYYYY

    New:
    A=YYNNN
    B=YNNNN

    Output:
    output1: NNYYY YNNNN
    output2: YYYYY NYYYY

Not your question? Ask your question View similar questions

 

Question Tools Search this Question
Search this Question:

Advanced Search

Add your answer here.


Check out some similar questions!

Proof the equation (Boolean algebra) [ 2 Answers ]

given the equation (in the picture) I asked to Proof that the left side are equal to the right side. I know how to proof that the right side are equal to the left side,but not vice versa. hope you can help. thanks.

Boolean logic law of distribution [ 0 Answers ]

Hello, I have a question regarding the compound Boolean sentences: What is the EXACT result of the transformation to conjunctive normal forms (CNF's) using the law of distribution of the following disjunctive normal form's (DNF's): (P1&Q1&R1)V(P2&Q2&R2)V(P3&Q3&R3) = ? ...

Using C++ (if, char or Boolean) [ 0 Answers ]

Using C++ (if, char or Boolean) Write a program that asks the user for a two digit number and then prints the English word for that number. Sample run: Enter a two-digit number: 45 You entered the number forty-five. PLAN: Read the number entered as an integer and then break the number up...

Building a covered deck above a covered front porch [ 2 Answers ]

We are trying to improve the curb appeal and usefulness of our hangar home. We are planning to have a deck built above the covered front porch, and will replace the double windows (the set on the left on the 2nd floor in the front view) with French doors. Because this faces south and we are in...


View more questions Search