Question 979511

<table border=1><tr><th>A</th><th>*</th><th>B</th><th>C = A*B</th></tr><tr><td>2</td><td>*</td><td>1</td><td>2</td></tr><tr><td>0</td><td>*</td><td>2</td><td>0</td></tr><tr><td>1</td><td>*</td><td>3</td><td>3</td></tr><tr><td>4</td><td>*</td><td>4</td><td>16</td></tr><tr><td>1</td><td>*</td><td>5</td><td>5</td></tr><tr><td>2</td><td>*</td><td>6</td><td>12</td></tr><tr><td>0</td><td>*</td><td>7</td><td>0</td></tr></table>


Data set 1 is this list (from column C): 2,0,3,16,5,12,0


========================================================

C.1

Box Plot (I used <a href="https://www.geogebra.org/">geogebra</a> to make this boxplot)


<img src = "http://i150.photobucket.com/albums/s91/jim_thompson5910/boxplot1_zpsruajcmrn.png">


Five number summary

min = 0
Q1 = 0
median = 3
Q3 = 12
max = 16


-------------------------------------------------------

C.2


Interquartile Range (IQR)


IQR = Q3 - Q1
IQR = 12 - 0
IQR = 12


This is the distance from edge to edge of the box.