easy Set 3 Form Exercise

Exercise 1

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

Exercise 2

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

Exercise 3

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

Exercise 4

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

Exercise 5

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

Exercise 6

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