hard Set 49 Form Exercise

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

Show answer

Answer: 82

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 2

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

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

Show answer

Answer: 89

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

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

Show answer

Answer: 65

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 36

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