1. How would you write a simple computer program to compute the mean and standard deviation of a group of N numbers 2. How would you write a simple computer program to place these N numbers in order. Could you do this without having to write a computer code ? Think Unix. 3. Write a computer code to find the max and min of those N numbers. 4. Given the following pair x,y: (3,2) (5,9) (0,3) (9,1) plot y=f(x) 5. Compute the std deviation of x and y 6. Would you know how to plot the straight line that best fit the pairs of numbers in (4) ? If the answer is yes, how would you do it ? 7. What is the fundamental condition to compute the straight line that best fit these pair of numbers ? 8. We have the function y=x^2 and 3