input
stringlengths
582
658
output
listlengths
1
1
id
stringlengths
40
40
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-59.098, -22.489] Output:
[ "-40.794" ]
task094-4ded0438d2d1418db512e4a3acf090b1
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.796, 225.256, -90.863, -31.223, -16.891, 225.033, 249.122, 140.638, 30.242] Output:
[ "73.946" ]
task094-8d57fa4db954460a859b37282ed49952
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.167, 145.229, -7.463, -49.818, 212.851, 220.193, 36.707, 68.67, -82.583, -84.099] Output:
[ "54.985" ]
task094-74988e417c734e968e71dad945fbbfaf
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.919, 78.616, 52.765, 99.699] Output:
[ "55.54" ]
task094-133a40daf1794d479986a44e77c3dff8
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-7.898, -72.702, -38.265, -19.34, 121.705, 56.761, 130.055, 38.452] Output:
[ "26.096" ]
task094-935d5e9b80b647a4974a13826ab0159d
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-88.262, -7.13, 233.712, -35.159, 235.658, 222.687, 24.571] Output:
[ "83.725" ]
task094-828e35d09c5a4deab8b9ea7d4c03e651
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.55, 148.997] Output:
[ "143.774" ]
task094-ba1b12991cbd4a5f83274c34d2922367
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.095, -6.436, 75.327, 56.612, 156.816] Output:
[ "64.083" ]
task094-95059994fc6f4597b315e14b95d278f1
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.152, 95.16, 70.113, -16.853] Output:
[ "69.143" ]
task094-6740c9c03c6d4372a339a5e1d31ddca3
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.054, 236.194, 98.027, 114.677, -31.452, -11.691, 9.946, 233.828, 226.085, 220.98] Output:
[ "113.065" ]
task094-fd880c037e6946cf84a99744a3376aa5
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.962, -72.89, -78.365, 30.723, 3.536] Output:
[ "21.793" ]
task094-806a6cc6c8c94f6b9e053f9faeb47cd9
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [142.803, 128.511, 6.021, 7.531, 140.545] Output:
[ "85.082" ]
task094-882d1cb9d64a45449f5e34afc3662045
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [102.812, 153.583] Output:
[ "128.197" ]
task094-2ebe0bf5eac344719d753fc3e5cf32ed
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.067, -39.658, 89.761] Output:
[ "-10.321" ]
task094-d003e996860b4d6ca03ab4bd20913f4c
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [154.973, 236.181, -70.063, -55.475] Output:
[ "66.404" ]
task094-81340d9a7e00466a9e58960f6007bef1
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.4, 143.083, 85.742, 237.139, 210.441, 2.102, -31.164, 118.133] Output:
[ "107.234" ]
task094-f824684c8ee84507972abb519cdf6b7e
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.862, 110.822, 29.356, -60.967] Output:
[ "69.018" ]
task094-272eb4cb3c9e406fb52152a824c9de98
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [220.164, 60.961, -58.509, -16.616, -56.046, 167.183, 82.436, 61.171, 34.153, -6.002] Output:
[ "48.89" ]
task094-0a77b3332c114ccd8c1829ebf4205f12
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.897, 6.799, -61.828, 140.707, 220.007, -50.275] Output:
[ "59.051" ]
task094-912dcec1eb1d45739149753bb6a8725a
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.267, 8.117, 222.415, -74.803] Output:
[ "34.116" ]
task094-365319970a5d42669450ddf75c04450e
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [218.135, -94.077, -52.486, 118.654, -23.828] Output:
[ "33.28" ]
task094-0e5c6dbf33824a9e95f51299cf558557
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.872, 123.594, 81.341, -47.871, -38.683] Output:
[ "5.702" ]
task094-949e319f2c194aafb9aee1191031ed89
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.733, 140.433, -46.353, 245.838, -16.87] Output:
[ "82.956" ]
task094-f6e381e008a54168990e604563036229
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.792, -87.519, 126.087, -52.176, 157.829, -45.206, 173.143, 91.596] Output:
[ "47.693" ]
task094-1b61ff57623544828f6f8ebf912429fb
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [78.523, 239.098, 9.698, 69.94] Output:
[ "99.315" ]
task094-2a211635428b4328aadc5f990b80564f
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.79, -98.806, 233.869, 211.453] Output:
[ "73.432" ]
task094-9e986ff8a3b84818978f4ecfb2fa40b1
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.127, 71.679, 111.522, 144.874, -72.827] Output:
[ "52.875" ]
task094-920c8b23f8d3486584449d95ea2f1600
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.457, 222.093, 213.643, 88.716, -11.415, 190.333, 38.58, 56.243, 80.049] Output:
[ "101.522" ]
task094-d7dae189a3724406980dcbdde08b5b88
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.25, -72.668, 117.901, 235.361] Output:
[ "91.461" ]
task094-365e01aff19240489e903c9962ae29a7
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.825, 2.521, -62.863, 8.438, 210.92, 95.93, -95.671] Output:
[ "15.921" ]
task094-bb2d4071fc174907a618107d7e2cfbbc
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.675, 21.475, -14.654, 150.792, -62.22, 127.352, -50.355, -5.15, 43.103] Output:
[ "12.963" ]
task094-c3cfcd0effdf4978a3947fd5d51f8224
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.679, -6.551, 30.807, 212.676, 210.485, 190.563, -44.189, 128.414, 188.575, -56.399] Output:
[ "94.806" ]
task094-d2a1f2c3b20f4de7b134a1e3e420d07b
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.7, 241.916, 245.677, -26.708, 212.446, 81.786, 208.412, 237.096, 155.359] Output:
[ "154.076" ]
task094-b08cb929313c430a8ed610e7fb5c7d78
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [205.819, 18.369, 221.68, 47.234, 188.28, -30.555, -86.475, 92.192, -33.895] Output:
[ "69.183" ]
task094-4e42335c740545f8ad690635ac28f7d7
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [51.355, 33.6, 155.027] Output:
[ "79.994" ]
task094-aa22dd4597624953aed6271756f1940c
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [213.816, 178.027, 65.849, -91.646, 174.169, -12.033, 48.904, 148.142, 220.714, 218.252] Output:
[ "116.419" ]
task094-cbebbee859ac403c83e09073ad37806a
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [162.188, 184.691, -69.948, 122.5, 1.153, -21.48, -82.005, 210.977, -85.877, -62.758] Output:
[ "35.944" ]
task094-5c198662cf0c443cac84908e5a073786
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [126.317, 233.387, 122.748] Output:
[ "160.817" ]
task094-08e7ae9efb7f407390ff76afb0dcf4a8
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.561, 50.858, 44.98, -8.855, 195.439, 229.462, 41.973, 141.443] Output:
[ "101.608" ]
task094-5023cd61b82b40c1b420d74343ff5287
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [184.477, 178.133, 206.128, 148.349, 50.82, 33.624, 196.968, 179.804] Output:
[ "147.288" ]
task094-a8e4d181b3f949bdb7e28e87a5611e30
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.346, -17.239, -26.413, -29.137, -61.666, 210.691, 97.973, -51.365, 99.191] Output:
[ "49.487" ]
task094-f81f01971b0042eebe3863cbb59b6ca8
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.225, 32.314, 25.235, 156.735, -42.066, 139.87, -12.819, 46.005, 142.618, -79.624] Output:
[ "37.704" ]
task094-e6bdb3168c344b1188379c6d6bf86f10
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.202, 88.34, -78.994] Output:
[ "56.516" ]
task094-5a884ba030734979b9c15099e675852e
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.132, 241.794, 103.214, 49.375, 113.444, -18.745] Output:
[ "68.325" ]
task094-7b56ae5c3994457aa2987e56852f5b8e
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [195.105, 219.714, 104.566, 163.792, -37.969, 180.779, 86.241, -26.298] Output:
[ "110.741" ]
task094-d5dc5ba676724ad2b687a1207fa539a9
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [62.414, 196.301, -32.507, -55.959, 67.92, 31.502] Output:
[ "44.945" ]
task094-6faa8a06aaa94bcc93833af9eaddca15
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.522, 232.86, 46.593] Output:
[ "135.658" ]
task094-3be52427a7de4fde871e932fda87b40a
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.56, 37.294, 175.475, 15.73] Output:
[ "78.515" ]
task094-7c1922bb971d4d2bacbd26f0c442c4fa
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.355, 74.387, 197.588, 158.546, 169.913, 142.404, 9.344, 104.466, 23.51, -12.47] Output:
[ "85.833" ]
task094-d8de645c78a8433191118e04a07fa295
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.987, 188.004, 159.267, 3.426, 90.685, 181.514, 214.063, 14.6] Output:
[ "105.321" ]
task094-cb36846198084ee88726f25162fdc25d
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.504, 247.607] Output:
[ "140.056" ]
task094-eaf602ef6abe41e39b3a071abfa925e6
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [24.058, -52.718, 216.5, 119.501, -96.531] Output:
[ "42.162" ]
task094-349ea25b10d349a4b4ac80bcdcd819a5
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [154.31, 61.66, 197.0, 146.568, 87.356] Output:
[ "129.379" ]
task094-7f393d94578a4591af98dc7edf8fcc2f
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-7.043, -29.088] Output:
[ "-18.066" ]
task094-0dfb1644e6a641688803d0a41b62d03c
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [132.035, 139.298] Output:
[ "135.666" ]
task094-1c58a93a99ad4aa9a362c01d9a1973fb
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [118.783, 191.64, 225.792, 160.903, 209.763, 39.225, 24.607] Output:
[ "138.673" ]
task094-11f3b6a529554269ad962671756c7b61
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [220.691, 167.709, 136.187, 221.869, -5.898] Output:
[ "148.112" ]
task094-2f69e0725b77473990b44bef1ae17f67
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.222, 66.877] Output:
[ "23.327" ]
task094-3029e8d0b32243c584673ef76330366e
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.782, 188.37, 93.589] Output:
[ "112.914" ]
task094-477ba4f8f5534ef7aca8aea83d8119a5
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.641, 226.325] Output:
[ "133.983" ]
task094-d9839194c48e49c794f963d43d065d84
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.166, 231.233, -43.17, 185.268, 13.015, 22.189, 224.827, -77.577, 7.108, 9.902] Output:
[ "65.796" ]
task094-d227b0d9cbc547e4ab9f80623bc2187b
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [158.078, -10.918, 129.671] Output:
[ "92.277" ]
task094-067a9903adc4412dae93afe6939cf88c
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.52, -19.393, -51.637, 20.032, 246.008, 181.288] Output:
[ "85.803" ]
task094-efbd437aa2534051b7aa53ec66e652cb
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.211, -60.08, 99.87, 18.704, 197.269, 173.722, 168.875] Output:
[ "72.593" ]
task094-f2a13301cfb64630abe91be1301adb94
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.948, 125.839, 2.172, -70.052, 187.563, 62.591] Output:
[ "45.694" ]
task094-27b4740c0aae431db6b6b31af30de416
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.716, 132.384, 168.57] Output:
[ "78.413" ]
task094-69c9036f94df45c5a4b100536850ea0c
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.514, -45.173, -45.263, 112.652] Output:
[ "19.682" ]
task094-d53619d55cf24bc5b1a154e683a444b7
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [153.399, 61.269, -88.044, -90.479, -13.236, -24.819] Output:
[ "-0.318" ]
task094-642ebbdfb1484ff882db26ad52e541fd
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.254, 229.054, 5.28] Output:
[ "106.529" ]
task094-46f42e8726a9415c9e387974cc61311c
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.459, -46.303, 155.479, 145.619, 154.178, 205.646, -99.859] Output:
[ "79.031" ]
task094-605c4d2fe61f49d6aecc5ff7b05e11be
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-24.715, 212.353, 112.728, 199.732, 245.806, 194.54, 98.658, 249.16, 225.633, -58.661] Output:
[ "145.523" ]
task094-bb0dff1f8ca54daf8e35cb794b900260
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.069, 196.361, 65.203, 181.981, -88.543] Output:
[ "96.414" ]
task094-68744fba9ee847eba45e3c167fcb27d2
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.166, -25.173, -85.489, 244.275, 145.173, -17.519, 219.69] Output:
[ "78.16" ]
task094-b83a71359d0c4b1e97fed324c9fc36ac
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.011, 86.41, 177.559, 88.373, 52.344, 231.761, 164.181] Output:
[ "124.663" ]
task094-156fa684f85a40fab243a19c1d54623e
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [133.601, 21.981] Output:
[ "77.791" ]
task094-df1adc6e1b944324a23c32adcecac52d
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [44.551, 103.746, 126.246, -67.048, 217.617, 235.435, 84.994, 136.789] Output:
[ "110.291" ]
task094-ea7933f35fde4f0590fc01599c2c6a78
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-95.368, -73.751, 46.965, 121.293, 189.245, 78.186, 18.098, 221.778, 46.933] Output:
[ "61.487" ]
task094-4919d4abcb98411e8d77db073682fa68
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.524, 214.074, -60.705] Output:
[ "94.964" ]
task094-960f324a0ba24476a71ddb36648b4d15
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.831, -80.896] Output:
[ "-46.364" ]
task094-8dbf7bd67cb34573833088f3ab6ac133
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.926, 100.873, 115.163, 119.216] Output:
[ "130.294" ]
task094-23aba9ccc108490387bbe0993dafa6d4
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [151.566, 66.145, 226.139, 96.531, -36.096, 56.396, -70.189, 208.907, 3.782] Output:
[ "78.131" ]
task094-920ca2b8c2a24aa29561c9d6be6ea8dd
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.031, -85.617, 36.164] Output:
[ "59.526" ]
task094-97f4a69a79c14afd8ccce4fa3f381281
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-12.787, -46.359, -25.755, -36.59, 127.793, 150.091, 221.954, 78.029] Output:
[ "57.047" ]
task094-3f57dbbded164b93ab3b0c8a4ca69cab
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [60.355, -83.762, 246.318, 218.32, 54.829, -78.388, 215.946, -94.467] Output:
[ "67.394" ]
task094-63578e2871e6481c932fc338da534d74
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.86, -74.992, 143.161] Output:
[ "66.01" ]
task094-8fdd3fefd89c497e8087fcbd52cee0e1
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [95.001, 162.252, 42.554, 167.008, -27.865] Output:
[ "87.79" ]
task094-5d8fd28a78384ad0a30608c426028a4d
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.71, 192.878, 202.479, -53.421, -50.55, 123.37, 217.183, 46.469, 129.17] Output:
[ "102.032" ]
task094-6fc6ef442c3b4ae5bd24184f543d6907
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.67, 5.514, 161.93, 107.05, 118.949, 233.815, 230.211] Output:
[ "140.448" ]
task094-f7553957d1e341668487a7ad19cda5de
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [78.564, 241.341] Output:
[ "159.952" ]
task094-9e70b9e86c09450290014f4a7288414e
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-75.807, 244.532, -47.644, 139.007, -77.132, 245.45, 5.393, -43.568] Output:
[ "48.779" ]
task094-67fd45c1d5734d818dca8f79c938165f
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [140.006, 202.125, 79.366, -16.642, 246.112] Output:
[ "130.193" ]
task094-e873ee42a463440baa87fe05e2646487
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [-51.127, -53.399, -58.094, 172.367, -29.286, 109.468, -34.858, -99.953, 9.617, -8.063] Output:
[ "-4.333" ]
task094-aa7a6a333ec5441faedffa632e2fdca5
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.767, -68.103, 119.583, 223.622] Output:
[ "85.467" ]
task094-78a9b669fa144a6b969ee1e26fb5d7e2
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.019, 112.689, -26.082, 206.652, 174.103, 30.316, 139.997, 248.12, 117.027] Output:
[ "101.978" ]
task094-2c170de5c2e54c99b6c58d1139ad66bb
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.636, 219.816, -72.64, 51.706] Output:
[ "99.38" ]
task094-7e6d61fca39e4db7a11d249b7c410661
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.03, 107.892, 181.606, -95.674, -84.295, 40.666, 59.011, -27.334, 82.859, -86.426] Output:
[ "18.133" ]
task094-5d82d648613640c399e87ef9151850cc
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.309, -46.076, 191.14, -6.032, 4.858] Output:
[ "19.316" ]
task094-a49593be70744d7db9e6d20640fbdb39
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.684, -2.957, 222.118, 86.685, 214.179, 231.223, 93.872, 248.742, -95.211] Output:
[ "125.148" ]
task094-f148e9162c96430c99cb6e279dc36eff
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,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.162, 172.53, -28.489, 54.044, 26.437, 83.874, -8.712, -50.953, 141.902] Output:
[ "57.533" ]
task094-485ab7c3573f4d90b9b6224887ce9b87
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places. Positive Example 1 - Input: [1,3,5] Output: 3.000 Positive Example 2 - Input: [-5,9,16,-20] Output: 0.000 Negative Example 1 - Input: [-1,11,-111,1111] Output: 1010.000 Negative Example 2 - Input: [2,3,5,7,11] Output: 5.000 Now complete the following example - Input: [238.315, 168.986, -67.694] Output:
[ "113.202" ]
task094-8a074565c4ed411ba23316f2addcd9bb