hard Set 40 Form Exercise

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

Show answer

Answer: 9

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 74

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

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

Show answer

Answer: 168

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 73

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 13

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