hard Set 95 Form Exercise

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

Show answer

Answer: 36

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 6

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 47

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