medium Set 1 Form Exercise

Exercise 1

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 2

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

Exercise 3

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

Exercise 4

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

Exercise 5

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

Exercise 6

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