hard Set 72 Form Exercise

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

Show answer

Answer: 56

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"-","operand":3,"result":7}
  • {"op":"+","operand":10,"result":17}
  • {"op":"+","operand":6,"result":23}
  • {"op":"+","operand":5,"result":28}
  • {"op":"\u00d7","operand":2,"result":56}
FinalValue
56
PathDescription
Step 1: -3 = 7; Step 2: +10 = 17; Step 3: +6 = 23; Step 4: +5 = 28; Step 5: ×2 = 56

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

Show answer

Answer: 26

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

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

Show answer

Answer: 486

SubType
math-maze
Difficulty
hard
StartValue
5
Steps
  • {"op":"+","operand":4,"result":9}
  • {"op":"\u00d7","operand":2,"result":18}
  • {"op":"\u00d7","operand":3,"result":54}
  • {"op":"\u00d7","operand":3,"result":162}
  • {"op":"\u00d7","operand":3,"result":486}
FinalValue
486
PathDescription
Step 1: +4 = 9; Step 2: ×2 = 18; Step 3: ×3 = 54; Step 4: ×3 = 162; Step 5: ×3 = 486

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

Show answer

Answer: 34

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 84

SubType
math-maze
Difficulty
hard
StartValue
8
Steps
  • {"op":"\u00d7","operand":4,"result":32}
  • {"op":"-","operand":13,"result":19}
  • {"op":"+","operand":8,"result":27}
  • {"op":"-","operand":6,"result":21}
  • {"op":"\u00d7","operand":4,"result":84}
FinalValue
84
PathDescription
Step 1: ×4 = 32; Step 2: -13 = 19; Step 3: +8 = 27; Step 4: -6 = 21; Step 5: ×4 = 84

Math Maze: Start at 5. Follow the path: -4 → +9 → ×3 → -19 → +7. What is the final value?

Show answer

Answer: 18

SubType
math-maze
Difficulty
hard
StartValue
5
Steps
  • {"op":"-","operand":4,"result":1}
  • {"op":"+","operand":9,"result":10}
  • {"op":"\u00d7","operand":3,"result":30}
  • {"op":"-","operand":19,"result":11}
  • {"op":"+","operand":7,"result":18}
FinalValue
18
PathDescription
Step 1: -4 = 1; Step 2: +9 = 10; Step 3: ×3 = 30; Step 4: -19 = 11; Step 5: +7 = 18

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

Show answer

Answer: 9

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