hard Set 36 Form Exercise

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

Show answer

Answer: 9

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 6

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

Math Maze: Start at 9. Follow the path: ×3 → ×3 → ×3 → -218 → -14. What is the final value?

Show answer

Answer: 11

SubType
math-maze
Difficulty
hard
StartValue
9
Steps
  • {"op":"\u00d7","operand":3,"result":27}
  • {"op":"\u00d7","operand":3,"result":81}
  • {"op":"\u00d7","operand":3,"result":243}
  • {"op":"-","operand":218,"result":25}
  • {"op":"-","operand":14,"result":11}
FinalValue
11
PathDescription
Step 1: ×3 = 27; Step 2: ×3 = 81; Step 3: ×3 = 243; Step 4: -218 = 25; Step 5: -14 = 11

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

Show answer

Answer: 7

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

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

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

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

Show answer

Answer: -1

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