• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Need help with some math homework!

WarDemon666

Platinum Member
I have to write a boolean table for (A+B)(AB)

I know you have to simplify it, but dont know how.

Im guessing its AB(A) + AB(B)?

Help please!!

Thanks!
 
If A is 1 and B is 1....?
If A is 1 and B is 0....?
If A is 0 and B is 1....?
If A is 0 and B is 0....?

Look at the results and tell me if it looks awfully like a simplier function.
 
i have to make a table, like a truth table, so i need a bunch of columns on top and I have to make a table,, I dont have the answers 🙁
 
Originally posted by: WarDemon666
i have to make a table, like a truth table, so i need a bunch of columns on top and I have to make a table,, I dont have the answers 🙁

for AND to be high, all conditions must be true
for OR to be high, at least one condition must be true

there's a start
 
Originally posted by: WarDemon666
i have to make a table, like a truth table, so i need a bunch of columns on top and I have to make a table,, I dont have the answers 🙁

Please tell me you're not considering an EECS major. Do you even know how to evaluate boolean expressions? Like... what does A+B equal if A is 1 and B is 1? or AB+A if A is 0 and B is 1?
 
Originally posted by: WarDemon666
as an example:

a(b+c) = ab+ac
table is:
a | b | c | ab | ac | b+c | a(b+c) | ab+ac
and underneath I know how to do it

000
001
010
011
100
101
110
111

Put that under A|B|C... figure out the rest.
 
Originally posted by: TuxDave
Originally posted by: WarDemon666
i have to make a table, like a truth table, so i need a bunch of columns on top and I have to make a table,, I dont have the answers 🙁

Please tell me you're not considering an EECS major. Do you even know how to evaluate boolean expressions? Like... what does A+B equal if A is 1 and B is 1? or AB+A if A is 0 and B is 1?


A+B equal if A is 1 and B is 1?
= 1
AB+A if A is 0 and B is 1?
= 0
 
Originally posted by: WarDemon666
I do pay attention. but my teacher IS SUCK
Back in the dark ages (when I attended class), there were widely used tools known as text books. Perhaps there is a present day modern version of said tool?
 
Originally posted by: TuxDave
Originally posted by: WarDemon666
as an example:

a(b+c) = ab+ac
table is:
a | b | c | ab | ac | b+c | a(b+c) | ab+ac
and underneath I know how to do it

000
001
010
011
100
101
110
111

Put that under A|B|C... figure out the rest.



I can do that. thats an example though. I dont know what to put for the columns for (A+B)(AB)
 
Originally posted by: WarDemon666


I can do that. thats an example though. I dont know what to put for the columns for (A+B)(AB)

err all possible combinations of a and b are 00 01 10 11

just evaluate the expression eg for ab = 00 you have (0+0)*0*0 --> don't tell me you don't know how to do this
 
Originally posted by: WarDemon666
Originally posted by: TuxDave
Originally posted by: WarDemon666
i have to make a table, like a truth table, so i need a bunch of columns on top and I have to make a table,, I dont have the answers 🙁

Please tell me you're not considering an EECS major. Do you even know how to evaluate boolean expressions? Like... what does A+B equal if A is 1 and B is 1? or AB+A if A is 0 and B is 1?


A+B equal if A is 1 and B is 1?
= 1
AB+A if A is 0 and B is 1?
= 0

Ok... so you do have the basic ideas.

So I gave you the start for A|B|C because that sequence will contain every possible combination of A, B and C. Under ab,ac and b+c, fill it in for each combination of a,b,c.

To evaluate a(b+c), you just look at the columns a and b+c and write 1 when they're both 1s.
To evaluate ab+ac, you just look at the columns ac and ab and write 1 when they're at least one is 1.
 
Originally posted by: WarDemon666
Originally posted by: TuxDave
Originally posted by: WarDemon666
as an example:

a(b+c) = ab+ac
table is:
a | b | c | ab | ac | b+c | a(b+c) | ab+ac
and underneath I know how to do it

000
001
010
011
100
101
110
111

Put that under A|B|C... figure out the rest.



I can do that. thats an example though. I dont know what to put for the columns for (A+B)(AB)

A|B|A+B|AB|(A+B)(AB)

Get the pattern? You just gotta break it down.

AB+B(AB+B) would have

A|B|AB|AB+B|B(AB+B)|AB+B(AB+B)...

I hope you get my example.
 
Originally posted by: TuxDave
Originally posted by: WarDemon666
Originally posted by: TuxDave
Originally posted by: WarDemon666
as an example:

a(b+c) = ab+ac
table is:
a | b | c | ab | ac | b+c | a(b+c) | ab+ac
and underneath I know how to do it

000
001
010
011
100
101
110
111

Put that under A|B|C... figure out the rest.



I can do that. thats an example though. I dont know what to put for the columns for (A+B)(AB)

A|B|A+B|AB|(A+B)(AB)

Get the pattern? You just gotta break it down.

AB+B(AB+B) would have

A|B|AB|AB+B|B(AB+B)|AB+B(AB+B)...

I hope you get my example.

omg I cant believe I missed that.

THanks Ill try it out see what happens
 
Back
Top