x = [-5 -1 3 4 7]; px = 0.01*[15 20 30 25 10]; icalc Enter row matrix of X-values x Enter row matrix of Y-values x Enter X probabilities px Enter Y probabilities px Use array operations on matrices X,...x = [-5 -1 3 4 7]; px = 0.01*[15 20 30 25 10]; icalc Enter row matrix of X-values x Enter row matrix of Y-values x Enter X probabilities px Enter Y probabilities px Use array operations on matrices X, Y, PX, PY, t, u, and P G = 3*t - 4*u [R,PR] = csort(G,P); icalc Enter row matrix of X-values R Enter row matrix of Y-values x Enter X probabilities PR Enter Y probabilities px Use array operations on matrices X, Y, PX, PY, t, u, and P H = t + 2*u; EH = total(H.*P) EH = 1.6500 [W,PW] = csort(H,P); …