hard Set 48 Form Exercise

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

Show answer

Answer: 28

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 155

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: -1

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 46

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

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

Show answer

Answer: 104

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