hard Set 72 Form Exercise

Math Maze: Start at 10. Follow the path: -6 → +10 → +1 → +1 → ×2. What is the final value?

Show answer

Answer: 32

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"-","operand":6,"result":4}
  • {"op":"+","operand":10,"result":14}
  • {"op":"+","operand":1,"result":15}
  • {"op":"+","operand":1,"result":16}
  • {"op":"\u00d7","operand":2,"result":32}
FinalValue
32
PathDescription
Step 1: -6 = 4; Step 2: +10 = 14; Step 3: +1 = 15; Step 4: +1 = 16; Step 5: ×2 = 32

Math Maze: Start at 1. Follow the path: +8 → -3 → ×4 → ×3 → -14. What is the final value?

Show answer

Answer: 58

SubType
math-maze
Difficulty
hard
StartValue
1
Steps
  • {"op":"+","operand":8,"result":9}
  • {"op":"-","operand":3,"result":6}
  • {"op":"\u00d7","operand":4,"result":24}
  • {"op":"\u00d7","operand":3,"result":72}
  • {"op":"-","operand":14,"result":58}
FinalValue
58
PathDescription
Step 1: +8 = 9; Step 2: -3 = 6; Step 3: ×4 = 24; Step 4: ×3 = 72; Step 5: -14 = 58

Math Maze: Start at 9. Follow the path: ×2 → ×2 → +10 → -8 → +6. What is the final value?

Show answer

Answer: 44

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"\u00d7","operand":2,"result":18}
  • {"op":"\u00d7","operand":2,"result":36}
  • {"op":"+","operand":10,"result":46}
  • {"op":"-","operand":8,"result":38}
  • {"op":"+","operand":6,"result":44}
FinalValue
44
PathDescription
Step 1: ×2 = 18; Step 2: ×2 = 36; Step 3: +10 = 46; Step 4: -8 = 38; Step 5: +6 = 44

Math Maze: Start at 8. Follow the path: +8 → -8 → -5 → -1 → -1. What is the final value?

Show answer

Answer: 1

SubType
math-maze
Difficulty
hard
StartValue
8
Steps
  • {"op":"+","operand":8,"result":16}
  • {"op":"-","operand":8,"result":8}
  • {"op":"-","operand":5,"result":3}
  • {"op":"-","operand":1,"result":2}
  • {"op":"-","operand":1,"result":1}
FinalValue
1
PathDescription
Step 1: +8 = 16; Step 2: -8 = 8; Step 3: -5 = 3; Step 4: -1 = 2; Step 5: -1 = 1

Math Maze: Start at 9. Follow the path: +4 → +6 → -6 → +9 → -2. What is the final value?

Show answer

Answer: 20

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"+","operand":4,"result":13}
  • {"op":"+","operand":6,"result":19}
  • {"op":"-","operand":6,"result":13}
  • {"op":"+","operand":9,"result":22}
  • {"op":"-","operand":2,"result":20}
FinalValue
20
PathDescription
Step 1: +4 = 13; Step 2: +6 = 19; Step 3: -6 = 13; Step 4: +9 = 22; Step 5: -2 = 20

Math Maze: Start at 10. Follow the path: -6 → ×2 → ×3 → ×2 → +3. What is the final value?

Show answer

Answer: 51

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"-","operand":6,"result":4}
  • {"op":"\u00d7","operand":2,"result":8}
  • {"op":"\u00d7","operand":3,"result":24}
  • {"op":"\u00d7","operand":2,"result":48}
  • {"op":"+","operand":3,"result":51}
FinalValue
51
PathDescription
Step 1: -6 = 4; Step 2: ×2 = 8; Step 3: ×3 = 24; Step 4: ×2 = 48; Step 5: +3 = 51

Math Maze: Start at 5. Follow the path: +7 → +7 → ×2 → ×2 → +7. What is the final value?

Show answer

Answer: 83

SubType
math-maze
Difficulty
hard
StartValue
5
Steps
  • {"op":"+","operand":7,"result":12}
  • {"op":"+","operand":7,"result":19}
  • {"op":"\u00d7","operand":2,"result":38}
  • {"op":"\u00d7","operand":2,"result":76}
  • {"op":"+","operand":7,"result":83}
FinalValue
83
PathDescription
Step 1: +7 = 12; Step 2: +7 = 19; Step 3: ×2 = 38; Step 4: ×2 = 76; Step 5: +7 = 83

Math Maze: Start at 1. Follow the path: -1 → +9 → +9 → +8 → +6. What is the final value?

Show answer

Answer: 32

SubType
math-maze
Difficulty
hard
StartValue
1
Steps
  • {"op":"-","operand":1,"result":0}
  • {"op":"+","operand":9,"result":9}
  • {"op":"+","operand":9,"result":18}
  • {"op":"+","operand":8,"result":26}
  • {"op":"+","operand":6,"result":32}
FinalValue
32
PathDescription
Step 1: -1 = 0; Step 2: +9 = 9; Step 3: +9 = 18; Step 4: +8 = 26; Step 5: +6 = 32