easy Set 10 Form Exercise

Exercise 1

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

Exercise 2

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

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

Exercise 5

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

Exercise 6

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