easy Set 51 Form Exercise

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

Show answer

Answer: 62

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

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

Show answer

Answer: 24

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 25

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

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

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

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

Show answer

Answer: 28

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

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

Show answer

Answer: 51

SubType
math-maze
Difficulty
easy
StartValue
9
Steps
  • {"op":"+","operand":5,"result":14}
  • {"op":"\u00d7","operand":3,"result":42}
  • {"op":"+","operand":9,"result":51}
FinalValue
51
PathDescription
Step 1: +5 = 14; Step 2: ×3 = 42; Step 3: +9 = 51

Math Maze: Start at 5. Follow the path: +10 → -11 → +7. What is the final value?

Show answer

Answer: 11

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