easy Set 43 Form Exercise

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

Show answer

Answer: 18

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

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

Show answer

Answer: 44

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

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

Show answer

Answer: 30

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

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

Show answer

Answer: 56

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

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

Show answer

Answer: 12

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

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

Show answer

Answer: 20

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

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

Show answer

Answer: 1

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

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

Show answer

Answer: 68

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