hard Set 35 Form Exercise

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

Show answer

Answer: 112

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: -9

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 30

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