hard Set 7 Form Exercise

Exercise 1

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

Exercise 2

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

Exercise 3

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

Exercise 4

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

Exercise 5

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

Exercise 6

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