Mathe Aufgaben alle eingetragen

Erklärtexte angepasst
Verwandte Themen nach Vorgabe aus den Bsp Aufgaben verknüpft
This commit is contained in:
2025-01-04 05:10:53 +01:00
committed by Eric Blommel
parent 083780239a
commit 906d343b82
38 changed files with 280 additions and 86 deletions

View File

@@ -0,0 +1,26 @@
[
{
"text": "Berechne, wie viel Prozent 25 von 200 sind.",
"vars": {
"%": "12,5"
}
},
{
"text": "Wenn 15 von 60 Schülern Sport machen, wie viel Prozent sind das?",
"vars": {
"%": "25"
}
},
{
"text": "Kapital $$K = 2000 €$$ Zinssatz $$z = 4 \\%$$ Zeit $$t = 2 J$$ Berechne den Zins $$Z$$",
"vars": {
"Z": "160"
}
},
{
"text": "Kapital $$K = 1500 €$$ Zinssatz $$z = 3 \\%$$ Zeit $$t = 1 J$$ Berechne den Zins $$Z$$",
"vars": {
"Z": "45"
}
}
]