Unfortunately, limitations of the browser used by Answers.com means that we cannot see most symbols. It is therefore impossible to give a proper answer to your question. Please resubmit your question spelling out the symbols as "plus", "minus", "equals" etc.
Furthermore, the answer might well depend on the value of q and p.
Chat with our AI personalities
Comparative operators are used to compare the logical value of one object with another and thus establish the rank (ordering) of those objects. There are six comparative operators in total: p<q : evaluates true when p is less than q p>q : evaluates true when p is greater than q p<=q : evaluates true when p is less than or equal to q p>=q : evaluates true when p is greater than or equal to q p!=q : evaluates true when p is not equal to q p==q : evaluates true when p is equal to q
There is absolutely no reason why the ratios P and Q should be equal!
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)
T
Ifp < q and q < r, what is the relationship between the values p and r? ________________p
a rational number
When: p=12 and q=3 Then when: p=76 and so q=19 Because: 12/3=4 and 76/19=4
All integers {..., -2, -1, 0, 1, 2, ...} are rational numbers because they can be expressed as p/q where p and q are integers. Let p equal whatever the integer is and q equal 1. Then p/q = p/1 = p where p is any integer. Thus, all integers are rational numbers.
a rational number
0.142678
The difference of p and q can be written : p - q Twice the difference is therefore 2 x (p - q) which can also be written as 2(p - q) OR 2p - 2q. Consequently you can create another variable (say) y and make this equal to twice the difference of p and q by simply writing, y = 2(p -q)
The answer depends on what p and q are!