hard Set 58 Form Exercise

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

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 21

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

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

Show answer

Answer: 70

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 74

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

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

Show answer

Answer: 20

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