easy Set 40 Form Exercise

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

Show answer

Answer: 50

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

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

Show answer

Answer: 74

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

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

Show answer

Answer: 7

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

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

Show answer

Answer: 4

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

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

Show answer

Answer: 26

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

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

Show answer

Answer: 46

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

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

Show answer

Answer: 108

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

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

Show answer

Answer: 60

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