medium Set 1 Form Exercise

Exercise 1

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

Exercise 2

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

Exercise 3

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

Exercise 4

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

Exercise 5

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

Exercise 6

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