hard Set 62 Form Exercise

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

Show answer

Answer: 400

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 100

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 80

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

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

Show answer

Answer: 56

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