easy Set 1 Form Exercise

Exercise 1

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

Exercise 2

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

Exercise 3

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

Exercise 4

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

Exercise 5

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

Exercise 6

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