hard Set 30 Form Exercise

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

Show answer

Answer: 37

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 24

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"\u00d7","operand":2,"result":18}
  • {"op":"\u00d7","operand":4,"result":72}
  • {"op":"-","operand":31,"result":41}
  • {"op":"-","operand":35,"result":6}
  • {"op":"\u00d7","operand":4,"result":24}
FinalValue
24
PathDescription
Step 1: ×2 = 18; Step 2: ×4 = 72; Step 3: -31 = 41; Step 4: -35 = 6; Step 5: ×4 = 24

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

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 106

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

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

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

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

Show answer

Answer: 28

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