1. 5 Let X be a random variable with E(X) = 0 and V (X) = 1. What integer value k will assure us that P(|X| >= k) <= .01?
#Chebyshev Inequality 1/k^2 to get K use square toot

sqrt(1/.01)
## [1] 10

K is equal to 10