easy Set 1 Form Exercise

Exercise 1

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

Exercise 2

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

Exercise 3

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]}

Exercise 4

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

Exercise 5

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 6

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