hard Set 45 Form Exercise

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

Show answer

Answer: 3

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 5

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

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

Show answer

Answer: 77

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 20

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