input
stringlengths
582
658
output
sequencelengths
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: [208.063, 235.397, -72.874, -30.061] Output:
[ "85.131" ]
task094-f6aecd1a4efe456499409b6f369b347a
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: [97.857, -47.091, 77.519, 57.494, 119.734] Output:
[ "61.103" ]
task094-2168aa90ef7849fe8e2243ba19004a24
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: [116.841, -31.109, -50.642, 93.911, 153.195, 169.393] Output:
[ "75.265" ]
task094-2d637388eaf645eab1dc555bdc8d2505
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: [206.49, 142.105, -86.289, 247.909, -67.045, 12.449, 64.45, 142.742, -18.657, 170.507] Output:
[ "81.466" ]
task094-d6a5fd9ca7bd47aab811d7bd042fb0fe
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.937, 186.489, 200.514, -95.957] Output:
[ "67.027" ]
task094-faecc37e5eea4b3f9d123841ebeb50d7
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: [48.301, 210.344, -59.747, 170.736, -68.566] Output:
[ "60.214" ]
task094-91fc70a25e0043c4b931329f1d3c0b4c
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.282, 231.815, 1.709, -51.234, -76.432, 21.802, 18.917, 106.734, 168.909, -67.647] Output:
[ "60.085" ]
task094-faeb34a43868498699a3ac9aae877ad7
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: [185.771, 207.565, 244.271, -76.88, 30.914, 111.623, 132.737, -52.575, 6.605, 218.602] Output:
[ "100.863" ]
task094-2c0e8e7920da4b6ea21416bce63c4f04
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.735, -8.202, 203.181, 71.57, -48.851, -17.165, 172.465, -97.079] Output:
[ "42.707" ]
task094-41dc681797e84067986703c11171b418
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: [188.727, 75.518, 33.819, -59.29, 245.889, -87.245, 67.812, 178.693, -46.386, -98.263] Output:
[ "49.927" ]
task094-2e3593a63f804b2bb9ac3e41099613e2
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: [-82.413, 85.334, 105.65, -33.592] Output:
[ "18.745" ]
task094-5a98a6f343db45f1bd6612839e76db4f
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: [226.287, 114.252, -53.47, 8.606, 234.708, -31.872, 163.615] Output:
[ "94.589" ]
task094-298e99cb6cee4eb8a8f8d59724d2ccf3
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: [52.7, 84.079, 117.951, 114.781, -56.099, 28.991, -32.33] Output:
[ "44.296" ]
task094-1c64e1e29f144c0b8522c78e612814f8
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: [117.877, 132.169, 56.381, 30.113] Output:
[ "84.135" ]
task094-56ac3330ba464ddf8583edf58e3746a7
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: [191.13, 29.064, 242.6] Output:
[ "154.265" ]
task094-899d941bdd76403d869d80b6e4a19528
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: [113.09, 196.054, 197.899] Output:
[ "169.014" ]
task094-20f358815d4f433f830b12d90e0d7678
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: [-92.742, 120.077] Output:
[ "13.667" ]
task094-5db1f9d9442049358db8d4893a6cd6ea
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: [41.308, 149.33, -33.086, -10.268, 209.148, -69.203, -68.646, -82.073, 83.754] Output:
[ "24.474" ]
task094-302467f8ed9248339a3b31f0d328dd56
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.011, 188.981, 162.934, 78.594, 20.617, 176.363, 118.07, -50.264, 202.433, 249.137] Output:
[ "109.985" ]
task094-4923fab99afb4913be1c321b2913dfbc
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: [192.529, -67.249, 123.707, 41.987, 11.587, 202.189, 12.989] Output:
[ "73.963" ]
task094-69f30f1b810047bdb9c9a19711eb5f0b
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: [-38.311, 75.221, 204.64, -15.402, 95.732, 82.957, 108.984] Output:
[ "73.403" ]
task094-579e781a2bff4a33a7248bea1a9dbdbf
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: [-55.624, 186.05, 62.127, -21.197] Output:
[ "42.839" ]
task094-a568a37290d348cfa01fbb17b7ae4c3d
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: [46.584, 183.883, -76.45, 153.976, 150.492, -32.622, 109.444, 15.83, 161.236] Output:
[ "79.153" ]
task094-6a15e55f001a4270ac3ebab1996f9a5b
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.063, -80.463, -41.674, 5.91, -48.39, 138.764, 41.167] Output:
[ "34.34" ]
task094-b25e8683524541f28d3b985aa0934b95
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: [-56.898, -9.484, 7.689, 205.423, 224.562, -38.588, 120.312, 92.879] Output:
[ "68.237" ]
task094-1157211e9f8f43019c2b1485826776e8
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: [149.961, 203.86] Output:
[ "176.91" ]
task094-b406acf2ed24441390db460406f0e710
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.742, -4.212] Output:
[ "-35.977" ]
task094-537e04c6cb5d4ffea0c05b04876e3c4c
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.058, 179.269, 209.598, 189.824, 72.745, -32.925] Output:
[ "101.409" ]
task094-8602e3d3c63b436f81b3229049f452c4
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: [72.76, 55.649, 50.184, 158.286, 21.33, 107.318, 120.646, 12.147] Output:
[ "74.79" ]
task094-2d358f8fdbdf46268272d6a7ac585d02
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: [217.458, 224.557, 176.324, -19.725] Output:
[ "149.653" ]
task094-4d7788be92494e1794f8539f601170b8
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: [105.656, 162.482, 9.618, 180.797, 27.572, 157.868, 224.435] Output:
[ "124.061" ]
task094-1b7a7ea97cb9445eb4ecb905ec0a76eb
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.878, 117.881] Output:
[ "150.38" ]
task094-cb863fa0c62145469b3b948130a1c99a
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: [-91.008, 169.514, 49.749, 150.994, -11.229, 187.64, 162.395, 243.206] Output:
[ "107.658" ]
task094-90912c7a1c054d6fa34b67803cb57731
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.239, 45.107, 121.978, 18.939, 26.34, 44.343, -90.294, 104.135, -25.865] Output:
[ "49.214" ]
task094-93a9da35dd644727a82238eac2ae68e2
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: [-55.627, -50.2, 233.087, 168.443, 9.002, -14.155, -58.903] Output:
[ "33.092" ]
task094-e25c03f47a32418f80919f76a7e122d9
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: [-48.12, 192.63, 32.454, 132.703, -26.044, 140.006, -8.624, 38.438] Output:
[ "56.68" ]
task094-8c7128dfbd184bdead3e2b66ff45702d
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: [-17.042, 104.048, 34.069, 184.267] Output:
[ "76.336" ]
task094-007853f009a444e78848ad5879b4ec66
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.221, 0.03] Output:
[ "-18.095" ]
task094-71f6a32e8ab54e5690aa7aad1c7b2322
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.509, 232.006, 173.597] Output:
[ "126.698" ]
task094-8aa6ed9a9f56485c9d167370f35a696b
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: [206.004, -50.48, 136.045, -40.142, -66.883] Output:
[ "36.909" ]
task094-74894e800d5e49a09803f60cb2f42586
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.892, 134.017, 232.205, -4.225, 45.492, 130.32] Output:
[ "84.82" ]
task094-6309752e20a3488e9c25df196feba988
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: [-1.817, 129.363, 197.437, 181.521, 249.901, 56.704, 130.786, -1.69, 21.456, 88.586] Output:
[ "105.225" ]
task094-33efaaad235a43a2b5c2d2bbff8b1b93
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: [92.725, -52.621, 81.603, 240.398, -12.26, 124.441] Output:
[ "79.048" ]
task094-18927da2696d47b38ef993343f7a71c6
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.78, 114.476, 148.905] Output:
[ "125.054" ]
task094-d2c51e719de94369b75db16d76ffd099
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.252, 246.934, 96.512, 19.356, -50.759, 134.528, 176.914, 17.007, 171.802] Output:
[ "86.782" ]
task094-f9c72278d81e415ca2823b0daea02bed
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.559, 229.308, 159.453, -13.787, 92.134, 223.041, 10.402, 203.918] Output:
[ "110.989" ]
task094-58c26a58b0b94c7bb77fa0fee2d55b4e
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.93, -66.459, 224.153, 188.382] Output:
[ "76.286" ]
task094-8b78dae442944bd4a6cd98d6e409a96f
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.301, -10.629, 88.777, 68.965] Output:
[ "34.453" ]
task094-15d7c378498f4dcba4f17952a7161cdf
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: [247.98, 121.758, -80.07, 223.361, 0.729, -64.864, -61.026, 17.993, 109.196] Output:
[ "57.229" ]
task094-5dd53c70ae1343adb1279677bd61f4a7
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: [-99.204, -30.412, -34.7, 143.961, -33.23, 240.344, 211.004] Output:
[ "56.823" ]
task094-4ecba268f62a4c168a0e49d9f5ebaa98
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: [139.189, 203.6, -73.929, 199.95, 169.889, 22.466] Output:
[ "110.194" ]
task094-8e663c195c1749f486a3495c0f5a3a0c
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: [186.671, 242.386, -65.119, -36.037] Output:
[ "81.975" ]
task094-31213c3892ff48699a430f5db17dbe21
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: [50.724, -76.389, 149.544, 208.956, 224.667, 164.107, 223.808, 22.124, 89.233] Output:
[ "117.419" ]
task094-bc7e2724278f4abea24cb8484f74731b
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: [14.759, 72.833, -16.152, 36.847, -19.054, 182.911, -83.998, -7.533, -50.458] Output:
[ "14.462" ]
task094-cd89d9adaec14248b32034d2903bd699
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: [112.72, 131.364, 13.617] Output:
[ "85.9" ]
task094-31ea955ed79249488b593ca97460e385
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: [-74.493, -7.873, 98.435] Output:
[ "5.356" ]
task094-667a758e5c314f3888c9a565a1aaa38b
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: [66.647, 247.888, 55.318, 239.152, 111.398, 248.973, 231.76, 40.763] Output:
[ "155.237" ]
task094-2087fa907c234a0c869fb859baddfd8e
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.56, 85.74, -6.379, 177.179, -40.191, 150.634, -3.38, 6.346] Output:
[ "75.189" ]
task094-1ada44e532cd43a997f86e74ff265bf2
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.859, 56.728, 114.275, 71.768, -91.382, 134.583, 43.599, 90.369] Output:
[ "80.225" ]
task094-44900c8a463e45bfb711f671eae551c2
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.459, 95.856] Output:
[ "45.198" ]
task094-fe393937bb934d1b8d6dfded165e1123
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.507, 88.236, 175.062, 47.782] Output:
[ "86.897" ]
task094-69fb81c35aca454784c4a5f29ee93f40
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: [97.163, -74.571, -12.529] Output:
[ "3.354" ]
task094-f56cc8f8206d474580e5e10839ab177e
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: [235.663, 221.742, 156.739, -86.57, 146.941, 40.07, -8.314] Output:
[ "100.896" ]
task094-29a5a608b2ab43fdb12b5693b9872c7c
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.223, -81.443, 108.234, 35.865, -90.363, 30.802, -66.19, 245.018, 3.767] Output:
[ "20.607" ]
task094-8c06f8dbc65548c6a0b4340313e8921b
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: [-42.36, -36.434, 129.626] Output:
[ "16.944" ]
task094-257caf7c8411483ca27c9b0170b5655c
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: [135.958, 106.295, 138.576, 159.672, -37.241, 67.379, 58.779, 71.203, 191.768, -30.14] Output:
[ "86.225" ]
task094-d1bf09ca605c470489ebdccf7dde5f1e
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: [149.806, 232.621, 119.06] Output:
[ "167.162" ]
task094-03825ada11814aad9917aa9c1345c8bd
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.732, 2.826, 100.101, 21.471, 24.865, -84.056] Output:
[ "13.657" ]
task094-653f1bbccf5c428ab5ca5d8097ca480d
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: [223.955, 41.858, -54.86, 8.742, 110.448] Output:
[ "66.029" ]
task094-09620583e73c4a799d0df517c3fd177a
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: [229.254, 187.875, 136.948, 178.625, 144.135, 233.043, 12.15, 98.746] Output:
[ "152.597" ]
task094-0208a12209834b59a96264551ec99cc5
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: [136.136, 72.696, 63.517, 108.592, 188.638, 37.871, -64.559, 85.379, -13.679, -17.628] Output:
[ "59.696" ]
task094-9ab3fd0757bb4357bc7c99b7dfc0b31c
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: [202.724, 129.438, -75.21, 114.102, 151.266] Output:
[ "104.464" ]
task094-7ec923deb6dc46a18ff8c7088c5a5d1d
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.748, 98.398, 55.667, 77.39, -20.719, 187.168, 142.334, 110.723] Output:
[ "71.402" ]
task094-1427663ef95547a4bbe97324f42436b7
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: [-17.508, 162.093, 118.367, 84.373, 156.946, 157.234, 222.37, 72.338, 220.575] Output:
[ "130.754" ]
task094-33b36fceafd147489fb8db4e2aa36547
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: [217.865, -38.125, 82.461, -28.299, 219.556, 155.171, -16.325, 118.055, -26.605, -91.388] Output:
[ "59.237" ]
task094-01f0d48a95f641bba37cd648e9487a1b
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.96, 150.865, 149.644, 226.39, 106.098, 237.886, -71.247] Output:
[ "101.382" ]
task094-9b4637a57c264a65bcade4924e3dce38
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.315, 171.94, 167.346, -98.347, 71.547, -53.132, 175.534, 61.487, 155.516, -59.787] Output:
[ "54.879" ]
task094-6495b07cd13e464ba8105bbfddd89f69
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.418, 24.344, -79.23, 219.208, 115.267, 158.913, 6.087] Output:
[ "82.287" ]
task094-51711f42470b457aa4fd70bb90836090
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.556, -50.672, -8.039, -20.968] Output:
[ "23.469" ]
task094-2c5a3739a5c84179adc8a309094580b6
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.644, 132.112, 32.756, -40.069, -49.873, 133.008, 10.612] Output:
[ "40.313" ]
task094-7bec3d42910c4013b69bd0f3f22c9a49
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: [20.085, -17.507, -44.329, 41.319] Output:
[ "-0.108" ]
task094-930393f696df4617ad4cc9c5dc561774
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: [-14.561, 123.11, -83.173, 213.076, 85.249, 191.57, 13.863] Output:
[ "75.591" ]
task094-2c5abb8bba69431d9aa0bc3496295ee8
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.346, 228.37, 18.978, -42.02] Output:
[ "71.419" ]
task094-9d3385cbd56c439cb4bbd8d3034298ed
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: [11.182, 22.522, 101.599, 79.578, -19.194, 186.843, -65.371, 176.492] Output:
[ "61.706" ]
task094-5a79d84131194cf6baa6f18df73195a0
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.37, 245.198, 249.345, 94.793] Output:
[ "145.742" ]
task094-b90f0895ea9c4fc699167a209ad8d66f
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: [110.497, 198.031, 175.949] Output:
[ "161.492" ]
task094-5f978f184c05480b95a060d29e233ac7
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: [202.409, 102.881, 14.035, -72.959, -17.121, 206.426, -57.984, 245.299, -86.478] Output:
[ "59.612" ]
task094-fa103f21894448b58088dc8929a80860
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: [48.122, -2.158, 12.547, -39.257, -62.936, 120.37, 133.697, 68.132, 93.801] Output:
[ "41.369" ]
task094-3f6f025136114033bc69725f69dc0fd5
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: [194.026, 179.483, 77.885, 111.339, 234.419, 138.685] Output:
[ "155.973" ]
task094-35860275cfc4439783ac48ea47bb887f
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.954, -70.819, 111.342, 100.601, -43.788, 40.107, 83.884, 87.266] Output:
[ "55.068" ]
task094-e2420a5349ca4b59ad09ceb3c7397626
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.029, 245.588] Output:
[ "78.28" ]
task094-38ea0562c4134ff482eff9ba474091be
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: [114.823, 215.081, 143.2, 148.349, 239.654, 200.034, 96.055, -92.113, -38.088, 247.918] Output:
[ "127.491" ]
task094-6e218bba8d004d838fba976c7ea53df9
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: [168.044, 195.1, 119.207, 152.831, -14.686, 240.141] Output:
[ "143.439" ]
task094-3adf01d0f02a41c5aa69c1af30f27d95
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: [248.095, 230.389, 43.792, 2.001, 170.702, 153.847, 172.626, 32.591, 166.099, -33.334] Output:
[ "118.681" ]
task094-249ca823d9dd444c8e50d48bd1c915c7
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: [128.472, 149.361, 71.023, -96.651] Output:
[ "63.051" ]
task094-1d62c6df08e44ba8b7ba98abd3fa68d6
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: [215.885, 62.695, 17.33, 134.458, 195.467, 190.867] Output:
[ "136.117" ]
task094-3ba53dcf4ac34de9ac258fab346cb167
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.499, 21.999, 235.435, 58.638, -57.806, 224.947, 74.782] Output:
[ "75.071" ]
task094-a7452f3d845d4f2da75e1e9b071aeacd
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: [191.998, -49.501, -49.007, 115.064, 171.542, -20.141, 30.369, 118.756, 146.515] Output:
[ "72.844" ]
task094-887aa404c3dd4483bd6ffcf20de72e28
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.829, 139.23, -90.78, 200.837, 48.206] Output:
[ "71.064" ]
task094-8a47918f00c2447290a9c9e7c84100b4
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: [-87.411, -18.524, 168.788, 112.685, 47.151, -70.348, 128.549, 9.845, -1.18, -53.661] Output:
[ "23.589" ]
task094-b8dcfce8f7df4ed2b2e8e8a32a5d9929