medium Set 10 Form Exercise

Exercise 1

OperationPair
add-sub
Triple
  • 5
  • 9
  • 14
Mode
write_all
Equations
  • {"text":"5 + 9 = 14","parts":[5,"+",9,"=",14]}
  • {"text":"9 + 5 = 14","parts":[9,"+",5,"=",14]}
  • {"text":"14 - 5 = 9","parts":[14,"-",5,"=",9]}
  • {"text":"14 - 9 = 5","parts":[14,"-",9,"=",5]}

Exercise 2

OperationPair
add-sub
Triple
  • 2
  • 3
  • 5
Mode
write_all
Equations
  • {"text":"2 + 3 = 5","parts":[2,"+",3,"=",5]}
  • {"text":"3 + 2 = 5","parts":[3,"+",2,"=",5]}
  • {"text":"5 - 2 = 3","parts":[5,"-",2,"=",3]}
  • {"text":"5 - 3 = 2","parts":[5,"-",3,"=",2]}

Exercise 3

OperationPair
add-sub
Triple
  • 10
  • 10
  • 20
Mode
write_all
Equations
  • {"text":"10 + 10 = 20","parts":[10,"+",10,"=",20]}
  • {"text":"20 - 10 = 10","parts":[20,"-",10,"=",10]}

Exercise 4

OperationPair
add-sub
Triple
  • 6
  • 3
  • 9
Mode
write_all
Equations
  • {"text":"6 + 3 = 9","parts":[6,"+",3,"=",9]}
  • {"text":"3 + 6 = 9","parts":[3,"+",6,"=",9]}
  • {"text":"9 - 6 = 3","parts":[9,"-",6,"=",3]}
  • {"text":"9 - 3 = 6","parts":[9,"-",3,"=",6]}

Exercise 5

OperationPair
add-sub
Triple
  • 1
  • 2
  • 3
Mode
write_all
Equations
  • {"text":"1 + 2 = 3","parts":[1,"+",2,"=",3]}
  • {"text":"2 + 1 = 3","parts":[2,"+",1,"=",3]}
  • {"text":"3 - 1 = 2","parts":[3,"-",1,"=",2]}
  • {"text":"3 - 2 = 1","parts":[3,"-",2,"=",1]}

Exercise 6

OperationPair
add-sub
Triple
  • 10
  • 1
  • 11
Mode
write_all
Equations
  • {"text":"10 + 1 = 11","parts":[10,"+",1,"=",11]}
  • {"text":"1 + 10 = 11","parts":[1,"+",10,"=",11]}
  • {"text":"11 - 10 = 1","parts":[11,"-",10,"=",1]}
  • {"text":"11 - 1 = 10","parts":[11,"-",1,"=",10]}