easy Set 3 Form Exercise

Exercise 1

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

Exercise 2

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

Exercise 3

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

Exercise 4

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

Exercise 5

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

Exercise 6

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