hard Set 53 Form Exercise

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

Show answer

Answer: 58

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

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

Show answer

Answer: 45

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 127

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: -4

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