hard Set 85 Form Exercise

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

Show answer

Answer: 19

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

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

Show answer

Answer: 71

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 6

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