answersLogoWhite

0

What is q sub p?

Updated: 4/28/2022
User Avatar

Wiki User

āˆ™ 11y ago

Best Answer

ten thousand

User Avatar

Wiki User

āˆ™ 11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is q sub p?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Algebra

What does p over q mean in algebra?

P! / q!(p-q)!


If B is between P and Q?

If B is between P and Q, then: P<B<Q


What is 4 times the sum of q and p?

4(p + q), or 4p + 4q


Is not p and q equivalent to not p and not q?

Think of 'not' as being an inverse. Not 1 = 0. Not 0 = 1. Using boolean algebra we can look at your question. 'and' is a test. It wants to know if BOTH P and Q are the same and if they are 1 (true). If they are not the same, or they are both 0, then the result is false or 0. not P and Q is rewritten like so: (P and Q)' = X not P and not Q is rewritten like: P' and Q' = X (the apostrophe is used for not) We will construct a truth table for each and compare the output. If the output is the same, then you have found your equivalency. Otherwise, they are not equivalent. P and Q are the inputs and X is the output. P Q | X P Q | X ------ 0 0 | 1 0 0 | 1 0 1 | 1 0 1 | 0 1 0 | 1 1 0 | 0 1 1 | 0 1 1 | 0 Since the truth tables are not equal, not P and Q is not equivalent to not P and not Q. Perhaps you meant "Is NOT(P AND Q) equivalent to NOT(P) AND NOT(Q)?" NOT(P AND Q) can be thought of intuitively as "Not both P and Q." Which if you think about, you can see that it would be true if something were P but not Q, Q but not P, and neither P nor Q-- so long as they're not both true at the same time. Now, "NOT(P) AND NOT(Q)" is clearly _only_ true when BOTH P and Q are false. So there are cases where NOT(P AND Q) is true but NOT(P) AND NOT(Q) is false (an example would be True(P) and False(Q)). NOT(P AND Q) does have an equivalence however, according to De Morgan's Law. The NOT can be distributed, but in doing so we have to change the "AND" to an "OR". NOT(P AND Q) is equivalent to NOT(P) OR NOT(Q)


If P is true and Q is false what is the truth value of P or Q?

If p is true and q is false, p or q would be true. I had a hard time with this too but truth tables help. When using P V Q aka p or q, all you need is for one of the answers to be true. Since p is true P V Q would also be true:)

Related questions

If p q and q r then p r. Converse statement B.A syllogism C.Contrapositive statement D.Inverse statement?

Converse: If p r then p q and q rContrapositive: If not p r then not (p q and q r) = If not p r then not p q or not q r Inverse: If not p q and q r then not p r = If not p q or not q r then not p r


What is the sum or difference of p and q?

The sum of p and q means (p+q). The difference of p and q means (p-q).


What is the truth table for p arrow q?

Not sure I can do a table here but: P True, Q True then P -> Q True P True, Q False then P -> Q False P False, Q True then P -> Q True P False, Q False then P -> Q True It is the same as not(P) OR Q


What is qĀ²-pĀ² divided by q-p?

q + p


If p is 50 of q then what percent of p is q?

If p = 50 of q then q is 2% of p.


How do you write the negation of if and then?

If p then q is represented as p -> q Negation of "if p then q" is represented as ~(p -> q)


Simplify pp - q - q q - p?

p-q


What does p over q mean in algebra?

P! / q!(p-q)!


Why does multiplication or division with a negative number yield a negative answer?

The assertion in the question is not always true. Multiplying (or dividing) 0 by a negative number does not yields 0, not a negative answer.Leaving that blunder aside, let p and q be positive numbers so that p*q is a positive number.Thenp*q + p*(-q) = p*[q + (-q)] = p*[q - q] = p*0 = 0that is p*q + p*(-q) = 0Thus p*(-q) is the additive opposite of p*q, and so, since p*q is positive, p*(-q) must be negative.A similar argument works for division.


How does every rational number have an additive inverse?

By definition, every rational number x can be expressed as a ratio p/q where p and q are integers and q is not zero. Consider -p/q. Then by the properties of integers, -p is an integer and is the additive inverse of p. Therefore p + (-p) = 0Then p/q + (-p/q) = [p + (-p)] /q = 0/q.Also, -p/q is a ratio of two integers, with q non-zero and so -p/q is also a rational number. That is, -p/q is the additive inverse of x, expressed as a ratio.


What type of operator can be used to determine whether a specific relationship that exists between two values?

The relational operators: ==, !=, =.p == q; // evaluates true if the value of p and q are equal, false otherwise.p != q; // evaluates true of the value of p and q are not equal, false otherwise.p < q; // evaluates true if the value of p is less than q, false otherwise.p q; // evaluates true if the value of p is greater than q, false otherwise.p >= q; // evaluates true of the value of p is greater than or equal to q, false otherwiseNote that all of these expressions can be expressed logically in terms of the less than operator alone:p == q is the same as NOT (p < q) AND NOT (q < p)p != q is the same as (p < q) OR (q < p)p < q is the same as p < q (obviously)p q is the same as (q < p)p >= q is the same as NOT (p < q)


Where p and q are statements p and q is called what of p and q?

The truth values.