hard Set 40 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 57

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

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

Show answer

Answer: 37

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