easy Set 4 Form Exercise

Exercise 1

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

Exercise 2

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

Exercise 3

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

Exercise 4

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

Exercise 5

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

Exercise 6

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