Identify the command used to generate all ones in a 4X4 matrix
Chat with our AI personalities
If a is rational then there exist integers p and q such that a = p/q where q>0. Similarly, b = r/s for some integers r and s (s>0) Then a*b = p/q * r/s = (p*r)/(q*s) Now, since p, q r and s are integers, p*r and q*s are integers. Also, q and s > 0 means that q*s > 0 Thus a*b can be expressed as x/y where p and r are integers implies that x = p*r is an integer q and s are positive integers implies that y = q*s is a positive integer. That is, a*b is rational.
Prove: [ P -> Q AND R -> S AND (P OR R) ] -> (Q OR S) -> NOT, --- 1. P -> Q ___ hypothesis 2. R -> S ___ hypothesis 3. P OR R ___ hypothesis 4. ~P OR Q ___ implication from hyp 1. 5. ~R OR S ___ implication from hyp 2 6. ~P OR Q OR S ___ addition to 4. 7. ~R OR Q OR S ___ addition to 5. 8. Let T == (Q OR S) ___ substitution 9. (~P OR T) AND (~R OR T) ___ Conjunction 6,7 10. T OR (~P AND ~R) ___ Distribution from 9 11. T OR ~(P OR R) ___ De Morgan's theorem 12. Let M == (P OR R) ___ substitution 13. (T OR ~M) AND M ___ conjunction 11, hyp 3 From there, you can use distribution to get (T AND M) OR (~M AND M). The contradiction goes away leaving you with T AND M, which can simplify to T.
You do it the obvious way. Take p, q in Q, the rationals By definition, we can write p = m/n and q = r/s where m, r are integers, n and s are natural. we define pq (p times q) = (mr)/(ns) p/q = pq^-1 where q^-1 denotes q's multiplicative inverse s/r Remark: you cannot divide by 0 here because 1) 0 have no multiplicative inverse 2) if r = 0. s/r is undefined.
Given the graphic capability of this site, you are going to have to use some imagination! <---------a---------> <---a-b---><--b--> +-----------+-------+ |...............|..........| |.......P......|....Q...| |...............|..........| +-----------+-------+ |.......R......|....S....| |...............|..........| +-----------+-------+ In the above graphic, P, S and the whole figure are meant to be squares. The total area is P+Q+R+S = a2 P = (a-b)2 Q = b*(a-b) = (a-b)*b = a*b - b2 R = (a-b)*b = a*b = a*b - b2 and S = b2 Now, P = {P+Q+R+S} - Q - R - S = a2 - ab + b2 - ab + b2 - b2 = a2 - 2ab + b2
If P varies jointly as q, r and s - assume this is in direct proportion, then P ∝ qrs so P = kqrs where k is a constant.70 = k x 7 x 5 x 4 = 140k : k = 140/70 = 0.5When q = 2, r = 15 and s = 7 then,P = 0.5 x 2 x 15 x 7 = 105