medium Set 61 Form Exercise

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

Show answer

Answer: 76

SubType
math-maze
Difficulty
medium
StartValue
10
Steps
  • {"op":"\u00d7","operand":4,"result":40}
  • {"op":"+","operand":6,"result":46}
  • {"op":"-","operand":27,"result":19}
  • {"op":"\u00d7","operand":4,"result":76}
FinalValue
76
PathDescription
Step 1: ×4 = 40; Step 2: +6 = 46; Step 3: -27 = 19; Step 4: ×4 = 76

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

Show answer

Answer: 6

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 20

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