Lernen
Techniken zum Vergleichen von Werten: Differenzen, Summen und relative Größen finden.
Comparing data involves several methods: finding the difference (subtraction), computing totals (addition), identifying maximum and minimum values, and calculating ratios or percentages. The comparison method depends on the question—'how much more' asks for difference, 'how many times' asks for ratio, 'altogether' asks for total.
difference = larger - smaller; total = sum of all; ratio = A/B
- Difference: Max value 80, Min value 30 → Difference = 50
- Total: Values 20, 30, 40, 50 → Total = 140
- Which is higher: Compare bar heights or values directly
So erkennen Sie es
- 'How much more/less' → calculate difference
- 'What is the total' → add all values
- 'Which is greater' → direct comparison
- 'Range' → max minus min
Häufige Fehler
- Subtracting in wrong order (gives negative difference)
- Missing values when calculating totals
- Comparing without reading exact values first
Schritt-für-Schritt-Lösung
Wie viel mehr ist der höchste Wert als der niedrigste im Balkendiagramm?
- Minimalwert finden: Q2 = 30 (kürzester Balken)
- Maximalwert finden: Q1 = 80 (höchster Balken)
- 'Wie viel mehr' bedeutet die Differenz berechnen (Subtraktion)
- Berechnen: 80 - 30 = 50
Antwort: 50 mehr