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: [145.185, 118.59, 52.242, 148.526, 2.774, 248.876, -68.243, 199.455] Output:
[ "105.926" ]
task094-3003fdaf4d004a2788aa2c8746d32ddd
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.045, 18.716, 163.218, 150.247, -22.261, 63.849, -1.13] Output:
[ "53.228" ]
task094-b22eb3e9f55440e99c8992ed3153e4f4
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.62, 182.674, 11.011, 140.381] Output:
[ "77.612" ]
task094-7d5399f02a404efcad66788e5733e7c1
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.222, 33.339, 163.969] Output:
[ "66.177" ]
task094-3811c070749f4150ae27d7a6d9f83a49
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.885, 135.262, 135.999, 179.96, 178.268, -65.339, 63.708] Output:
[ "87.425" ]
task094-9c40155cf20b4226ab3a61e1676e3bd3
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.412, 32.433] Output:
[ "113.422" ]
task094-b9ced9d0683d4e1da872679192dca6b2
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.062, 112.973, -83.064, 51.297, 52.458, 38.609, 211.119, 11.127, 158.686] Output:
[ "71.363" ]
task094-1aaec0cb4d2549d08100f42a6238d255
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: [143.312, 189.404] Output:
[ "166.358" ]
task094-dc95c3594fd24a7585760106d92369e1
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.833, -66.591, 16.497, 117.61, 155.714, -18.361, 51.448, -26.681, 145.481, -10.042] Output:
[ "26.824" ]
task094-2c0028fa4ddf4c2f8789cc9d60058ed5
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.709, 121.021, 47.686, 106.517, 82.047, 174.704, 194.464, -68.875, 98.607, 200.625] Output:
[ "91.109" ]
task094-bfac9a3db0564ba3befdc97a92dfcc84
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.927, 120.599, 239.041, 198.231, 1.237, -76.34, -18.239, -97.382, 18.979, -53.788] Output:
[ "52.626" ]
task094-474cebf90a0b43c7a99963541fd4072a
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.661, 99.26, 20.595, -64.167, 28.87, 196.285, 162.102] Output:
[ "67.944" ]
task094-7905dd301fc944eb983301ff8748f45f
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.043, 172.139, 0.164, 207.929, -72.972] Output:
[ "104.861" ]
task094-496f6f2b48854fc5b5bdef1b8f85913e
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: [98.834, 143.231, 35.995, -64.696] Output:
[ "53.341" ]
task094-c839112940174ba0b1657f84db9eb12d
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: [129.874, 136.761, 11.242, 192.595, 216.126] Output:
[ "137.32" ]
task094-053a54823a9d42e789e13b2134e05621
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.996, -86.097, 81.958, -22.864, 102.176, 41.523, 222.055, 2.513, 184.656, -50.416] Output:
[ "66.75" ]
task094-a02678203c3e4905adbfc423924f0864
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: [224.259, 144.025] Output:
[ "184.142" ]
task094-1b26c503e33940039ac4b83e5cb2d852
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.324, 21.424] Output:
[ "81.374" ]
task094-d0d793fb8b97457488c7f6bf3de4881c
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.026, 20.03, 73.595, -24.957, 185.718, 36.43, 206.024] Output:
[ "86.981" ]
task094-12328509b48b49b9961df801ad3a7b36
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: [242.823, -39.827, 72.63, 185.81, 163.766] Output:
[ "125.04" ]
task094-b1b4f23e2fb5493ea88bb17f2f0774cb
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.984, 40.535, 238.874] Output:
[ "94.464" ]
task094-6c70e8a8e6524f5a858ed05b93a65cc5
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.59, 18.35] Output:
[ "16.47" ]
task094-34a2fbc57a8947f69851579f7c3f234d
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.446, -78.681, -94.402, 69.076] Output:
[ "26.11" ]
task094-d5e92b802ae3425e81004a1daed28415
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.273, -2.503, 217.698, -50.731, -55.456, 158.491, -46.404, -82.953, 68.62] Output:
[ "45.004" ]
task094-b09cf9ff2b2f46b797c23415a5810dd8
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: [243.851, 197.293, -85.315, 158.097, 245.874, 85.687, -14.869, 96.95, 35.581] Output:
[ "107.017" ]
task094-ab794cd84bdc428ba110e737417d4ed3
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: [100.12, 196.476, -69.362, -98.278, -88.557, -78.605] Output:
[ "-6.368" ]
task094-e8117564af744c2cab1c5cbedf90022e
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.617, -94.419, 104.477, 184.593, 13.528, 47.333, 51.86, 38.279, 167.946, 30.116] Output:
[ "61.633" ]
task094-d9f35c82c7154fe0be723626f72457eb
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: [-90.119, -29.624, 162.765, 246.069, 150.043, 163.064, -89.514, 69.026, 249.461] Output:
[ "92.352" ]
task094-40ac08393b1e43d5aa3270e7efad99ce
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: [19.66, 77.859, -40.301, 103.668, 88.788, 77.935, 157.158, 187.661] Output:
[ "84.054" ]
task094-4671b92f568b497b8a69b00412f106f2
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.543, 182.158, 92.028, 84.905, 28.435, 215.761, 143.144, 27.47] Output:
[ "108.306" ]
task094-8d600bed55ac4b7b9d0809ada4fe4d47
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.585, 235.292, 121.008, -36.186] Output:
[ "109.925" ]
task094-3bee3fea1a4148d282be048cb5306d8e
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: [-30.77, 228.314, 131.048, 202.916] Output:
[ "132.877" ]
task094-47f95614718b4c2e9d3f51b1edc4880c
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.214, 180.975, 3.941, 110.699, 193.845, 19.516, -19.4] Output:
[ "86.256" ]
task094-4b0b360cf0714e9db4a770756a6235bb
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: [83.282, 124.677, 44.957, 35.213] Output:
[ "72.032" ]
task094-9a419fe310ac49ebaaedb0465e5fb9f6
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: [145.592, -71.384, 226.119, -11.407, 79.985] Output:
[ "73.781" ]
task094-01bb7d7763e24affaa5786dc5ee73b11
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: [127.151, 134.989] Output:
[ "131.07" ]
task094-aff6b438169145079bd6855d6e1bcadd
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.615, 237.938, 100.237, 229.449, 219.442, 157.359, 78.05, -50.553, 246.052] Output:
[ "155.51" ]
task094-138dc1d0a0ba4c3ab8110184659f867a
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: [165.647, 110.893, -83.152, -56.699, 19.53, 48.825, -64.043, 199.192, 249.46, 244.789] Output:
[ "83.444" ]
task094-46634e479f9d4d589786be30718944fe
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: [64.523, 131.207, -30.223, -95.659] Output:
[ "17.462" ]
task094-5caa5383859d4e778df70d8f74f0cfb2
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.697, 41.485, -88.189, -36.061] Output:
[ "13.483" ]
task094-f46b5108c0144b199eb319cc5d9ba163
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: [-2.772, 225.483, 211.749, 45.779, -82.623, 229.799, 107.783, 64.653] Output:
[ "99.981" ]
task094-690f74161d4c4bb69172ccf502dc4cae
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: [115.312, 165.47, 247.989, -43.103, 132.924, 124.421, 175.521, 7.047, -7.973, 88.174] Output:
[ "100.578" ]
task094-1d4798a6ea8145bba40ec6e4c79326e3
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: [161.173, 92.04, 186.538, 204.564, 194.167, 133.613, 45.825] Output:
[ "145.417" ]
task094-38d039f0b4254bf38a5c415c863f329e
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.229, -4.985, -59.758, 248.142, -58.435, -13.462, 141.933, -54.943, -26.838] Output:
[ "40.32" ]
task094-ea450d3940a44a46940aa3574ad62c0d
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.789, -11.945, 155.115, 81.856, -73.176, 64.915] Output:
[ "50.759" ]
task094-fae90afb9b254cb08ae110a4fbb1f3b7
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.56, 139.074, 171.611, -7.976, 91.496, 75.367, 117.174, -76.129] Output:
[ "68.272" ]
task094-80fce215977946fd9533141a2ee7fc50
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.555, 155.313, 12.48] Output:
[ "88.449" ]
task094-f7b17c675fb948a0a476c3e1b375207c
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.157, 101.931, 182.713, -84.343, 109.572] Output:
[ "75.206" ]
task094-f67502f328b541adaa2a23aafc2b4102
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: [125.868, 218.221, 171.193, 23.318, -3.867] Output:
[ "106.947" ]
task094-ea17c43972c847c4b91fb29b41090e4a
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.754, -12.667, 32.486, 212.806, 38.691, 125.914, 218.354, 129.832, 73.432, 5.113] Output:
[ "91.372" ]
task094-d5e2365ab937494f819a938b46d44bed
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.411, -30.911, 93.789, 108.922] Output:
[ "45.053" ]
task094-ab7761ebcee744b18f21573ac5371c52
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: [241.388, -37.843, -41.309, 26.588, 138.961, 235.54, -27.509] Output:
[ "76.545" ]
task094-1b96ff78a6704762b196f5b9471f52bd
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: [108.073, 38.855] Output:
[ "73.464" ]
task094-0138ad07ea714bda83de92bd8ca97947
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: [160.855, -13.065, -94.447] Output:
[ "17.781" ]
task094-3bb758efe483494b9305527630215b89
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.307, 140.293, 3.486, 62.844, 64.034, 157.329, 155.205, 68.587, 34.966] Output:
[ "75.937" ]
task094-0f0ea1e26a824f2480f66afc6122769d
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: [175.557, -24.87, -1.936, 77.531, 97.551] Output:
[ "64.767" ]
task094-d5d31bcd0f354819b83fe25444ceec57
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.163, 21.332, 13.22] Output:
[ "51.572" ]
task094-bcac20a140ee4cbd936824fd1ef19355
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: [108.592, 61.559, -29.294, 98.0] Output:
[ "59.714" ]
task094-7aa514f3bc664be3bea6c3d09ca471d8
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.318, 233.463, 47.034, 171.993] Output:
[ "93.043" ]
task094-e9a252ffd40f476884f8b2d662573e5f
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: [34.49, 129.304, -5.901, -26.665, 222.885, 64.848, 44.983, -87.1] Output:
[ "47.106" ]
task094-3ff328dc25b04155b915e6a9dc7ef268
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.59, 99.493, -68.768, 195.346, 59.259] Output:
[ "64.184" ]
task094-c686be95cd664391a4d369b699a8026d
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: [33.19, 186.078, 118.231, 102.095, 99.666, 183.622] Output:
[ "120.48" ]
task094-21ccc3d6068944ee82adf3303ec16685
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.243, 124.176, -14.427, 115.214, 138.236] Output:
[ "91.288" ]
task094-51ebe07d1afd4b42a482c5d8e80eacd9
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.226, -90.437, 147.921] Output:
[ "49.57" ]
task094-2696fbb8bd384293a19c7c14e29121e0
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: [138.153, 51.567, -73.614] Output:
[ "38.702" ]
task094-6f64a231f4e2418e8a0a11f9652a698f
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.169, -40.087, 109.373, 93.992, 159.75, 126.941, 80.962, 130.541, 184.538, 102.057] Output:
[ "91.99" ]
task094-9234d666f75f4249addd16689ea3ddb6
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: [197.301, -51.197, 167.98, 104.697, -8.64, -83.271, 119.387, 35.643, 83.898] Output:
[ "62.866" ]
task094-24190980b78f4d49bf396363a904a9bf
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: [34.291, -77.327, -25.038, 147.625, 104.605] Output:
[ "36.831" ]
task094-55bf7907b7604378b43f2edf8ee8e42f
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.816, -51.452, 120.393, 154.193, 125.215, 15.148, 189.425] Output:
[ "82.391" ]
task094-26f3aa993cc845f997921340b47de1ec
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.931, 34.114, 140.132, -60.779, 111.539, 94.932, 80.318] Output:
[ "92.598" ]
task094-01f3fdfec60a41b186d93cccaaf16d66
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: [228.732, 0.864, -96.117, 185.198, -76.082, 157.171, 93.798, 235.564, 81.912, -18.661] Output:
[ "79.238" ]
task094-28c29ef165264c9db22070cbaee79aa2
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.37, -75.168, 32.201, 51.419, 4.792, 175.575, -6.252, 121.019, -88.724, 9.185] Output:
[ "21.368" ]
task094-d51e8d62eaf94cc89e9e85de26536ef5
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, 50.276] Output:
[ "3.958" ]
task094-c47e7a143af74bc18dec0fa313791f4e
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: [201.059, -91.982, 34.307, 22.568, 181.399, -13.055, 220.963, 114.027, 128.754] Output:
[ "88.671" ]
task094-eeb3d601148844b19b359ce35710c1dc
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.384, 147.392, 5.188, 209.73, -69.962, 230.239, 240.38, 25.261, 62.139] Output:
[ "99.195" ]
task094-f2e8eeea12934e869da63d6c6c217b56
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.332, 97.053, 43.697, 51.168, -56.25, 163.444] Output:
[ "91.074" ]
task094-8420d27738e94d719a67c7f7578bbf19
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.155, 124.512, 14.467, -94.133, -3.907, 48.416] Output:
[ "17.252" ]
task094-664a78db2cf246b79b73fc2d8a565e94
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: [122.414, -16.576, 44.084, 200.259, 127.233, -0.03] Output:
[ "79.564" ]
task094-6415e7e55a6f4eebba8d57f419331402
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: [94.954, -96.682, -23.218, -64.282] Output:
[ "-22.307" ]
task094-b492b148af764da8b210a0fc57f6b029
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: [33.377, -91.899, 38.653, 191.655, 45.296, 125.377, 47.769, 53.938, -18.513, -45.174] Output:
[ "38.048" ]
task094-029d15de1ded4ecca532f1e1922004b0
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.433, 9.094, 98.364, 175.424, 105.707, 80.646, 218.004, 65.0, 215.29, 139.78] Output:
[ "119.274" ]
task094-5a335193e151467e9133fffe8acfb529
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.444, 112.084, 178.657, -54.459, -87.991, 246.326, 148.402, 123.572, -34.311, 183.622] Output:
[ "76.346" ]
task094-6381b7d94d72409f8a46b13bcf46fb78
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.459, -70.112, -49.429, 123.721, 95.856, 153.681, -38.965, 36.96, -1.414, 201.188] Output:
[ "48.395" ]
task094-0b44508008e64db18aaa7815fcc3e0b7
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: [68.917, 24.2, -79.923, 72.791, -85.781, 45.312, 228.983, 9.727, 2.077] Output:
[ "31.811" ]
task094-0f727ca2d1494b949b143582f59b1cc1
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: [109.113, 221.094, -2.767, 126.055, -4.845, -16.356, 221.354, 17.508, -33.086, 132.051] Output:
[ "77.012" ]
task094-be5282532e504194aa1d8c1023574cf9
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.819, 144.067, -10.157, 190.992, -56.443, 73.656, -8.101] Output:
[ "51.833" ]
task094-05ee840c7daa480ab92c6a3b28fd9aff
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.914, 65.275, -49.19] Output:
[ "-21.943" ]
task094-b8a02002183c4fe5a28ff7475232614f
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.763, 184.052] Output:
[ "120.408" ]
task094-35ff75ed55ae4be5a64f8007a9ac43b6
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.744, 153.416, 176.566, 146.602, 19.187, -45.119, 50.745, 248.65, -62.326, 163.608] Output:
[ "75.358" ]
task094-d776445e64ab4062b3ce6c9c8c93c65e
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.418, 160.909, -2.36, 88.783, 234.261, -12.12] Output:
[ "84.648" ]
task094-9f8ef31315a64f6cb70cdccc117cebb1
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: [236.81, -48.495, -89.669, -95.35, 167.541, 233.959, -62.852] Output:
[ "48.849" ]
task094-08f940c49b944a7bbe94de583028943a
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: [196.405, -26.718] Output:
[ "84.844" ]
task094-bea97c76888b4adfaac5fa236d642999
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.455, 225.012, 36.027, 182.967, 106.922] Output:
[ "153.677" ]
task094-61fd481b497944f0866d05a78afa35c8
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.494, 84.034, 110.102, -84.859, 20.308, 247.007, 56.012, 240.672, 37.917, 51.613] Output:
[ "94.13" ]
task094-564f892c58e449e2a626f7839b88279a
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.862, 130.424, 96.281, 202.822, 24.529, 95.519, 51.142] Output:
[ "90.368" ]
task094-872a092ec2e343e9ad08b188caa3364c
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: [145.504, 196.202, 68.464, 112.152, 83.046, -94.525, 138.408, -18.738] Output:
[ "78.814" ]
task094-4dc3c6da34c348609b654957dbf60200
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: [68.017, -84.821, -80.681, 153.794, 108.464, 0.734, -60.638, 141.255] Output:
[ "30.766" ]
task094-1fb0e2a324f249cea686b75010ad7a9a
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.861, -28.954, -94.597, 45.106, -93.504, 215.902, -28.9, 101.328, 54.908, -18.72] Output:
[ "25.943" ]
task094-fadbaaca07714c96b8ef2d9cc8d5b857
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: [29.63, 110.962, 69.986] Output:
[ "70.193" ]
task094-67f3f3ad93104df3a8ced063adc8480b
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.899, -52.487, 98.702, -72.88, 61.749, 183.941, 19.768] Output:
[ "35.099" ]
task094-c1cb1b41c7dd4a77905acb8f71d471a3