--- title: "MV013 - exam" author: "Name" output: html_document: df_print: paged highlight: zenburn --- ```{r setup, include=FALSE} # DO NOT CHANGE THIS CHUNK knitr::opts_chunk$set(echo = TRUE) ``` ## Task 1 - solution Write your comments here. R-code write here. ```{r} # INSERT your code here a<-10 print(10^2+5*a) ``` Use this code for including pictures. ```{r , out.width="75%", fig.align = 'center'} hist(rnorm(1000),freq=FALSE) ``` **Conclusion:** We do not reject $\textrm{H}_0$. That means that we were not able to ...