hard Set 71 Form Exercise

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

Show answer

Answer: 144

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 39

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

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

Show answer

Answer: 60

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

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

Show answer

Answer: 52

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

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

Show answer

Answer: 224

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

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

Show answer

Answer: 17

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

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

Show answer

Answer: 9

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