Question

For Boolean variables A, B and C, list all the possible products. (Note that order of...

For Boolean variables A, B and C, list all the possible products. (Note that order of literals doesn’t matter. For example, B A is considered to be the same product as A B, and the same is true for ABC and BCA.)

Homework Answers

Answer #1

We have three variables A,B,C so the possible products can be : ABC,ACB,BAC,BCA,CAB,CBA

Using the truth table method we can show:

A B C AB ABC AC ACB BA BAC BC BCA CA CAB CB CBA
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
0 0 1 0 0 0 0 0 0 0 0 0 0 0 0
0 1 0 0 0 0 0 0 0 0 0 0 0 0 0
0 1 1 0 0 0 0 0 0 1 0 0 0 1 0
1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
1 0 1 0 0 1 0 0 0 0 0 1 0 0 0
1 1 0 1 0 0 0 1 0 0 0 0 0 0 0
1 1 1 1 1 1 1 1 1 1 1 1 1 1 1

For the two variable product pairs we can clearly see from the truth table that:

AB = BA, AC = CA, BC = CB

Similarly for three variable products :

ABC = ACB = BAC = BCA = CAB = CBA

Hence proved that ABC = BCA

Know the answer?
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
Similar Questions
Write a c++ program that prints all possible distinct “words” that can be obtained by permuting...
Write a c++ program that prints all possible distinct “words” that can be obtained by permuting the letters of the word input by users. (Note: A “word” here refers to a sequence of letters and need not be in the dictionary.) For example: Input word to find permutations: abc acb bac bca cba cab
(a) Indicate the variables types for the listed variables below. (b) List all possible graphs you...
(a) Indicate the variables types for the listed variables below. (b) List all possible graphs you could use to investigate relationship(s) between these variables. Where applicable, specify the variables for the x and y axes. 1.     Genre for movies (such as action, drama, comedy) 2. Country of origin for the movie
(a) Indicate the variables types for the listed variables below. (b) List all possible graphs you...
(a) Indicate the variables types for the listed variables below. (b) List all possible graphs you could use to investigate relationship(s) between these variables. Where applicable, specify the variables for the x and y axes. 1.  Systolic Blood Pressure (mmHg) 2. Diastolic Blood Pressure (mmHg)
(a) Give the order of each element of {1,2,3,...,10} modulo 11. (b) Find all possible products...
(a) Give the order of each element of {1,2,3,...,10} modulo 11. (b) Find all possible products of an element of order 2 with an element of order 5 and show that they give primitive elements modulo 11.
(a) Give the order of each element of {1,2,3,...,10} modulo 11. (b) Find all possible products...
(a) Give the order of each element of {1,2,3,...,10} modulo 11. (b) Find all possible products of an element of order 2 with an element of order 5 and show that they give primitive elements modulo 11.
A company sells three different products: Product A, Product B, and Product C. The contribution margin...
A company sells three different products: Product A, Product B, and Product C. The contribution margin per unit for each of the products is as follows: $30 for Product A, $50 for Product B, and $60 for Product C. The company’s sales mix in units is as follows: 50% Product A, 30% Product B, and 20% Product C. The company’s fixed costs amount to $1,680,000. How many units of each product must the company sell in order to break even?...
Which query lists all products with a total quantity sold less than the average quantity sold?...
Which query lists all products with a total quantity sold less than the average quantity sold? Select one: a. SELECT P_CODE, SUM(LINE_UNITS) AS TOTALUNITS FROM LINE GROUP BY P_CODE HAVING SUM(LINE_UNITS) < AVG(LINE_UNITS); b. SELECT P_CODE, AVG(LINE_UNITS) AS TOTALUNITS FROM LINE GROUP BY P_CODE HAVING AVG(LINE_UNITS) < (SELECT AVG(LINE_UNITS) FROM LINE); c. SELECT P_CODE, SUM(LINE_UNITS) AS TOTALUNITS FROM LINE GROUP BY P_CODE HAVING SUM(LINE_UNITS) < (SELECT AVG(LINE_UNITS) FROM LINE); d. SELECT P_CODE, SUM(LINE_UNITS) AS TOTALUNITS FROM LINE GROUP BY P_CODE...
Barlow Company manufactures three products: A, B, and C. The selling price, variable costs, and contribution...
Barlow Company manufactures three products: A, B, and C. The selling price, variable costs, and contribution margin for one unit of each product follow:    Product A B C   Selling price $ 210 $ 320 $ 240   Variable expenses:     Direct materials 16 64 24     Other variable expenses 110 96 132   Total variable expenses 126 160 156   Contribution margin $ 84 $ 160 $ 84   Contribution margin ratio 40 % 50 % 35 %    The same raw material is used...
a. If r is a negative number, then b (in the line of regression ) is...
a. If r is a negative number, then b (in the line of regression ) is negative. true or false b.The line of regression is use to predict the theoric average value of y that we expect to occur when we know the value of x. true or false c. We can predict no matter the strength of the correlation coefficient. true or false d. The set of all possible values of r is, {r: -1< r < 1 treu...
Suppose a coin is tossed three times. (a) Using the "c" and "s" labels, list all...
Suppose a coin is tossed three times. (a) Using the "c" and "s" labels, list all possible outcomes in the sample space. (b) For each result in the sample space, define the random variable X as the number of faces minus the number of stamps observed. Use the fact that all the results from part (a) have the same probability. Find the probability distribution of X. (c) Use the probability distribution found in (b) to find the mean and standard...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT