Vous devez avoir un compte pour accéder à cet exercice.
Soit \(f\) la fonction qui à \(x\) associe \(2 - x\).
Parmi les représentations graphiques suivantes, lesquelles sont des représentations graphiques de \( f \) ?
- A.
{"init": {"range": [[-8, 8], [-8, 8]], "scale": [37.5, 25.0], "hasGraph": true, "axisArrows": "->", "axisOpacity": 0.5, "gridOpacity": 0.1, "gridStep": [1, 1], "tickStep": [1, 1], "labelStep": [1, 1], "xLabel": "", "yLabel": "", "unityLabels": true}, "plot": [["function(x){ return -x + 2;}", [-8, 8]]]}
- B.
{"init": {"range": [[-6, 6], [-6, 6]], "scale": [50.0, 33.333333333333336], "hasGraph": true, "axisArrows": "->", "axisOpacity": 0.5, "gridOpacity": 0.1, "gridStep": [1, 1], "tickStep": [1, 1], "labelStep": [1, 1], "xLabel": "", "yLabel": "", "unityLabels": true}, "plot": [["function(x){ return -x + 2;}", [-6, 6]]]}
- C.
{"init": {"range": [[-6, 6], [-6, 6]], "scale": [50.0, 33.333333333333336], "hasGraph": true, "axisArrows": "->", "axisOpacity": 0.5, "gridOpacity": 0.1, "gridStep": [1, 1], "tickStep": [1, 1], "labelStep": [1, 1], "xLabel": "", "yLabel": "", "unityLabels": true}, "plot": [["function(x){ return 4 - 2*x;}", [-6, 6]]]}
- D.
{"init": {"range": [[-10, 10], [-10, 10]], "scale": [30.0, 20.0], "hasGraph": true, "axisArrows": "->", "axisOpacity": 0.5, "gridOpacity": 0.1, "gridStep": [1, 1], "tickStep": [1, 1], "labelStep": [1, 1], "xLabel": "", "yLabel": "", "unityLabels": true}, "plot": [["function(x){ return -x + 2;}", [-10, 10]]]}
Pour accéder à cet exercice, il faut être connecté.