hard Set 47 Form Exercise

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

Show answer

Answer: 200

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

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

Show answer

Answer: 8

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 140

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

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

Show answer

Answer: 110

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

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

Show answer

Answer: 32

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

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

Show answer

Answer: 7

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