hard Set 49 Form Exercise

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

Show answer

Answer: 11

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 54

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 120

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

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

Show answer

Answer: 24

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