easy Set 77 Form Exercise

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

Show answer

Answer: 49

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

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

Show answer

Answer: 3

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

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

Show answer

Answer: 14

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

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

Show answer

Answer: 11

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

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

Show answer

Answer: 70

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

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

Show answer

Answer: 25

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

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

Show answer

Answer: 16

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

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

Show answer

Answer: 23

SubType
math-maze
Difficulty
easy
StartValue
2
Steps
  • {"op":"+","operand":9,"result":11}
  • {"op":"+","operand":9,"result":20}
  • {"op":"+","operand":3,"result":23}
FinalValue
23
PathDescription
Step 1: +9 = 11; Step 2: +9 = 20; Step 3: +3 = 23