hard Set 13 Form Exercise

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

Show answer

Answer: 303

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 261

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 48

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 1

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