hard Set 96 Form Exercise

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

Show answer

Answer: 15

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 49

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 23

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 75

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