medium Set 10 Form Exercise

Exercise 1

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

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
  • 4
  • 3
  • 7
Mode
write_all
Equations
  • {"text":"4 + 3 = 7","parts":[4,"+",3,"=",7]}
  • {"text":"3 + 4 = 7","parts":[3,"+",4,"=",7]}
  • {"text":"7 - 4 = 3","parts":[7,"-",4,"=",3]}
  • {"text":"7 - 3 = 4","parts":[7,"-",3,"=",4]}

Exercise 4

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

Exercise 5

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

Exercise 6

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