hard Set 27 Form Exercise

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

Show answer

Answer: 6

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 33

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: -3

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

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

Show answer

Answer: 3

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