hard Set 88 Form Exercise

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

Show answer

Answer: 23

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 8

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