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: [161.151, 80.621]
Output:
| [
"120.886"
]
| task094-ecea3fd3a710418eb9a47dce783434b3 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.626, -60.565, -32.517, -72.804, 148.789, 184.111, -77.953, 39.64, 188.519]
Output:
| [
"39.427"
]
| task094-42f5cf919c7d43f79728396392589cac |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.721, 169.755, 236.488, 234.255, 107.15, -63.965, 170.647, 35.878, -34.218]
Output:
| [
"105.523"
]
| task094-3753ca1ba62b453b82026b9ed9211433 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [132.779, 126.164, 97.743, -59.174, -55.441]
Output:
| [
"48.414"
]
| task094-3e8ea8429a2546b39fda4ccbebdaba44 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.574, 125.196, -0.087, 150.977, 142.293, 146.135, 19.524, 169.874, 163.098, -51.309]
Output:
| [
"87.728"
]
| task094-12e49dbcd0bd4acca0b9bfff9b914dca |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [223.058, 69.404, 191.216]
Output:
| [
"161.226"
]
| task094-bd1c5c41011240cca07722e477f2c091 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [172.307, 72.066, 129.044, 87.711, 81.977]
Output:
| [
"108.621"
]
| task094-f44926f885884648951a32432acd4b81 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.82, -68.866, 159.882, 227.351, 224.405, 170.123, -26.867]
Output:
| [
"90.03"
]
| task094-76409b6f6fde4c819d8910533b504434 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [101.674, -66.465, -11.904, 133.753, 1.621, 43.092, 51.896, -19.777]
Output:
| [
"29.236"
]
| task094-6d7e73c268b54295871f08eff155c1bf |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.577, -33.878, 133.731, 34.577, 122.825]
Output:
| [
"66.566"
]
| task094-d2c7307a5acf442c9e927a08f1bda5d0 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.438, 0.055, 120.026, -57.759, 8.486, 180.778, 203.836, 247.396, 104.095, -85.403]
Output:
| [
"78.195"
]
| task094-612323f86b224cd2baaa0deb1f3b2242 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.283, -17.494, 32.136, -74.626, 217.379]
Output:
| [
"56.736"
]
| task094-f33cdd80a6474811a15bbb1d476a451b |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [130.346, -68.43, 203.192, 18.149]
Output:
| [
"70.814"
]
| task094-619e812db6ee4f3ea13869ddf05e25e1 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.32, 225.178, 183.674, 115.255, 217.914, -0.017, 193.042, 57.041, 7.858, 63.571]
Output:
| [
"107.884"
]
| task094-a7e1e18854ae42d38517fb970eb85b7f |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.583, 153.453, 20.381, -17.436, -31.071, 91.041, 198.063]
Output:
| [
"72.002"
]
| task094-405253e56f0a4e0fab1183044c97e3e4 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-43.529, 109.435, 160.949, 229.41, -36.645, -42.215, 139.786, 17.927, -93.902]
Output:
| [
"49.024"
]
| task094-5fdd699732c143b68af1dcff94e2647d |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-38.265, 153.05, 57.987, 121.07, 212.804, -70.335, 234.799, 174.937, -75.684, 28.975]
Output:
| [
"79.934"
]
| task094-7960d8089f9644a7addb8b34b04acc0e |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.704, -94.107, 76.034, 70.183, 93.339, 58.459]
Output:
| [
"35.769"
]
| task094-6d7ab63370b9480b9dba42219b27fbc3 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.323, 130.001, 47.957]
Output:
| [
"89.427"
]
| task094-b5fa303722524938bdca726780368c5d |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.768, 0.229, 14.955, -32.161, -40.159, -81.113, 34.071]
Output:
| [
"-17.278"
]
| task094-428dc50cd718465f8393d6a5c0366c75 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.618, -42.977, -16.666, -96.964, 31.352]
Output:
| [
"9.273"
]
| task094-1a150381b93441acabc227895c35738b |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [21.531, 221.161, -31.194]
Output:
| [
"70.499"
]
| task094-2ff75581f545433b851cd7c8c365cda7 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [217.523, 92.701, -55.65, -89.359, 55.742, 158.634, -31.883, 206.554]
Output:
| [
"69.283"
]
| task094-9399d1eb6a194a7783029ebf63d279b1 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.527, -43.288, 131.454, 144.37]
Output:
| [
"87.516"
]
| task094-8c421f5680174db0b44f964e062350cc |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.818, -15.216, 85.505, 44.567, -91.393]
Output:
| [
"-13.071"
]
| task094-6a5680b4923049f0afde277eccd2ea65 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.545, -38.654]
Output:
| [
"-13.054"
]
| task094-1be98c98a2b9486d9e19367a532db632 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.326, 226.925, 127.751, -28.03, 116.327, -48.621, 88.982, -14.298]
Output:
| [
"57.839"
]
| task094-92ddc8705de849d3a805db19b2af9520 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [9.477, 80.386, 229.39, 221.455, 172.89, 79.555, -7.837, 175.651, 147.418, 100.648]
Output:
| [
"120.903"
]
| task094-1d587d4140874c5dad48b6390887be05 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.844, 90.536, -75.69]
Output:
| [
"23.563"
]
| task094-879c65b1f13c4f61bbede2120b8c0b22 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.93, 238.524, -14.63, 101.761, -82.188, 82.759]
Output:
| [
"62.526"
]
| task094-92af9180132041c6b53e0cb7bb8bbf34 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.844, 14.203, 177.919, 222.065, 116.848, 232.681]
Output:
| [
"155.927"
]
| task094-45cd64d57e0d48c1b89bb12cbad38ac4 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.617, 73.236, -10.334, 148.675, -17.128, 223.898, -51.981, 125.796, 31.407]
Output:
| [
"47.772"
]
| task094-92c2cfef8ec04c12a62d742dd57244ab |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.99, -32.685, -4.59, -60.366, 217.034, -90.514]
Output:
| [
"43.145"
]
| task094-62371a67534d45e79a9565ebd0c056f9 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.439, 177.13, 177.82, 1.818, -41.251, 112.774, -65.485, 124.748, 139.04, 149.461]
Output:
| [
"75.662"
]
| task094-84706c65a63f4fa9944beadf3644e6b5 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.616, -60.048, 93.139, 189.224, 32.071, -92.293, 209.31, 116.618, 96.418]
Output:
| [
"59.647"
]
| task094-657ce0b38250484c91127198fe5b71e4 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.155, 237.342, 39.319, 42.962, 13.508, -47.345, 78.939, 26.554]
Output:
| [
"52.054"
]
| task094-2e315cd68c70486fb1cb1d9c7b4ec91a |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.044, 85.907, 174.993, 132.463]
Output:
| [
"120.352"
]
| task094-9ca6559d3b614c36866125f8344dcdcc |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [100.115, -51.525, -19.534, 80.669, 209.359, -4.132, 35.93]
Output:
| [
"50.126"
]
| task094-1a0544a5c25f4a2cabd03af864142ee5 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [203.186, -48.324, 84.872, 150.666, 217.672, 140.349, -68.885]
Output:
| [
"97.077"
]
| task094-2a73e4018ee647859c543983129134b2 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.254, 227.214, 16.679, 223.03, 159.255]
Output:
| [
"123.985"
]
| task094-d9e0badd1063476a9d0bc06de74068b7 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [147.533, -75.226, 95.038, 210.463, 189.565, -0.611, 238.251, 77.388, 157.353, 136.831]
Output:
| [
"117.658"
]
| task094-2150d891c2e44d2aa326a66b0d9579fb |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [135.925, -52.132, 208.485]
Output:
| [
"97.426"
]
| task094-3c8aaf41721c4f2c916892d23154c973 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.158, 20.179, 28.546, 3.58]
Output:
| [
"19.366"
]
| task094-2e2178ac692843ceba4e1a83ee933b6a |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.806, 71.753, 57.545, 229.364, -49.498, 167.773, -31.267, 50.402, 64.235]
Output:
| [
"74.013"
]
| task094-13325acd0cfa4beea35b55465070fee4 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.092, 146.978, 206.202]
Output:
| [
"168.424"
]
| task094-ecc57121d5784f6db4098fcdd673cc80 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.783, 3.103, 38.462, 30.526]
Output:
| [
"40.969"
]
| task094-807813b01bbb4dee95298ef00ea75925 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [240.751, 158.502, 206.663, 140.212, 171.747]
Output:
| [
"183.575"
]
| task094-ea66f4e76eac4df59a5bf27309bee5c3 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.534, -88.976, 128.098, 107.623, 146.506, 99.757, 103.4, -50.318, 11.526, 236.434]
Output:
| [
"92.658"
]
| task094-14aacc05eeb04463944520ea79698d7c |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.303, 177.383, 187.885, 140.589, 17.126, -67.584, 193.335]
Output:
| [
"88.776"
]
| task094-1c8e61d58765435585ec0409e1cc1df6 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [24.178, -12.985, -38.013, 103.784, 74.878, -82.984, 34.121, 26.287]
Output:
| [
"16.158"
]
| task094-ea1c0a613fd746df8653e64e095371f7 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-84.199, 194.52, 76.585, 145.929, -74.102]
Output:
| [
"51.747"
]
| task094-f72cda8bf95448ebbaaa2f14923a1019 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.613, 118.43, 177.279, 178.526]
Output:
| [
"114.156"
]
| task094-ef2c5cd2de934ffd81a4e8292659ca30 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.17, 189.722, -96.311, 136.993, 54.526, -61.624]
Output:
| [
"50.246"
]
| task094-193b6374c7014227824f7d12b16f6e0d |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.475, 150.208, -46.949, 70.49, -4.341, -82.564, 144.79, 114.873, 2.76, 225.447]
Output:
| [
"48.024"
]
| task094-898931e2369c445d8ce0a976e2735c18 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.323, 223.97, 242.737, 82.121, 27.648, 94.639, -33.193, 3.522, -50.421]
Output:
| [
"66.038"
]
| task094-d6c21cda955e499697c0acca801a84e0 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [241.486, -13.877, 1.808, 200.765, 223.234, -42.449, 127.587, 78.763, -80.96, -58.717]
Output:
| [
"67.764"
]
| task094-cd304a8dc8854c5ebab471009944048d |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-95.413, 56.579, -14.016, 236.999, -2.36, 173.346, 139.982]
Output:
| [
"70.731"
]
| task094-9e3fe825e2b34b65895797d5845bd996 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-36.981, 147.892]
Output:
| [
"55.456"
]
| task094-c68fcd07d0f149248408f464a0900780 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.329, -23.551, -90.367, 226.117, 170.26, 6.137]
Output:
| [
"53.988"
]
| task094-cf8d7b2c12934018bc1f258d65df7b7c |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.532, 0.441, 194.534]
Output:
| [
"56.481"
]
| task094-661fed727eff4e9d945b3ddc841b6076 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.577, 156.005, 201.591, 136.865, 158.713, 2.002, -34.416, 208.147]
Output:
| [
"115.31"
]
| task094-38fd9010f57840f79c9bc3bcf1752f0f |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [38.343, 177.478, 120.174, -74.923, 98.159]
Output:
| [
"71.846"
]
| task094-e7c09e215bcf481da49d2b44e4090275 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.301, -78.453, 187.627, -34.32, 183.625, 63.108, 63.464, -19.706]
Output:
| [
"35.506"
]
| task094-d5678e99e68a4e659ace934f62042c77 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.591, -56.104, -28.389, -22.521]
Output:
| [
"-10.356"
]
| task094-7653469c51fc442ebcadb84c65905b27 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.265, 158.058, 146.283, 221.688, 69.912]
Output:
| [
"140.841"
]
| task094-8d3559c1e8454508a8cfea674219365e |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.197, 162.215, 210.677, 164.551, 163.062, 13.106, 139.068, 114.418]
Output:
| [
"110.112"
]
| task094-e585168ced31452a9f1dac57e85f02e4 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.443, 215.498, 191.151, 161.076, -55.186, 90.885]
Output:
| [
"96.33"
]
| task094-cafd8659cf484ed7bc2d46adc51c1d6c |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [174.098, 19.358, -71.29, 39.0, 202.134, 107.618, 197.578, 14.008, 211.584, -24.934]
Output:
| [
"86.915"
]
| task094-ed93c4ad72e44e58bc8c27da2e353608 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.659, -7.967, 27.321, 68.288, 124.785, -26.213, 27.928, -19.832, 176.029]
Output:
| [
"46.111"
]
| task094-f851bfca59e1410caefa3a6a49b37353 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.161, 35.587, -52.481, 13.042, 238.912, 242.094]
Output:
| [
"81.886"
]
| task094-0e29c70d902a4436ba68a053ca74bf5a |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.316, -66.29, 129.505, 64.587, 54.295, 97.979, -90.49, -48.845, 221.481, 25.455]
Output:
| [
"30.636"
]
| task094-76fc9571887d4f8b91946fcb8da73036 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [38.712, -36.822, -21.095, 62.066, 138.209, 122.548]
Output:
| [
"50.603"
]
| task094-234f84c8597c4612832a1893b81ece19 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.875, 119.807, 202.775, 59.895, 246.796, 37.372]
Output:
| [
"103.462"
]
| task094-19ccecdf71674b9098d6e6e99a971400 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.709, -54.663, 37.858]
Output:
| [
"-5.365"
]
| task094-a0cc96018fec4a91999b0c945fcde2c9 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.948, -79.346, 177.272, 188.352, -33.385, -73.891]
Output:
| [
"40.658"
]
| task094-06c659e0f47d443ca861421e9e0fc879 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [109.483, 235.126, 50.317, 161.768, -12.459, 102.281, 224.248, -27.499, 88.268, 209.2]
Output:
| [
"114.073"
]
| task094-b6ca80a849b447c8a7908a4fbadab8ac |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.927, -48.169, 10.598]
Output:
| [
"-11.548"
]
| task094-1feb4d175ddd4aebb832fca386999e8a |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [191.615, 242.549, 11.029, 169.687, 192.429]
Output:
| [
"161.462"
]
| task094-f3403baef47f45168ec5d52e791dd4a3 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [237.296, 218.941, -21.222, 214.839, -39.233, 93.031]
Output:
| [
"117.275"
]
| task094-a65a86285cde4f31b60e793454c8e825 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.136, 37.75, 217.657, -57.671, 202.793, 124.039]
Output:
| [
"95.117"
]
| task094-4ec1d95833dd4d1bb0c9664f0aecb292 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [166.127, -53.754]
Output:
| [
"56.187"
]
| task094-cb0a37af1a3b47aaa364122b603c5711 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [150.3, 163.811, 117.614, -37.314, -69.868, -92.471]
Output:
| [
"38.679"
]
| task094-917444d7a6dc48559772ea0e77428dde |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.816, 192.957, -93.778, 52.077, -91.487, 13.531, 102.884]
Output:
| [
"29.429"
]
| task094-8a6634fc6939483c9731a80cba5e3b72 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.437, 198.009, 41.408, 47.695, 228.724, -22.472, 159.11, 39.423]
Output:
| [
"114.292"
]
| task094-6a65076638a84d7e802e05f589565b8d |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.268, -63.839, 167.983, 65.787, -33.84]
Output:
| [
"58.272"
]
| task094-1b98502b49f44190baf8a078d26184a9 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.155, 115.467, 175.376, 98.532, 15.688, -34.377, -38.563]
Output:
| [
"37.424"
]
| task094-685165c8565c4d1fb1fd94faed1cd8c0 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [153.723, 20.213, 185.644, 162.271, 132.806, 231.388, 157.011, -11.903, 171.249]
Output:
| [
"133.6"
]
| task094-9b12a10c2d8f43df9674e3ba8166a010 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [228.923, 228.115, 155.944, -47.3, 41.384, 27.785, 115.167, 41.426]
Output:
| [
"98.93"
]
| task094-ff8463bdb62649ed87ef5dea728ff843 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [202.708, 225.584, 62.673, 201.283, 65.287, 102.764, 213.812, 241.877, -43.051]
Output:
| [
"141.437"
]
| task094-a3325400f5684f898d495d833d75183b |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.284, -38.374, 177.778]
Output:
| [
"41.373"
]
| task094-404b4b40b0d24271918be1d51e4e58c2 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [18.334, 187.117, -55.156]
Output:
| [
"50.098"
]
| task094-fffc18f606ae477f8d6869030ecdf05b |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [183.579, 204.086, -55.275, -75.96, 144.491, 64.71, 180.828, 2.069, -28.085]
Output:
| [
"68.938"
]
| task094-b1c1dcd1f3604c37948c4ff19ca2210b |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.257, 146.496, -29.243, 127.931]
Output:
| [
"57.982"
]
| task094-71bc7b3e9fe448ce8b847b487ce25493 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.011, -68.772, -17.305]
Output:
| [
"-49.029"
]
| task094-9e380f50485442d29305fd0659a0f871 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.924, 212.912, 8.74, 137.912, -84.972, -33.58, -49.922, -41.534]
Output:
| [
"36.31"
]
| task094-eaf06f190db146b3a731e07723c2af8e |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [209.45, 150.578, 223.793, 129.673, 104.211, 55.63, 103.41, -68.055]
Output:
| [
"113.586"
]
| task094-ae1ce133b15a499682d7771f4d713a0b |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [56.466, -9.624, -34.641, 10.073, 168.537, 81.175, -98.931]
Output:
| [
"24.722"
]
| task094-69e8cb4ab0914aa39225452a1cde3e24 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.231, 200.235, -9.547, -98.817, 222.577, 12.8, 214.705, 122.883, 216.246, 113.126]
Output:
| [
"92.998"
]
| task094-30f0915f886f41cfb1824fc60c8b1c34 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,11,-111,1111]
Output: 1010.000
Negative Example 2 -
Input: [2,3,5,7,11]
Output: 5.000
Now complete the following example -
Input: [-33.421, 234.099, -68.856, 228.909, -91.024, -21.115, -35.901, -59.716, 94.192, -68.154]
Output:
| [
"17.901"
]
| task094-251fbcde212f40ff93060f09d3cc1543 |
Definition: In this task you will be given a list of numbers and you need to find the mean (average) of that list. The mean of a list can be found by summing every number in the list then dividing the result by the size of that list. The output should be rounded to 3 decimal places.
Positive Example 1 -
Input: [1,3,5]
Output: 3.000
Positive Example 2 -
Input: [-5,9,16,-20]
Output: 0.000
Negative Example 1 -
Input: [-1,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.719, 11.512, 159.737, -55.121, 2.157]
Output:
| [
"70.401"
]
| task094-760c3cdb671a49698e8076fe9f51f42c |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.