hard Set 49 Form Exercise

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

Show answer

Answer: 408

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

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

Show answer

Answer: 300

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 63

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

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

Show answer

Answer: 27

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 6

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