hard Set 55 Form Exercise

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

Show answer

Answer: 5

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 69

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 294

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

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

Show answer

Answer: 15

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

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

Show answer

Answer: 13

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

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

Show answer

Answer: 19

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