38 lines
1003 B
JSON
38 lines
1003 B
JSON
[
|
|
{
|
|
"text": "Ein Quadrat mit Seitenlänge $$a = 4 cm$$ berechne die Fläche",
|
|
"vars": {
|
|
"Fläche in cm^2": "16"
|
|
}
|
|
},
|
|
{
|
|
"text": "Ein Rechteck mit $$l = 7 cm$$ und $$b = 2 cm$$ berechne die Fläche",
|
|
"vars": {
|
|
"Fläche in cm^2": "14"
|
|
}
|
|
},
|
|
{
|
|
"text": "Berechne den Umfang $$U$$ eines Quadrats mit $$a = 6 cm$$",
|
|
"vars": {
|
|
"U in cm": "24"
|
|
}
|
|
},
|
|
{
|
|
"text": "Berechne den Umfang $$U$$ eines Rechteck mit $$l = 8 cm$$ und $$b = 4 cm$$",
|
|
"vars": {
|
|
"?": "24"
|
|
}
|
|
},
|
|
{
|
|
"text": "Ein Dreieck mit der Grundlinie $$G = 8cm$$ und einer Höhe $$h= 5cm$$ berechne die Fläche",
|
|
"vars": {
|
|
"Fläche in cm^2": "20"
|
|
}
|
|
},
|
|
{
|
|
"text": "Ein Dreieck mit der Grundlinie $$G = 10cm$$ und einer Höhe $$h= 7cm$$ berechne die Fläche",
|
|
"vars": {
|
|
"Fläche in cm^2": "35"
|
|
}
|
|
}
|
|
] |