hard Set 69 Form Exercise

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

Show answer

Answer: 24

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

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

Show answer

Answer: 130

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 82

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 184

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