easy Set 5 Form Exercise

Exercise 1

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 2

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

Exercise 3

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 4

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 5

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

Exercise 6

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