hard Set 91 Form Exercise

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

Show answer

Answer: 4

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 76

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 137

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

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

Show answer

Answer: 20

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