hard Set 50 Form Exercise

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

Show answer

Answer: 394

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

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

Show answer

Answer: -12

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 62

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

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

Show answer

Answer: 8

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

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

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

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

Show answer

Answer: 12

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