hard Set 41 Form Exercise

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

Show answer

Answer: 48

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

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

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

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

Show answer

Answer: 140

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

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

Show answer

Answer: 19

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

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

Show answer

Answer: 10

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 4

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