hard Set 74 Form Exercise

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

Show answer

Answer: 7

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 40

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

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

Show answer

Answer: 112

SubType
math-maze
Difficulty
hard
StartValue
8
Steps
  • {"op":"\u00d7","operand":4,"result":32}
  • {"op":"+","operand":9,"result":41}
  • {"op":"-","operand":27,"result":14}
  • {"op":"\u00d7","operand":2,"result":28}
  • {"op":"\u00d7","operand":4,"result":112}
FinalValue
112
PathDescription
Step 1: ×4 = 32; Step 2: +9 = 41; Step 3: -27 = 14; Step 4: ×2 = 28; Step 5: ×4 = 112

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

Show answer

Answer: 234

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

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

Show answer

Answer: 328

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

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

Show answer

Answer: 180

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

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

Show answer

Answer: 138

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