hard Set 47 Form Exercise

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

Show answer

Answer: -1

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 62

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 11

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