hard Set 60 Form Exercise

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

Show answer

Answer: 39

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

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

Show answer

Answer: 22

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

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

Show answer

Answer: 9

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

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

Show answer

Answer: 384

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

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

Show answer

Answer: 276

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

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

Show answer

Answer: 18

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

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

Show answer

Answer: 9

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

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

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