[
  {
    "Question": "Solve for x: 2x + 3 = 11",
    "Answer": "B",
    "Explanation": "To solve for x, first subtract 3 from both sides to get 2x = 8. Then divide both sides by 2 to find x = 4.",
    "PictureURL": "",
    "OptionA": "2",
    "OptionB": "4",
    "OptionC": "5",
    "OptionD": "6",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Linear Equations Practice Test",
    "Content Type": "Math",
    "Title": "Solving One-Variable Equations",
    "Item": 1,
    "Type": "multiple choice",
    "Path": "linear-equations/one-variable"
  },
  {
    "Question": "What is the solution to the equation 3(x - 2) = 12?",
    "Answer": "C",
    "Explanation": "First, distribute the 3 to get 3x - 6 = 12. Then add 6 to both sides to get 3x = 18. Finally, divide by 3 to find x = 6.",
    "PictureURL": "",
    "OptionA": "2",
    "OptionB": "4",
    "OptionC": "6",
    "OptionD": "8",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Linear Equations Practice Test",
    "Content Type": "Math",
    "Title": "Solving Multi-Step Equations",
    "Item": 2,
    "Type": "multiple choice",
    "Path": "linear-equations/multi-step"
  },
  {
    "Question": "Solve for x: 5x - 7 = 3x + 9",
    "Answer": "A",
    "Explanation": "Subtract 3x from both sides to get 2x - 7 = 9. Then add 7 to both sides to get 2x = 16. Finally, divide by 2 to find x = 8.",
    "PictureURL": "",
    "OptionA": "8",
    "OptionB": "9",
    "OptionC": "10",
    "OptionD": "11",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Linear Equations Practice Test",
    "Content Type": "Math",
    "Title": "Solving Equations with Variables on Both Sides",
    "Item": 3,
    "Type": "multiple choice",
    "Path": "linear-equations/variables-both-sides"
  },
  {
    "Question": "If 4x + 5 = 2x + 13, what is the value of x?",
    "Answer": "B",
    "Explanation": "Subtract 2x from both sides to get 2x + 5 = 13. Then subtract 5 from both sides to get 2x = 8. Finally, divide by 2 to find x = 4.",
    "PictureURL": "",
    "OptionA": "3",
    "OptionB": "4",
    "OptionC": "5",
    "OptionD": "6",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Linear Equations Practice Test",
    "Content Type": "Math",
    "Title": "Solving Equations with Variables on Both Sides",
    "Item": 4,
    "Type": "multiple choice",
    "Path": "linear-equations/variables-both-sides"
  },
  {
    "Question": "Solve for x: 7x + 2 = 5x + 10",
    "Answer": "C",
    "Explanation": "Subtract 5x from both sides to get 2x + 2 = 10. Then subtract 2 from both sides to get 2x = 8. Finally, divide by 2 to find x = 4.",
    "PictureURL": "",
    "OptionA": "2",
    "OptionB": "3",
    "OptionC": "4",
    "OptionD": "5",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Linear Equations Practice Test",
    "Content Type": "Math",
    "Title": "Solving Equations with Variables on Both Sides",
    "Item": 5,
    "Type": "multiple choice",
    "Path": "linear-equations/variables-both-sides"
  },
  {
    "Question": "What is the solution to the equation 2(x + 3) = x + 9?",
    "Answer": "A",
    "Explanation": "First, distribute the 2 to get 2x + 6 = x + 9. Then subtract x from both sides to get x + 6 = 9. Finally, subtract 6 from both sides to find x = 3.",
    "PictureURL": "",
    "OptionA": "3",
    "OptionB": "4",
    "OptionC": "5",
    "OptionD": "6",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Linear Equations Practice Test",
    "Content Type": "Math",
    "Title": "Solving Multi-Step Equations",
    "Item": 6,
    "Type": "multiple choice",
    "Path": "linear-equations/multi-step"
  },
  {
    "Question": "Solve for x: 3x - 4 = 2x + 5",
    "Answer": "B",
    "Explanation": "Subtract 2x from both sides to get x - 4 = 5. Then add 4 to both sides to find x = 9.",
    "PictureURL": "",
    "OptionA": "8",
    "OptionB": "9",
    "OptionC": "10",
    "OptionD": "11",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Linear Equations Practice Test",
    "Content Type": "Math",
    "Title": "Solving Equations with Variables on Both Sides",
    "Item": 7,
    "Type": "multiple choice",
    "Path": "linear-equations/variables-both-sides"
  },
  {
    "Question": "If 6x - 3 = 3x + 9, what is x?",
    "Answer": "A",
    "Explanation": "Subtract 3x from both sides to get 3x - 3 = 9. Then add 3 to both sides to get 3x = 12. Finally, divide by 3 to find x = 4.",
    "PictureURL": "",
    "OptionA": "4",
    "OptionB": "5",
    "OptionC": "6",
    "OptionD": "7",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Linear Equations Practice Test",
    "Content Type": "Math",
    "Title": "Solving Equations with Variables on Both Sides",
    "Item": 8,
    "Type": "multiple choice",
    "Path": "linear-equations/variables-both-sides"
  },
  {
    "Question": "Solve for x: 4(x - 1) = 2x + 6",
    "Answer": "C",
    "Explanation": "First, distribute the 4 to get 4x - 4 = 2x + 6. Then subtract 2x from both sides to get 2x - 4 = 6. Add 4 to both sides to get 2x = 10. Finally, divide by 2 to find x = 5.",
    "PictureURL": "",
    "OptionA": "3",
    "OptionB": "4",
    "OptionC": "5",
    "OptionD": "6",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Linear Equations Practice Test",
    "Content Type": "Math",
    "Title": "Solving Multi-Step Equations",
    "Item": 9,
    "Type": "multiple choice",
    "Path": "linear-equations/multi-step"
  },
  {
    "Question": "What is the solution to the equation x/2 + 3 = 7?",
    "Answer": "D",
    "Explanation": "Subtract 3 from both sides to get x/2 = 4. Then multiply both sides by 2 to find x = 8.",
    "PictureURL": "",
    "OptionA": "6",
    "OptionB": "7",
    "OptionC": "9",
    "OptionD": "8",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Linear Equations Practice Test",
    "Content Type": "Math",
    "Title": "Solving One-Variable Equations",
    "Item": 10,
    "Type": "multiple choice",
    "Path": "linear-equations/one-variable"
  },
  {
    "Question": "Solve for x: 5(x + 1) = 3x + 15",
    "Answer": "B",
    "Explanation": "First, distribute the 5 to get 5x + 5 = 3x + 15. Then subtract 3x from both sides to get 2x + 5 = 15. Subtract 5 from both sides to get 2x = 10. Finally, divide by 2 to find x = 5.",
    "PictureURL": "",
    "OptionA": "4",
    "OptionB": "5",
    "OptionC": "6",
    "OptionD": "7",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Linear Equations Practice Test",
    "Content Type": "Math",
    "Title": "Solving Multi-Step Equations",
    "Item": 11,
    "Type": "multiple choice",
    "Path": "linear-equations/multi-step"
  },
  {
    "Question": "If 8x - 5 = 3x + 15, what is x?",
    "Answer": "C",
    "Explanation": "Subtract 3x from both sides to get 5x - 5 = 15. Then add 5 to both sides to get 5x = 20. Finally, divide by 5 to find x = 4.",
    "PictureURL": "",
    "OptionA": "3",
    "OptionB": "5",
    "OptionC": "4",
    "OptionD": "6",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Linear Equations Practice Test",
    "Content Type": "Math",
    "Title": "Solving Equations with Variables on Both Sides",
    "Item": 12,
    "Type": "multiple choice",
    "Path": "linear-equations/variables-both-sides"
  },
  {
    "Question": "Solve for x: 9x + 2 = 5x + 18",
    "Answer": "A",
    "Explanation": "Subtract 5x from both sides to get 4x + 2 = 18. Then subtract 2 from both sides to get 4x = 16. Finally, divide by 4 to find x = 4.",
    "PictureURL": "",
    "OptionA": "4",
    "OptionB": "5",
    "OptionC": "6",
    "OptionD": "7",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Linear Equations Practice Test",
    "Content Type": "Math",
    "Title": "Solving Equations with Variables on Both Sides",
    "Item": 13,
    "Type": "multiple choice",
    "Path": "linear-equations/variables-both-sides"
  },
  {
    "Question": "What is the solution to the equation 2x - 3 = x + 4?",
    "Answer": "B",
    "Explanation": "Subtract x from both sides to get x - 3 = 4. Then add 3 to both sides to find x = 7.",
    "PictureURL": "",
    "OptionA": "6",
    "OptionB": "7",
    "OptionC": "8",
    "OptionD": "9",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Linear Equations Practice Test",
    "Content Type": "Math",
    "Title": "Solving Equations with Variables on Both Sides",
    "Item": 14,
    "Type": "multiple choice",
    "Path": "linear-equations/variables-both-sides"
  },
  {
    "Question": "Solve for x: 10 - 2x = 4",
    "Answer": "C",
    "Explanation": "Subtract 10 from both sides to get -2x = -6. Then divide by -2 to find x = 3.",
    "PictureURL": "",
    "OptionA": "2",
    "OptionB": "4",
    "OptionC": "3",
    "OptionD": "5",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Linear Equations Practice Test",
    "Content Type": "Math",
    "Title": "Solving One-Variable Equations",
    "Item": 15,
    "Type": "multiple choice",
    "Path": "linear-equations/one-variable"
  }
]