answersLogoWhite

0

Why can't b 0?

Updated: 4/28/2022
User Avatar

Wiki User

8y ago

Best Answer

cause can

User Avatar

Wiki User

8y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Why can't b 0?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

How can water be solidified at room temperature?

it cant b done,but u can boil it in a vacume even at 0.c before it solidifies


How do you find the GCD?

int gcd (int a, int b) { if (a<0) a= -a; if (b<0) b= -b; while (a!=0 && b!=0 && a!=1 && b!=1) { int tmp; if (a>b) tmp= b, b= a, a= tmp; a= a%b; } if (a==0) return b; else if (b==0) return a; else return 1; }


How -A multiplied by -B equals plus AB was determined and when?

A*(B-B) = A*0 = 0 Expanding the left hand side, using the distributive property, A*B + A*(-B) = 0 That is, A*B and A*(-B) are additive inverses. Next, (A-A)*(-B) = 0*(-B) = 0 Expanding, A*(-B) + (-A)*(-B) = 0 Therefore A*(-B) and (-A)*(-B) are additive inverses But, from above, the additive inverse of -A*B is A*B Therefore (-A)*(-B) = A*B It is not known when this was proven.


If the product of two numbers is 0 does one of the numbers have to be 0?

Yes. If a x b = 0 then either a = 0, b = 0, or a = b = 0.


How can you prove if a and b are real numbers then a plus b-a equals b?

Real numbers are commutative under addition (and subtraction) so a + b - a = a - a + b The set of Real numbers includes an additive identity, 0, such that a - a = 0 so a - a + b = 0 + b The additive identity also has the property that 0 + b = b [= b + 0] so 0 + b = b


What is the argument that A equals B B equals C so A equals C?

A=B , A-B=B-B , A-B =0 B=C , B-B=C-B, 0=C-B So A-B=0 but also C-B=0 A-B=C-B ...add +b ...A-B+B=C-B+B , A=C


Does NOR gate obey associative law?

Presumably you mean is it true that: ( A nor B ) nor C == A nor ( B nor C ) ? No. Let's make a table: A B C (A nor B) (B nor C) [ (A nor B ) nor C ] [ A nor ( B nor C ) ] 0 0 0 1 1 0 0 0 0 1 1 0 0 1 .... So you see right away for A=0, B=0, and C=1 it doesn't work.


Prove A plus Ab equals A using boolean algebra theorem?

A+A*b does not mean A plus Ab the operation signified by "+" is called "or" the operation signified by "*" is called "and" there are four possible outcomes of a+a*b if a=1 and b=1 the result is 1 if a=1 and b=0 the result is 1 if a=0 and b=1 the result is 0 if a=0 and b=0 the result is 0 a+a*b is 1 if a is 1 and a+a*b is 0 if a is 0 regardless of the value of b thus a+a*b=a Q.E.D.


3b2 plus b-10 equals 0?

3b2 + b - 10 = 0 This quadratic equation can be factored. (3b -5)(b +2) = 0 The equation can be solved when either (3b - 5) = 0, or (b + 2) = 0. If 3b - 5 = 0 then 3b = 5 : b = 5/3 If b + 2 = 0 then b = -2 The roots or solutions to this equation are b = 5/3 and b = -2


What is the answer to A plus B plus C equals A times B equals C?

A=0 b=0 c=0


Is a 2-to-1 mux functionally complete?

Yes. AND operation = f(A,B) = AB = A'f(0,B) + Af(1,B) = A'(0B) + A(1B) = A'0 + AB OR operation - f(A,B) = A+B = A'f(0,B) + Af(1,B) = A'(0+B) + A(1+B) = A'B + A1 NOT operation - f(A) = A' = A'f(0) + Af(1) = A'(1) + A(0)


What is the bigger decimal?

Suppose you have two decimal numbers, A and B. If A - B > 0 then A is the bigger decimal, if A - B < 0 then B is the bigger decimal and if A - B = 0, neither is bigger.