easy Set 8 Form Exercise

Exercise 1

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

Exercise 2

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

Exercise 3

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

Exercise 4

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

Exercise 5

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

Exercise 6

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