medium Set 74 Form Exercise

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

Show answer

Answer: 486

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

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

Show answer

Answer: 24

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

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

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 35

SubType
math-maze
Difficulty
medium
StartValue
5
Steps
  • {"op":"+","operand":9,"result":14}
  • {"op":"\u00d7","operand":4,"result":56}
  • {"op":"+","operand":5,"result":61}
  • {"op":"-","operand":26,"result":35}
FinalValue
35
PathDescription
Step 1: +9 = 14; Step 2: ×4 = 56; Step 3: +5 = 61; Step 4: -26 = 35

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

Show answer

Answer: 17

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

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

Show answer

Answer: 122

SubType
math-maze
Difficulty
medium
StartValue
6
Steps
  • {"op":"\u00d7","operand":3,"result":18}
  • {"op":"\u00d7","operand":4,"result":72}
  • {"op":"-","operand":11,"result":61}
  • {"op":"\u00d7","operand":2,"result":122}
FinalValue
122
PathDescription
Step 1: ×3 = 18; Step 2: ×4 = 72; Step 3: -11 = 61; Step 4: ×2 = 122

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

Show answer

Answer: 7

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