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: [160.567, 148.731]
Output:
| [
"154.649"
]
| task094-e4724940180d4e6eaff504afee403508 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-77.909, 106.994, -93.846, 197.9, -15.053, 218.34, -11.104, 99.708]
Output:
| [
"53.129"
]
| task094-15b81bececc34a75964644186f5537ec |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [82.995, 205.771, -36.561]
Output:
| [
"84.068"
]
| task094-34704b37b57141c0be8284ade9465cc5 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.347, -52.675, 169.084, 39.611, 39.009]
Output:
| [
"60.675"
]
| task094-e1b4c6c149c04dd08e9d00655fbc9b43 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.585, 203.853, 7.816, 21.195, -27.97, 109.477, 167.261, 170.464]
Output:
| [
"111.96"
]
| task094-0b48b5d2ce4844df8822931ef96b8b7a |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.256, -78.191, 162.427, -90.527, 123.709, 248.073]
Output:
| [
"91.124"
]
| task094-257e905b12094a05a75f1d01ac536e6a |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.116, 177.788, -23.418, 245.983, 124.609, 124.261, -66.339, 71.088, 41.044, 150.689]
Output:
| [
"77.959"
]
| task094-af8b776b6bcc455bb515f8c91e4dd95f |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.517, -41.687, 67.9, 178.747]
Output:
| [
"30.861"
]
| task094-ffe6c82662b2496686e9add23269c2c2 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.818, 98.871, -79.033]
Output:
| [
"11.552"
]
| task094-abb79390c7234859ac50411e882baeb2 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.278, 109.83, 88.373, -15.469, 129.854, -89.842]
Output:
| [
"33.911"
]
| task094-58e989822f014928b1aab89bf6901a41 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [188.62, -50.388, 147.187, 249.488]
Output:
| [
"133.727"
]
| task094-9878d79fa4414011a3bf6e2145b0a04a |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.575, 136.671, 133.954, 130.232, 72.902, 143.962, 228.458, 69.239, 137.6]
Output:
| [
"138.733"
]
| task094-2cd4ce2820c74872bbe85a536e3bd116 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.972, -62.482, -37.595, -68.513, 95.316, 53.128, -91.321]
Output:
| [
"-6.499"
]
| task094-9a7c0904455b44ee92ae62aa4c8d9706 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.221, -50.559, 41.948, 136.19]
Output:
| [
"37.7"
]
| task094-039db827853f4a05af4ca58caef7d2d5 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.225, 243.809, -41.935, 96.795, -99.067, 222.292, 113.486, 143.726]
Output:
| [
"102.666"
]
| task094-88b647384c4c42c094f4403ab1831618 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.153, 134.288, -51.52]
Output:
| [
"48.974"
]
| task094-737388a84f884b4d87e05a14c7df39ae |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.04, 110.342, 208.846, 132.702, 48.832, -81.929]
Output:
| [
"82.972"
]
| task094-00cf008dbd7d4d5b89b22acd9b9c64b2 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [46.64, 116.356, 31.237, -44.559, 114.819, 151.648, 67.54, -42.202, 80.551, -84.562]
Output:
| [
"43.747"
]
| task094-1d083ad174dc48ef8773f08c90501f47 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [157.337, 167.818, 247.357, 28.016, -62.002, 240.373, 233.009, 50.509, 169.829, 161.954]
Output:
| [
"139.42"
]
| task094-6306f57248724758b203e37ce8db92d3 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [214.695, -42.862, -1.946, 225.511, 26.729, 114.2, 162.062, 64.518, 82.952]
Output:
| [
"93.984"
]
| task094-4636e55d136842ca8ab59fa76e7cf133 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.23, 195.547, -63.853]
Output:
| [
"98.975"
]
| task094-43914a6c3ab546898b18ff025e3f1045 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [116.151, 209.623, -17.375, -10.235, 41.981, 39.065]
Output:
| [
"63.202"
]
| task094-4f8156eb46484765b4aae5b261e39dfe |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.873, 217.909, -85.155, 21.87, 65.662, 172.1, -21.035, -1.759, 83.798, -47.665]
Output:
| [
"31.185"
]
| task094-3e7352b5c48a48968bd39496eedc8d53 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.401, 29.557, -52.715, -10.743, 150.825, -72.887, 57.093, 232.129, 247.699]
Output:
| [
"64.595"
]
| task094-c5110a1c9c6b4f7a9af615a862ae3a54 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.549, 42.77, 143.141, 6.497]
Output:
| [
"29.215"
]
| task094-920c451ef1e1458da7743acfd2bfff60 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-50.44, -13.21, 117.874, 68.855, 166.922, 238.014, 191.515, -87.913]
Output:
| [
"78.952"
]
| task094-7b9f5d6ff5894168ab0504fa95959b40 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.284, 46.191, 63.81, 13.748, 98.863, 189.362]
Output:
| [
"79.543"
]
| task094-d83f7e19ce574d5a88a39b828cf0c809 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [232.016, -96.162, 139.488, 225.387, 240.259, 135.51, 203.119]
Output:
| [
"154.231"
]
| task094-6c9ef0db480d4ca7a0714e11535a572e |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.493, 120.089, -77.302, -6.35, 147.393, 174.535, 54.408, -43.141]
Output:
| [
"63.516"
]
| task094-8b059a78f7364645934cc44eee68767d |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-99.693, 185.037, 184.098, 105.53, -43.717, 127.516, 155.796, 89.64, 11.893]
Output:
| [
"79.567"
]
| task094-dbbd82288a4745628408d23bfb291297 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.69, -15.638, -59.745, 113.411, 3.389, -51.888, 155.336, 205.865]
Output:
| [
"60.052"
]
| task094-3d3e976761944846a90b98b67d9f2d8d |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.713, 118.74, 99.073, 95.236, 174.227, 181.785, 124.121, 94.638]
Output:
| [
"130.317"
]
| task094-251b0aaeac3e4f859b754189d898abce |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.526, 60.81, 233.845, -33.602, 189.784, 13.888, 184.543, 53.635, 18.299, -87.132]
Output:
| [
"77.26"
]
| task094-e6e692082b0e43cca9925ea824a887f5 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.983, -22.961, 95.798, -2.34, 178.547, -90.942, 122.52, 109.389]
Output:
| [
"73.124"
]
| task094-0e841fe18741464281455eb10e42f5bd |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.548, 104.355, 182.892, 208.827, 78.301, 176.671, 113.25, -33.999, 207.334]
Output:
| [
"128.687"
]
| task094-e3bf69e445854da3bff4dd816263c7cc |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [70.748, 145.924, 213.55, -15.446, 219.555, 89.961]
Output:
| [
"120.715"
]
| task094-1650f66192af41d9a85534d7992e19a6 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.968, 217.019, 55.0, -40.467, -2.835, -43.755, 5.173]
Output:
| [
"26.738"
]
| task094-8e8d3f995f0f40d88a2f40835b03e5b8 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.462, -14.924, 172.464, 225.877, 55.181]
Output:
| [
"86.427"
]
| task094-547e8248329c4e6082bc4285d22c9d26 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.623, 231.544, 191.775, 27.471, 44.249, 23.857, 116.214]
Output:
| [
"78.498"
]
| task094-d7ca3e7af4b24eafa13d2b64b1416b72 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.748, -13.369, -79.943, -2.78, 169.174, 101.44, -84.923, 189.589, 83.541, -37.629]
Output:
| [
"34.085"
]
| task094-a0763b5da5cf4f2bb71baa28752a1f23 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.713, 134.394, 239.557, 110.813, -76.477]
Output:
| [
"93.8"
]
| task094-16a7098cc5504eafa063fed8ab4e2cd3 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.816, 121.886, 38.032, 81.322, -0.781, 112.95, 49.478, 219.21, -42.397]
Output:
| [
"79.613"
]
| task094-02d4817e30dd474db3088a6f9629dd4f |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.791, 57.161, 67.729, 9.2, 0.749, 14.042, 79.452, 65.156, 89.3, 34.715]
Output:
| [
"37.471"
]
| task094-9cea2b5e75fc4946ba06fa7f5f2b481b |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.251, 240.944]
Output:
| [
"180.598"
]
| task094-136b53e34edc43b8b9eab560d742df91 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.394, 31.099]
Output:
| [
"46.746"
]
| task094-9dd7d061e33046d0ab3477772da47cc7 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [215.161, 124.785, 203.26, 121.709, 161.316, 149.034, 108.509, -30.096, -63.199, 30.95]
Output:
| [
"102.143"
]
| task094-30badef7f8ef42a4bf0a1ac687b57e71 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-54.808, 165.719, 109.049, -74.175, -62.903]
Output:
| [
"16.576"
]
| task094-23ee802e039d4ba4ba142a8d60cc32d6 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [229.922, 78.509, 205.143]
Output:
| [
"171.191"
]
| task094-14c471e20e4849f98c6da5f2ee2abc51 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.96, -43.705, -37.764, 53.003, -93.519, 128.452]
Output:
| [
"2.238"
]
| task094-2793c850f5bf4774b8322e52e14c8b73 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.077, 161.909, -69.909, 173.237]
Output:
| [
"79.328"
]
| task094-7768af5791054a20af13767fc13fbea8 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [99.278, 72.353, -21.292]
Output:
| [
"50.113"
]
| task094-49e4efd92baa4b1eaf58a82c8f15e98f |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [121.474, 19.247, 219.886, 114.484, 247.174, -75.551, 50.376, 83.968, 23.265, 114.9]
Output:
| [
"91.922"
]
| task094-d818420b7b1d42d992741dfab03d7489 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.982, 162.598, -87.283, -49.754, 3.283, -4.2, -20.891]
Output:
| [
"9.534"
]
| task094-be529d193dee4d199e27bd755db8ec2f |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [190.331, 168.545, -41.29, 0.942, 247.518, -41.747]
Output:
| [
"87.383"
]
| task094-6f97dcae0c2d4b77903afa4a26804051 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [37.873, 50.33, 177.685, 116.698, 183.045, 0.409, -57.894]
Output:
| [
"72.592"
]
| task094-fa7ad9c7dd514b79b8afe57a44117492 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [61.147, 142.059, 72.591, 148.969, -39.06, 47.712, 74.829, 248.096, 100.913]
Output:
| [
"95.251"
]
| task094-9229970e49164611958553816c58f960 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [230.178, 86.499]
Output:
| [
"158.338"
]
| task094-57666f64a623494cbaeda42107cfcca1 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.016, 157.142, -57.985, 210.295, 133.323, 100.855, -40.084]
Output:
| [
"83.223"
]
| task094-b525ea02666d4acab4f0f3270ddd7e7c |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [171.698, -5.668, 118.313, -64.423, 141.098, 152.672, 139.97, 145.452, 2.611, 53.006]
Output:
| [
"85.473"
]
| task094-14950061c04f4f45a1c10897310df2eb |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.313, 238.88, 58.386, -75.491, 126.316]
Output:
| [
"104.681"
]
| task094-a1d047a72b424bc3b8c4d4d239ca7a50 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.964, -16.696, 244.268, -89.543, 8.392, 238.854, 71.103, -80.021, 148.528]
Output:
| [
"84.65"
]
| task094-1776f6338be94408bd2f6754c07e5838 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-57.717, 201.172, -26.345, 65.731, -99.508, -10.508, 247.418]
Output:
| [
"45.749"
]
| task094-19102b2279d140a3bd92605cd60bda24 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.395, 147.999, 119.038, 163.381, 137.866, 85.121, 39.073]
Output:
| [
"85.012"
]
| task094-5e884d98b8b64722b3557f99c4d395f0 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.366, -11.479, 104.894, 23.648]
Output:
| [
"52.857"
]
| task094-0719eae81e554774a5a8999b53b3cd39 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [233.914, 80.577, -53.002, 82.501, 98.96, -55.762, -1.638]
Output:
| [
"55.079"
]
| task094-e23f1b5910694a08895bd1b94f89d9d9 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [152.187, -41.56, 33.202]
Output:
| [
"47.943"
]
| task094-cff0c1eab1aa4d82af685abf903f2c22 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [182.818, -14.129, -67.054, 203.114]
Output:
| [
"76.187"
]
| task094-6ada547545ff4820ae1c5cd3128bb845 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.903, 55.906, 61.519, 224.5, 94.211, 148.896, 90.372]
Output:
| [
"116.044"
]
| task094-e0cc3d57ce14451a82085322a04bdad2 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.151, 166.022, 32.626, 207.217, -72.572, -26.993, 93.191, 83.226, -73.248]
Output:
| [
"35.702"
]
| task094-8c80770e7bc84826829a541fb41118e0 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-82.456, 123.519, 249.576, -62.202, 175.773, -56.701, -43.633, 117.971, -5.26, 106.268]
Output:
| [
"52.286"
]
| task094-bbadcf7c7fff4935a4d22cf3361ea348 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-74.278, 45.794]
Output:
| [
"-14.242"
]
| task094-02d917530c87471fa4e66f93ced364d3 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [170.618, -94.486, 9.516, -85.285, -34.259, 25.357]
Output:
| [
"-1.423"
]
| task094-4a0344cd9c0c47c5a8c52b184864e419 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.861, 209.116, 188.856, 57.166, 215.944, 171.017, -44.315]
Output:
| [
"134.092"
]
| task094-855e889d49464803b73e4d28a43bf3b8 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.601, -24.145, 39.637, -49.359, 31.637, 16.541, 132.963]
Output:
| [
"32.982"
]
| task094-afa923cf2f794aefacfa8fbee7849d60 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.919, -76.778, 146.946]
Output:
| [
"93.029"
]
| task094-ce9538ea7ed948999ce0cc72cce216e3 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.37, -38.007, 3.969]
Output:
| [
"-16.136"
]
| task094-4dec7de5eb9b471cb9bd4adeaeeea2f7 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [200.031, 204.928, 19.663, -80.657]
Output:
| [
"85.991"
]
| task094-d8c01a421d4e4b148af7772b2d985d85 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.927, 167.038, -65.964, 30.581, 109.349, 14.55, 76.625]
Output:
| [
"65.587"
]
| task094-5b2c7dcc2d4b4dd3a890ce830b1d0858 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.613, 117.648]
Output:
| [
"41.518"
]
| task094-9aa7748578ba4ac9b882f90b79ba1ddc |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.77, 12.17, 124.226, 208.594, -52.038, -84.444, -67.881, 24.99, -47.418, 15.671]
Output:
| [
"38.164"
]
| task094-6f61c11c66b7486ea1a58c733da73af7 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.849, 113.06, 64.078, 194.793, -43.06, -28.691, 63.977]
Output:
| [
"72.144"
]
| task094-ba70c7bb6b5540849fad4bade4b0dc2d |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.526, 55.871, 118.248, 197.073]
Output:
| [
"77.916"
]
| task094-3367b14e57fb4ee1a0012dbaa84e5b70 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.39, 186.421, -58.942, 54.292, 212.592, 101.924, -57.492]
Output:
| [
"55.344"
]
| task094-34cb6143ecbd45ecaa51d6a6338d2c8e |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.642, -39.595, 23.351, 168.447, 244.85, 108.958, 80.422, -14.774, 138.977]
Output:
| [
"80.253"
]
| task094-0d5072fc830f4df4ad9d8f49f48b268a |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.822, 139.139, 130.938, 100.996, 155.361, 8.752, 221.639, -12.877]
Output:
| [
"106.596"
]
| task094-96c61555ee6a400184ffc6efb9be759c |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.494, 241.706, 175.237, 198.516, 80.373]
Output:
| [
"130.068"
]
| task094-18b7f93290ba4aaf95b64ada71987eaa |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-48.578, 36.466, 26.844, 193.219, 146.103, 186.025, -10.378]
Output:
| [
"75.672"
]
| task094-71926e7780704d64965f0846c89bedf7 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.47, 219.03]
Output:
| [
"114.75"
]
| task094-86e6d9fedb614d83a04e00356812ac50 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-13.67, 239.672]
Output:
| [
"113.001"
]
| task094-17b61c36779e4a5d8ec76e77e4a153d0 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.48, 65.599, 32.297, 189.983, -23.007]
Output:
| [
"58.67"
]
| task094-a60305a8e3ab416aa3cbbc528eb25d33 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.088, -84.121]
Output:
| [
"-35.016"
]
| task094-a08cc1a7a7ea432998f14eab8d9bebd5 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [182.272, 112.929, 27.098, 105.971]
Output:
| [
"107.068"
]
| task094-e338355e4da445b1b51107e9ebc00618 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.86, -28.932, 8.45, -10.892, 79.215, -13.716, -16.466, -76.434, -3.226]
Output:
| [
"-10.096"
]
| task094-8cad3b547a2344ada3d0efee4a4eb1c9 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.555, 70.394]
Output:
| [
"92.474"
]
| task094-8983ef13e2af436d89fb69b10b2b1f20 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [105.63, -65.898, 96.962, -88.226, 172.194, 104.307, 104.654, 247.144, -70.229, 5.708]
Output:
| [
"61.225"
]
| task094-eb6d65919c764b2a9dd3535d40b2a6eb |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.249, 171.613, 113.954, 201.716, 200.834]
Output:
| [
"121.974"
]
| task094-a96eb16b543d447b8a471b1eb51cd759 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-76.351, 51.621, 85.485, 77.139]
Output:
| [
"34.474"
]
| task094-ecce08ad3e784f0393a8a290eb5670d6 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.54, 67.735, 184.858, 9.062, 120.196, 39.639, -52.051]
Output:
| [
"47.7"
]
| task094-02b0a33a6bad406ebed9248347183b11 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [168.643, -2.995, 18.22, 148.218, -63.594, 182.707, -41.034, 26.796, 234.636, -19.052]
Output:
| [
"65.254"
]
| task094-dd0a2c7c5dc0493985304690099dd01e |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [186.101, -86.947, 34.364, 216.489, 42.938, 178.119, -91.099, 139.8, 134.67, -24.047]
Output:
| [
"73.039"
]
| task094-87854983f32b4f8d902a7664877b68d6 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.