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: [34.678, 109.562]
Output:
| [
"72.12"
]
| task094-394928d3a45a4020a9ed339bc1473b39 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [173.785, 76.621, 20.894]
Output:
| [
"90.433"
]
| task094-ff69c135fb3345ba940a08ef604aacb1 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.413, -92.68, -65.06, -7.577, -31.428, -34.342, 238.388, 69.535, 2.264]
Output:
| [
"0.743"
]
| task094-69b035e504364ca3b16de1780dc57f81 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-55.795, 127.337, 208.221, 8.177]
Output:
| [
"71.985"
]
| task094-17d3a0e100b340329a4ef944eb70f608 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.924, -36.11, 230.609, 188.37, 68.645]
Output:
| [
"117.088"
]
| task094-4c67b9b3590644f992d2b9fd39741f2b |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.496, -87.882, -32.053, 15.704, 163.473, 98.315, 249.559]
Output:
| [
"66.945"
]
| task094-cbe8dba870434b10a87f4d23ba63d030 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.683, 97.538, 247.799, 203.036, 203.369, -15.737]
Output:
| [
"155.448"
]
| task094-ef85a5a2d60b4821b3b6f03b47d3f3e9 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [155.053, 136.113, 102.732, 141.341, 118.119]
Output:
| [
"130.672"
]
| task094-85c41e8ac59e4b1d85558d2c5a095b07 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.538, -33.561]
Output:
| [
"98.488"
]
| task094-521bf44d35b64244980e4640ef481b0a |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [167.257, 45.452]
Output:
| [
"106.354"
]
| task094-6cfa128b74e54203b493d992a2545301 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.413, -21.735, 124.948]
Output:
| [
"53.542"
]
| task094-8acee624019247efb01de7fb0c42ffb9 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-29.246, -24.597, 17.187, -68.121, -40.469, -28.26, 6.428, 38.379, -43.732, -35.752]
Output:
| [
"-20.818"
]
| task094-1ef72acd51364f81a47c065f1419d134 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.423, 9.21, 186.401, 131.036, -59.984]
Output:
| [
"68.217"
]
| task094-eb9ad6970f284b2491199c8ecf11f0ca |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.697, 175.951, 200.379, 164.197, 231.534, 233.314, 175.515]
Output:
| [
"185.512"
]
| task094-bfb160a094704653967afeb2e41d4e28 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.812, 168.822, 194.477, -28.147, -50.284, -66.742, -41.716, -98.388]
Output:
| [
"26.479"
]
| task094-27b2ca3f041742eaa21c5f45592d2a70 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [68.467, 152.064, 238.941, -70.813]
Output:
| [
"97.165"
]
| task094-4b48e64f956a458ea1ec747c982ea49d |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.99, 197.577, 211.905, 130.898, 10.106, -15.097, 139.3, 71.536, 114.755]
Output:
| [
"99.108"
]
| task094-f3a3a807f0d04e8ea959ca3e93e382fe |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.171, 203.398, 189.183, 187.558, -29.593, 147.921, 174.871, 115.694, -15.988, 70.925]
Output:
| [
"109.214"
]
| task094-406c9b18bf1341ca8a0c5f0948dbf2f3 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-80.366, -94.07, -22.405, 179.649, 52.28]
Output:
| [
"7.018"
]
| task094-b34a396a22604fd3b9467da98cf1f3c3 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-4.527, 190.006, 207.554, 178.685, -20.05, 13.024, 190.617, 37.539]
Output:
| [
"99.106"
]
| task094-503ca43812e24f2eb4cbfba89d5efc6d |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.026, 108.266]
Output:
| [
"135.146"
]
| task094-1b35e19d0e3341e4834ad26c1d7a3722 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [53.149, -52.432, 68.975, 236.861]
Output:
| [
"76.638"
]
| task094-fef3fb3e9be74802a7d8034b4d9111d7 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [16.426, 100.384, 116.375, -85.793, 156.604, -61.217, 203.053, -97.468, -18.549]
Output:
| [
"36.646"
]
| task094-40c587d5630d4f27989de4bf0e0a640d |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.549, 93.19, 223.167, 128.466, 154.995, 45.222, 197.511, -54.732, 130.321]
Output:
| [
"107.077"
]
| task094-3b9c88b3e19043969f5978fa6b8b6c05 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.362, 69.938, -46.662, -71.788]
Output:
| [
"-9.038"
]
| task094-b9206186a65f4de6933a9bf88f38c0d9 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.996, 37.344, 232.362, 6.077, 137.23, 228.2, 210.116]
Output:
| [
"124.189"
]
| task094-ef6bdaa060754e3e991563ff959cdfe5 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [216.998, 178.72, -56.339, 16.194, -25.704, -74.26, 58.073, 35.27, 148.949]
Output:
| [
"55.322"
]
| task094-3a1735209a7a4eb684b7768c0ffbfb08 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [49.022, 98.152, -68.506, 190.122]
Output:
| [
"67.198"
]
| task094-10e653a3b2c4436e8828d9f84a0b85ad |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.21, 237.481, 235.732, 192.699]
Output:
| [
"189.031"
]
| task094-4edda9b13dc14911a300f014fa6233ed |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-29.83, 167.891, -93.135, 188.217, 52.599, -80.965, -9.025]
Output:
| [
"27.965"
]
| task094-6d5a756602f043108e9f5c90748ebf6f |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [242.036, 124.851, 145.536, 239.366, 123.19, -60.718, 219.195, 64.154]
Output:
| [
"137.201"
]
| task094-1afd76d58dcd4aee98b77c44f4039b79 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [25.459, 160.415, -24.047, 28.012, 34.143]
Output:
| [
"44.796"
]
| task094-1f43e1be10f74a099d76355e67309d37 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.332, 92.06]
Output:
| [
"116.196"
]
| task094-7594eac8d98a4d5d9d23e07635e0ec75 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.657, 19.892, 224.131, 193.253, 194.838]
Output:
| [
"136.554"
]
| task094-cc566f7382404509b02c9456a4916efb |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.015, 115.12, 28.584, 216.542, 5.913, -35.628, 57.618, 199.027, 23.986]
Output:
| [
"76.686"
]
| task094-0b7fc423ed85471b865e4999409a9dcc |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [5.688, 217.21]
Output:
| [
"111.449"
]
| task094-9e5c714149ae4e04aca0ca562aa1b466 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.983, 50.051, 76.042, 70.85, -94.364, 45.332, -86.592, 204.281, -41.322]
Output:
| [
"38.918"
]
| task094-e1fac787c42f4b20a39f14b011fa5a11 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [201.93, -81.809, -47.405, 5.489, 16.133]
Output:
| [
"18.868"
]
| task094-9513ed6f2dbc4e6da3f0957a0edecec1 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.201, 161.25, -67.093, 105.259, 110.499, 224.516, -55.166, 11.51]
Output:
| [
"55.697"
]
| task094-1cb62f9ebab04eadafc21f9aa3e6223d |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.19, -59.655, 47.893, 224.506, -2.053]
Output:
| [
"35.3"
]
| task094-e3f03d1eb6b94388af3e7b0238a9b868 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-1.586, 127.301]
Output:
| [
"62.858"
]
| task094-560408ec12db4e04a487591adaf5968a |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [111.39, 91.315, 18.803, -0.806, 157.023, 191.89, 32.274]
Output:
| [
"85.984"
]
| task094-2e9367f40c164595b4351909f4c4fc56 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.737, -21.279, -99.368, 87.158, 113.644, 114.376, -4.483]
Output:
| [
"27.541"
]
| task094-e250790d4f784d1bad5c837f47bf7b21 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.801, -47.91, 138.42]
Output:
| [
"60.437"
]
| task094-23d2469df64341d8a87eccfed94e25ad |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [221.003, 30.464]
Output:
| [
"125.733"
]
| task094-b8ca33f641224815a6b393ac88c15e5e |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.049, 232.727, 175.208]
Output:
| [
"103.295"
]
| task094-f556de96495d414fbc573c8a602fd5c7 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [143.402, 27.524]
Output:
| [
"85.463"
]
| task094-cffc46ce72534146982f20b63c76adff |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [16.133, 34.156, -97.873]
Output:
| [
"-15.861"
]
| task094-af35f58343684f378f6f921d1b163b8f |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.391, -50.946, -98.829, 210.711, 99.016, 235.627, 242.823]
Output:
| [
"103.113"
]
| task094-fe8030a911e54ab8bc728054d5c8561f |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.903, 155.959]
Output:
| [
"188.431"
]
| task094-2e056b26c2c34dbf841bf9c0341e68d6 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-25.38, 150.835, -50.995, 168.105, 191.063, -80.352, 5.022, -30.642, 209.014, 174.176]
Output:
| [
"71.085"
]
| task094-ce89be20d81e4c5290aaec72255496dc |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.744, 72.439, 195.894, 113.07, 143.577, 11.742]
Output:
| [
"98.244"
]
| task094-7d68e8b45103466297dfd2dc9b61cd7b |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.486, 116.844, 198.678, 51.075]
Output:
| [
"103.521"
]
| task094-0141e1ad502043b581078192dc9a54e8 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-96.796, 127.634, 135.049, -55.677, 11.648, 72.63, 176.028, 48.486, 209.389, -13.558]
Output:
| [
"61.483"
]
| task094-595295528c1b40a29b91f2089289ce84 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [235.595, 227.906, -52.328, 100.922, 124.177, 149.582, -41.738]
Output:
| [
"106.302"
]
| task094-e6b3e209734d4094b68536be4427c1b7 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.224, 62.198]
Output:
| [
"72.711"
]
| task094-75b2d68de1ae4769a2d25e1789529ae9 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.202, 46.442, 112.697, 111.578, 177.044, -71.157, 131.761]
Output:
| [
"65.88"
]
| task094-3c25eee5215940d899f82f4c36c4dc00 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [63.996, 173.103, 9.333, 165.098, 34.132, 124.734, 229.372, -26.178, -31.59, 112.215]
Output:
| [
"85.422"
]
| task094-02fa6236b8bd47ffa0ba1abb071d3401 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.386, -37.004, 33.718, 90.062, 149.886]
Output:
| [
"74.61"
]
| task094-53af2b1ad01f442a9f8f8d129ceaea15 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.912, 148.932, 171.771]
Output:
| [
"148.872"
]
| task094-c84b0ba4a8a940b88bd14d9295232844 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.128, 210.53, 28.001, 169.242, 15.293, 88.9]
Output:
| [
"84.806"
]
| task094-124ccfc25a6d44e5a2bf2146793f3e9d |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.139, 218.393]
Output:
| [
"218.266"
]
| task094-07266a1b2ae54058abc403c9777548d7 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [39.868, -4.73]
Output:
| [
"17.569"
]
| task094-ea1014278f8443bdb27d76b07c01f837 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.273, 167.593, 113.918, 168.133, 138.341, 146.266, 152.463, 57.804]
Output:
| [
"133.099"
]
| task094-48db7fb2b418457f99750fda172aae9f |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-71.759, -6.882, 88.755, 124.904, 78.518, -87.128, 200.529]
Output:
| [
"46.705"
]
| task094-dd948e5a2db5490da4e2282bd0ba0bb7 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.523, 113.251, -69.447, 126.704]
Output:
| [
"33.246"
]
| task094-90c71edd78514602b7fd9a031c5664bd |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.862, 176.849, 54.308, 107.664, -42.815, -48.371, 124.723, 238.97]
Output:
| [
"68.933"
]
| task094-f43f8336df7d4fd8b9fc4e905972e848 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.024, 191.168, 157.037, -89.703, 28.159, 159.426, 64.25, 115.458, 95.064]
Output:
| [
"95.209"
]
| task094-0e15520224bf4a97bb3a90d1b0d5ed6f |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.118, 17.484, 235.926, 125.736, 18.112, 221.52, 55.133, 234.247, 50.777, -4.905]
Output:
| [
"104.515"
]
| task094-b73c686cdfc34989bdd4c7fe7302358a |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [71.465, 73.852, 33.896, 38.012, 205.464, -37.543, -49.898, 40.256, 196.604, -10.572]
Output:
| [
"56.154"
]
| task094-98fce1dae80b4f7baee76ad473ab1afc |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [239.856, 55.271, -85.733, 237.012, -58.101, 214.516, 107.481, 156.275]
Output:
| [
"108.322"
]
| task094-2d47bd980dc14eafb28f5d77cb3e3ff0 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.962, -37.114, -41.599]
Output:
| [
"-28.892"
]
| task094-083dbbf7a888420f85a76b9ae577f941 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.181, -2.589, 51.847, 105.073, -66.206, 162.609, -12.31, 190.92, -33.967, 222.499]
Output:
| [
"58.669"
]
| task094-c95fbb8a06ca453e8bf2018dc26da121 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-63.734, 218.034, 177.979, -5.542]
Output:
| [
"81.684"
]
| task094-9c594dd8bcb14b8182ba6dcfaa86b986 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.634, 6.553]
Output:
| [
"25.594"
]
| task094-c18a7c3a972c46ecb6e9402ec3147796 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [216.346, 207.165, 103.863, 16.849, 15.394, 63.56, 180.738]
Output:
| [
"114.845"
]
| task094-e4521aff5a4147e4a126315ae49ad686 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [86.995, 225.074]
Output:
| [
"156.034"
]
| task094-cd73204b8b6f45ebace9a81fba7fd52b |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.739, -45.363, -8.325]
Output:
| [
"-2.65"
]
| task094-7a728186d9ed44f7a24351d343e9a386 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [137.282, 188.791, 8.079, -83.468, -73.296]
Output:
| [
"35.478"
]
| task094-8cab1b194ed64c1baf3391f573d65e4b |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.423, 220.837, -65.452]
Output:
| [
"81.603"
]
| task094-f29b942b3bb74b0e98b477f53f567e55 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.086, 36.013, 103.837, 115.807, 94.889, -45.835, -14.174]
Output:
| [
"33.779"
]
| task094-764cb89bdbff477dbd796a0a103a30a6 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [212.771, 126.675, -39.096, 238.243, 27.305]
Output:
| [
"113.18"
]
| task094-dfd4652eedd44391a8b8cff2a0da5bd7 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [197.04, 245.68, 48.92, -96.501, -47.164, 114.349]
Output:
| [
"77.054"
]
| task094-c45bb1a8e90e4204bc27ed4c12c54a65 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.323, 108.702, 38.704, -8.85, 57.749, 108.604, -20.56, 229.826, -85.953, 177.128]
Output:
| [
"80.367"
]
| task094-b2910b64d1f940eda441ad3f7a3dcd87 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-16.859, 65.309, -33.432, -57.702, 3.867, -28.83, -34.842, 170.229, 31.362]
Output:
| [
"11.011"
]
| task094-ea51082003874a30b22aea83639f38c1 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-26.768, 220.351, -67.828, 245.009]
Output:
| [
"92.691"
]
| task094-2d27e1bf283c4081a4f4eece7901ae49 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-27.297, -51.581, 46.026, -25.783, -26.542, 22.99, 228.991]
Output:
| [
"23.829"
]
| task094-d5fd1779540644ab8be57e047f999ba1 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-16.708, -25.495, 6.945, 148.353, 204.945, 147.252, 44.48, 229.232]
Output:
| [
"92.376"
]
| task094-b6080d92f745475291fa8de723aa7bbe |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [210.844, 196.464, 63.668, 0.606, 32.31, 16.871]
Output:
| [
"86.794"
]
| task094-9ac61d8a8f334f079920f56930a15f5b |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-16.652, 0.354, 3.632, 38.943, -68.292]
Output:
| [
"-8.403"
]
| task094-a060064de0684b09a1b25ef443372f61 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [193.711, 110.309, -20.334, 151.607, 158.797, -97.825, -59.931]
Output:
| [
"62.333"
]
| task094-083fda5c110444c48c8d9fb7761c044d |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [210.239, -35.519, 2.9, 217.273, -97.467]
Output:
| [
"59.485"
]
| task094-01c2d3857ecf4305b4dcaae2fc6fa9a4 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.502, 120.286, 84.602, 152.56, 67.934, -15.515, 75.274, 165.703, 61.737]
Output:
| [
"103.676"
]
| task094-f4608e6274d34703a84093424eb4a977 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [192.498, -98.211, 199.268, -61.53, -8.847, 11.316, -6.379, 102.105]
Output:
| [
"41.277"
]
| task094-5f506fddd4854419b3c88317cc930dba |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-71.135, 143.786, 48.316, 146.266, 42.14, 157.235]
Output:
| [
"77.768"
]
| task094-5c8321ab1bd54cdf868fde303fbe10f5 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [222.988, 35.571]
Output:
| [
"129.279"
]
| task094-14cde05c586d412ea070e7aeac7165ca |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.947, -88.879]
Output:
| [
"-69.913"
]
| task094-923bb894cf3c4c4eae39012f724808b4 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.648, 235.825, 71.3, 74.263, 36.113, 50.775, 55.119, 223.542]
Output:
| [
"92.536"
]
| task094-a63e3a37438247a0902a4d42746378bd |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [234.671, 141.166, 27.945, -37.672, 17.846, 172.972, 89.249]
Output:
| [
"92.311"
]
| task094-6a851c7e90cd4e23bb00c2e880ce729b |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [246.735, -32.796, 24.225, 130.226, 154.003, 133.547, -69.625, 193.862, 198.93, 176.592]
Output:
| [
"115.57"
]
| task094-f6b91fd36ff948b09f64a0eaa109847d |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.