x = [-5 -1 3 4 7]; px = 0.01*[15 20 30 25 10]; icalc Enter row matrix of X-values 3*x Enter row matrix of Y-values -4*x Enter X probabilities px Enter Y probabilities px Use array operations on matric...x = [-5 -1 3 4 7]; px = 0.01*[15 20 30 25 10]; icalc Enter row matrix of X-values 3*x Enter row matrix of Y-values -4*x Enter X probabilities px Enter Y probabilities px Use array operations on matrices X, Y, PX, PY, t, u, and P a = t + u; [V,PV] = csort(a,P); icalc Enter row matrix of X-values V Enter row matrix of Y-values 2*x Enter X probabilities PV Enter Y probabilities px Use array operations on matrices X, Y, PX, PY, t, u, and P b = t + u; [W,PW] = csort(b,P); P1 = (W>0)*PW' P1 = 0.5300 …