Wiki-Quellcode von Lösung Zuordnung verbal
Version 1.2 von Holger Engels am 2024/10/13 16:56
Zeige letzte Bearbeiter
author | version | line-number | content |
---|---|---|---|
1 | (% class="border" %) | ||
2 | |Jeder Zahl wird ihr Vierfaches zugeordnet. | {{formula}}x \mapsto 4x{{/formula}} | ||
3 | |Jeder Zahl wird die um 4 größere Zahl zugeordnet. | {{formula}}x \mapsto x+4{{/formula}} | ||
4 | |Jeder natürlichen Zahl wird ihr Nachfolger zugeordnet. | {{formula}}x \mapsto x+1{{/formula}} | ||
5 | |Jeder Zahl wird ihr Quadrat zugeordnet. | {{formula}}x \mapsto x^2{{/formula}} | ||
6 | |Jeder Zahl wird ihr um 3 vergrößertes Fünffaches zugeordnet. | {{formula}}x \mapsto 5x+3{{/formula}} |