hard Set 40 Form Exercise

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

Show answer

Answer: 24

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 7

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

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

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 12

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