Wiki-Quellcode von Lösung Lineares Gleichungssystem mit zwei Variablen
Verstecke letzte Bearbeiter
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | Zehnerziffer: {{formula}}x{{/formula}} |
| 2 | Einerziffer: {{formula}}y{{/formula}} | ||
| 3 | Aufstellen des linearen Gleichungssystems: | ||
| 4 | {{formula}}\text{(1)} \ 10x+y-18=10y+x{{/formula}} | ||
| 5 | {{formula}}\text{(2)} \ 7(x+y)=10x+y{{/formula}} | ||
| 6 | |||
| 7 | Die Lösung des linearen Gleichungssystems ergibt: | ||
| 8 | {{formula}}x=4{{/formula}} und {{formula}}y=2{{/formula}}, somit heißt die gesuchte Zahl 42. | ||
| 9 |