hard Set 54 Form Exercise

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

Show answer

Answer: 29

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 47

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

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

Show answer

Answer: 76

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 124

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

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

Show answer

Answer: 58

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