hard Set 32 Form Exercise

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

Show answer

Answer: 46

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

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

Show answer

Answer: 130

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 141

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 120

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

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

Show answer

Answer: 1

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