input
stringlengths
582
658
output
listlengths
1
1
id
stringlengths
40
40
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-16.273, -53.495, 230.496] Output:
[ "53.576" ]
task094-c60ea92586874229bad1e19853bac97b
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [43.213, 89.267, 70.912, 151.78, 105.192, -23.468, -50.833, 131.406] Output:
[ "64.684" ]
task094-4a356d373dfb46eba0b58cd181bbfe0e
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [95.716, 130.145, 225.949] Output:
[ "150.603" ]
task094-c30b04db4e23416780c9dc7869a68374
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [5.493, -96.484] Output:
[ "-45.496" ]
task094-75cdc69962854d5f8de8f5324d326b12
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [132.489, -32.682, 79.578, 107.961, 24.072, 23.275, -71.129, -61.546] Output:
[ "25.252" ]
task094-e6e2df1c05d04fc58f2e1ccbccad357c
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [219.879, -65.298, -87.086, 229.401, 94.505, 97.81, -89.529, -48.863, 2.922] Output:
[ "39.305" ]
task094-3e706695c89e48ccb002a99263681182
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [154.805, -99.136, 113.495, -58.447] Output:
[ "27.679" ]
task094-1138a90a7997459ab5e6e8f35eb41bec
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-89.335, -64.615, 150.149, 29.267, -38.363, 126.852, 81.583, 48.857] Output:
[ "30.549" ]
task094-beb1d6cb6ea24ab8b8124933d50dc2cf
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [237.061, 157.598, 239.678, 135.432, 186.198, -70.821, 237.869, -66.916] Output:
[ "132.012" ]
task094-5386fd8224004cc1aa59b9c83a2dc720
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-58.206, 126.674, 71.656] Output:
[ "46.708" ]
task094-db8c1eca400e4a118e7cdd07f92c9971
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [231.639, -87.0, 145.362] Output:
[ "96.667" ]
task094-c685c14133b6442fa08a45c175121d93
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [111.771, 111.326] Output:
[ "111.548" ]
task094-689df6c4740a4311aa07c9769fe41b30
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [210.982, -37.264, 192.327, -54.075, -77.356, 193.668, 37.14, 56.456, 243.352] Output:
[ "85.026" ]
task094-924d401992484101bcc8662fd7b54350
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-15.474, 64.567, -15.512, 191.204, 69.845, -67.49, 233.251, 88.357] Output:
[ "68.594" ]
task094-873d3a07343e4527b679d8c2414fecb3
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-85.854, -70.228, 183.227, 66.622, 93.728, 56.008] Output:
[ "40.584" ]
task094-374a250290784610b5e9b8bd2632fa17
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [203.976, 106.117, 62.128, -89.428, 180.453, 155.566, 213.868] Output:
[ "118.954" ]
task094-bb0cbaddfef74993b229c88596dea235
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [121.276, 162.342, -25.015, 13.959, 210.395, 241.291] Output:
[ "120.708" ]
task094-f969e6c8838a4777b4d83a0e5ef6a7a2
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [28.311, 71.017, 6.064] Output:
[ "35.131" ]
task094-8bbac27ba9cb4aa5b7504b85ce9f1e6f
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-3.281, 84.204, -74.415, 151.616, 14.048, -98.313, 95.625, -79.981] Output:
[ "11.188" ]
task094-c0bf592956234eb681a226658b779a44
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [85.748, 100.358, 61.078, -20.752, 169.024] Output:
[ "79.091" ]
task094-5b8d0635684f45699cb3b0054f3058e6
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [182.158, 125.276, 213.802] Output:
[ "173.745" ]
task094-094b3ce477ce4d22879eaea0eca165e4
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [57.948, 220.872, 208.084, 98.262, -96.056, -96.647, 55.855, 10.279, 224.097] Output:
[ "75.855" ]
task094-1a72c10c05f4408ba996b86fd5d421bb
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [176.185, 217.985, 215.867, 148.644, -3.379, -30.478, 52.771, -75.198] Output:
[ "87.8" ]
task094-f5275e71231a4a1b99480fdd836f7106
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [79.469, -6.675, 166.751, 71.23, 198.744, -48.012] Output:
[ "76.918" ]
task094-286210e3feaf44db928fbd8722d0623b
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [36.671, -22.506, 105.226, 153.312] Output:
[ "68.176" ]
task094-ef3155edfb324c7cbcd788312f765ef2
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [0.714, 191.083, 204.628, 16.665, 242.75, 217.507, 35.562, 27.632, 189.705, 115.146] Output:
[ "124.139" ]
task094-773d72bef2cf4c3480903afd09f2f328
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [141.011, 196.43] Output:
[ "168.721" ]
task094-bc89b32b12964890828efef887b649ac
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [183.192, 226.177, 28.219, 208.805, 213.037, 139.24, -75.96, 109.596, 64.791, 158.8] Output:
[ "125.59" ]
task094-7b6f5d9992754b729578e60062371e20
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-4.188, -82.17, 177.449, 132.881, 172.002] Output:
[ "79.195" ]
task094-cfa4d23392444bffa1f580b2f02d1d72
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [198.164, 203.443, 137.014] Output:
[ "179.54" ]
task094-84e3aac9780c4c1e9b61a37f246abee2
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-27.223, 144.738, 134.533, 213.727, -72.707, 61.629, -96.294, 94.71, -61.109] Output:
[ "43.556" ]
task094-1006441cd1a14838b2f41afff01fdf21
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [80.113, -28.006, -40.254, 222.454, 29.784, 129.871, 141.71, -44.716, -22.74] Output:
[ "52.024" ]
task094-b5365fc9b28441e0b36540b717bba2ad
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [182.641, -79.003, -79.257, 41.314, 201.125, -70.56, 204.51, 138.512] Output:
[ "67.41" ]
task094-153aae4eb70640b19b020b093affd100
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-60.055, 69.92, 66.661, 67.678, 118.838, 93.501, 208.247, 24.465, 171.544] Output:
[ "84.533" ]
task094-b144a9263c60432f8f459dffa00ea65d
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [146.348, 26.388, -44.791] Output:
[ "42.648" ]
task094-3f35cb009594419c8494a3fc9f94c050
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [81.412, 169.404, 122.98, -21.127] Output:
[ "88.167" ]
task094-a08a13b62a1e49349eff2807e1519ce3
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-93.444, 18.512, 41.838, 21.463, 45.583, -34.277, 196.404, 234.375, 41.432, -53.067] Output:
[ "41.882" ]
task094-a6b5e1d9ed4b42d284ce915e7113b957
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-35.552, 8.944, 194.056, 37.354, -89.884, 126.885] Output:
[ "40.301" ]
task094-0b9615360f074c0f96b5c40a6794129f
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [213.593, -62.079, -39.981] Output:
[ "37.178" ]
task094-c9bd6046fe094ee9b6db05146d3c6ec1
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-21.669, -73.355, -99.121, 64.896] Output:
[ "-32.312" ]
task094-b2ad3c33cc4948f08c5aba68ec7c6411
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-75.704, -31.361, 79.286, 154.808, -82.324, 216.429, 54.074, -70.835, 164.234, 111.267] Output:
[ "51.987" ]
task094-1f3cc97c58a4440ea4855c529da6901d
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [0.937, 14.933, 42.489, 224.385, 218.168, 61.875, -92.155, 207.237, 125.822, 1.474] Output:
[ "80.516" ]
task094-68c5e513aed3499a8f2d800929b3db7d
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [219.266, 160.044, 164.151, 223.672, 97.381, -58.894, 109.643, -55.134, -54.016, 106.439] Output:
[ "91.255" ]
task094-60a3af40689246dd9554145148ff9295
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [221.909, 38.36, -62.81, 132.751, -26.003, -12.857, 158.23, 243.071, 86.875, 71.632] Output:
[ "85.116" ]
task094-3d01ab8af33e498a9ba936b35a8b2cb1
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [120.401, 33.657, 72.355] Output:
[ "75.471" ]
task094-d387a80503834f839204e57fd2f8901f
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-31.437, 229.553, 167.968] Output:
[ "122.028" ]
task094-9061441342cd4e52a1ec995b3e19458d
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-18.748, 54.644, 134.427, -61.607, -53.525, 0.987] Output:
[ "9.363" ]
task094-7797ee78f6b14bda944bfc15ba04c28f
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [164.352, -97.553, 16.993, 212.683, -67.211, -48.332, 124.661, -49.122, -99.945] Output:
[ "17.392" ]
task094-77f2da99057c41a787629798dc64ef50
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [32.962, 40.674, -70.729, 174.148, 76.203, 193.206, -61.932, -2.655, -75.513, 118.474] Output:
[ "42.484" ]
task094-05567af1c0ea423d8081ed213c54d84a
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [88.17, -95.795, 38.421, -18.644, 31.182, -91.278] Output:
[ "-7.991" ]
task094-b1370472aedc4b06bced276465db7540
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-6.353, 218.213, 125.164, -95.828] Output:
[ "60.299" ]
task094-6d2b5ea42d674ec996ba690a20838f7b
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [45.213, 53.31, 191.443, -49.801, 170.298, 20.348, -70.266, 105.989, -34.239] Output:
[ "48.033" ]
task094-fbbf4abb4c394ad6bf8442e2ff76711d
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-9.354, 98.9, 60.569, -78.676, 31.088] Output:
[ "20.505" ]
task094-672e68845def436f8d2759e036f2e76b
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-67.154, 33.622, 180.112, 149.655, 37.878, 101.921, 183.35, 24.104] Output:
[ "80.436" ]
task094-afb2f4a062ce435f8be09d1df317733a
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [124.807, 131.922, 5.54] Output:
[ "87.423" ]
task094-e272f4af8f424989ba33a78d3db66c44
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-89.318, 247.959, 25.441, -92.763, 172.246, -57.286, 181.58] Output:
[ "55.408" ]
task094-4a80322c33574277973a38a5ed3a5092
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-47.462, 69.283, 176.536, -64.153, 144.242] Output:
[ "55.689" ]
task094-75de4ba016834aef863da2244a079e62
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [40.781, 76.611, 89.978, -90.541] Output:
[ "29.207" ]
task094-73d53e90ab654430aa3b716f9cd0283b
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [156.962, -39.015, -89.51, 232.862, 240.492, -85.185, 212.782, -42.154] Output:
[ "73.404" ]
task094-65154e70ae104b049a5a6ffd0f3c6e0f
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [10.052, -64.278] Output:
[ "-27.113" ]
task094-a4fabb8586494a2981508bcfb94b8a22
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-89.559, 114.212, 147.967, 223.15, 17.575, 151.317, 77.783] Output:
[ "91.778" ]
task094-aa693e18cfe94110b680cca049c12ef8
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-75.585, 100.466, 173.612, -49.914, -3.926, 123.033, -41.309, 11.466, -27.853, 192.989] Output:
[ "40.298" ]
task094-a60ed9adef02402f8b0e59ff67262a6f
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [96.706, 239.918, 73.299, 68.184, 233.512, -76.407] Output:
[ "105.869" ]
task094-e31447dfa80341c4b19966362cba3f61
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [170.32, -52.766, 63.611, 102.522, 38.669, 120.075] Output:
[ "73.738" ]
task094-7eba3c02c701426f971ce3142dfe7432
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-18.001, 51.172, -66.333, -79.852, 93.818, 230.012, 55.556, -63.057, 124.868] Output:
[ "36.465" ]
task094-41ca1a7ce16c4e9da28c2a82966a34df
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [176.448, 36.719, 196.363, -26.5, -57.937, 144.564, -41.88, 7.251, -72.878, 11.25] Output:
[ "37.34" ]
task094-7822bbfa46694d8fa8f69cfe3908749e
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-22.677, 194.105, 74.714, -74.308, 247.931, 103.657, 48.012] Output:
[ "81.633" ]
task094-48f6c9d99bd44a5cb3a24b3f92f2d43c
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [178.694, -18.914, 30.093, -42.535, 10.965, 20.697] Output:
[ "29.833" ]
task094-d102d9ef102f4daf9849d198bc3348ab
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [225.892, 62.903] Output:
[ "144.398" ]
task094-c051bfba1db84e2e85f0c41035d3179e
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [174.54, 146.255, 25.722, 197.448] Output:
[ "135.991" ]
task094-739549f3592b4c668ff8ab0e465d2915
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [184.883, 31.746, 111.972, 67.031, 117.43, 32.534, 169.862, -51.339, 98.662] Output:
[ "84.753" ]
task094-d3744b1e9b334433ae58e3a8477c0a92
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [7.044, 92.686, 28.935, 16.572, 209.733, 148.783] Output:
[ "83.959" ]
task094-60798d6a822546d1a03e80459be8ba37
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [246.664, -63.255, 15.307, 244.474] Output:
[ "110.797" ]
task094-a3b5419486d64a0ea4318341e0fac922
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [86.433, 138.224, 193.806, 53.559, 40.299, 15.046, 212.04, 174.212, 172.282] Output:
[ "120.656" ]
task094-d137f2cb011940a3a9ff3185aa0a0a54
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [193.75, 123.39, 187.81, 192.139, 123.005] Output:
[ "164.019" ]
task094-a29da6796f63439e8d7be8c628f93a2e
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [37.282, -97.352, -18.909] Output:
[ "-26.326" ]
task094-373400d55da640cfabcc8b85ffa23dc4
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [63.888, 183.194, 143.942, 27.732, -79.234] Output:
[ "67.904" ]
task094-c754fc11cc4a44e685ba3255669c9c31
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-95.209, 15.099, 141.733, 107.425, 132.078, 184.485] Output:
[ "80.935" ]
task094-54ec44b0cd474a2a808cb502bac62952
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [65.072, -91.462, 41.572, 79.904, -13.47, -37.044, 71.614] Output:
[ "16.598" ]
task094-704df4551e7b402b9652b1ba3ea0c004
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-37.876, 206.008, 81.824, 205.696, -31.94, 165.356] Output:
[ "98.178" ]
task094-d3e746e39cee4c16899870c84f6fa957
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-28.685, 205.732, 63.154] Output:
[ "80.067" ]
task094-623d674a15664bca9dd78253c633d570
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-25.548, 60.76, -71.291, 28.584, -42.004] Output:
[ "-9.9" ]
task094-519e649612c04ecda26d434a70007daf
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [77.999, -51.028, 55.312, 144.582, 192.078, -3.162, 49.859] Output:
[ "66.52" ]
task094-03cbc70dce994f5daf1e1a485881e3ab
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-57.108, -16.819, 79.314, 94.108, -33.463, -14.495, -48.311, 201.396, -24.222] Output:
[ "20.044" ]
task094-d3783e5faec440c3b71860e329f8722d
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [131.308, 156.502] Output:
[ "143.905" ]
task094-662be1ccca4a49f086ca951b4129fba5
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [181.909, 164.402, 127.674] Output:
[ "157.995" ]
task094-cad37eaf658844f59f4dc3d734a9eaf4
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [154.264, 21.323, 234.472, 75.934, 201.278] Output:
[ "137.454" ]
task094-725e29b9079f42149ca7b5af67616eb6
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [106.869, 162.115, 41.425, -59.411, 49.864, 83.249, -52.071, 239.386] Output:
[ "71.428" ]
task094-46e88ed40f21411c9429d7b54890679a
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [9.202, -54.035, -18.11] Output:
[ "-20.981" ]
task094-94549947223243858439fa8196231cf9
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [54.131, 86.834, 31.709, -91.888, 101.74] Output:
[ "36.505" ]
task094-f1305d42fe2144648c4a4f195c7b6807
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [37.372, 52.175, 140.442] Output:
[ "76.663" ]
task094-9e02a6bf91524da89df6336d5ad6598d
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-8.495, 176.723, -90.879, -91.41, 174.707, -27.129, 165.359] Output:
[ "42.697" ]
task094-592ad117793b4a848a6fc13314439164
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [245.134, 62.209, 94.18, 238.218, 28.385, 150.906, 139.02, 246.925, 126.08] Output:
[ "147.895" ]
task094-1d375a5024094a5084161b96f5e79b3b
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-23.309, -38.568] Output:
[ "-30.938" ]
task094-537b910463074905a2f313113e4aed68
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [6.117, 4.736, 237.315, 141.33, 160.713] Output:
[ "110.042" ]
task094-d5e796e46ed64aaa9dda780bb0fff54f
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-8.6, 148.356, 21.188, 129.408, 189.687, -3.91, 102.347, -75.62, 103.278, 198.339] Output:
[ "80.447" ]
task094-78b104f2b92e4ba7a4fa9e5cc8eced89
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [173.626, 223.626, -55.398, -35.546, -28.766, 44.258, 175.002] Output:
[ "70.972" ]
task094-d5e0757a5f224655b70266421c646e9f
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [119.367, 50.478, -88.768, 245.971, 108.363, 162.516, 207.332, 51.384] Output:
[ "107.08" ]
task094-b88dcee47a0447beaa1ede2a8a1b02a4
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [183.841, 14.026] Output:
[ "98.934" ]
task094-06e75dbaf3a14b75b09ada98353bf474
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [93.869, 159.558, 192.549, 93.476, -40.309, -24.447, -22.307] Output:
[ "64.627" ]
task094-5103662cc9844c39ae2d889e5bf5152e