hard Set 47 Form Exercise

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

Show answer

Answer: 27

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 72

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

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

Show answer

Answer: 36

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

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

Show answer

Answer: 136

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

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

Show answer

Answer: 12

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

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

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

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

Show answer

Answer: 60

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