medium Set 93 Form Exercise

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

Show answer

Answer: 49

SubType
math-maze
Difficulty
medium
StartValue
1
Steps
  • {"op":"+","operand":10,"result":11}
  • {"op":"+","operand":1,"result":12}
  • {"op":"\u00d7","operand":4,"result":48}
  • {"op":"+","operand":1,"result":49}
FinalValue
49
PathDescription
Step 1: +10 = 11; Step 2: +1 = 12; Step 3: ×4 = 48; Step 4: +1 = 49

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

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

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

Show answer

Answer: 53

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 47

SubType
math-maze
Difficulty
medium
StartValue
7
Steps
  • {"op":"+","operand":10,"result":17}
  • {"op":"-","operand":6,"result":11}
  • {"op":"\u00d7","operand":4,"result":44}
  • {"op":"+","operand":3,"result":47}
FinalValue
47
PathDescription
Step 1: +10 = 17; Step 2: -6 = 11; Step 3: ×4 = 44; Step 4: +3 = 47

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

Show answer

Answer: 12

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

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

Show answer

Answer: 332

SubType
math-maze
Difficulty
medium
StartValue
10
Steps
  • {"op":"+","operand":10,"result":20}
  • {"op":"\u00d7","operand":4,"result":80}
  • {"op":"+","operand":3,"result":83}
  • {"op":"\u00d7","operand":4,"result":332}
FinalValue
332
PathDescription
Step 1: +10 = 20; Step 2: ×4 = 80; Step 3: +3 = 83; Step 4: ×4 = 332

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

Show answer

Answer: 1

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