hard Set 93 Form Exercise

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

Show answer

Answer: 15

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

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

Show answer

Answer: 107

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

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

Show answer

Answer: 440

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 57

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

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

Show answer

Answer: 51

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":5,"result":41}
  • {"op":"+","operand":10,"result":51}
FinalValue
51
PathDescription
Step 1: +3 = 8; Step 2: +4 = 12; Step 3: ×3 = 36; Step 4: +5 = 41; Step 5: +10 = 51

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

Show answer

Answer: 5

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