expert Set 3 Form Exercise

Exercise 1

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

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

Exercise 4

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

Exercise 5

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

Exercise 6

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