hard Set 37 Form Exercise

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

Show answer

Answer: -4

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 40

SubType
math-maze
Difficulty
hard
StartValue
10
Steps
  • {"op":"+","operand":8,"result":18}
  • {"op":"+","operand":6,"result":24}
  • {"op":"+","operand":3,"result":27}
  • {"op":"+","operand":9,"result":36}
  • {"op":"+","operand":4,"result":40}
FinalValue
40
PathDescription
Step 1: +8 = 18; Step 2: +6 = 24; Step 3: +3 = 27; Step 4: +9 = 36; Step 5: +4 = 40

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

Show answer

Answer: 6

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

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

Show answer

Answer: 76

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

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

Show answer

Answer: 7

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":5,"result":3}
  • {"op":"+","operand":4,"result":7}
FinalValue
7
PathDescription
Step 1: -1 = 0; Step 2: -1 = -1; Step 3: -1 = -2; Step 4: +5 = 3; Step 5: +4 = 7

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

Show answer

Answer: 12

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

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

Show answer

Answer: 10

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