medium Set 1 Form Exercise

Exercise 1

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

Exercise 2

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

Exercise 3

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

Exercise 6

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