*]:pointer-events-auto scroll-mt-[calc(var(–header-height)+min(200px,max(70px,20svh)))]” tabindex=”-1″ dir=”auto” data-turn-id=”1efd220b-ec94-4291-9b3b-481f653f21f0″ data-testid=”conversation-turn-4″ data-scroll-anchor=”true” data-turn=”assistant”>Question 1 Running the following code inside a Colab cell will generate a vector x with numerous random values: set.seed(17679) n <- sample(1e+5 : 1e+7, size = 1) x <- runif(n, 0, 1e+7) Without displaying the contents of the vector, write some code that shows