[
  {
    "Question": "What is the result of adding the polynomials (3x^2 + 2x + 5) and (4x^2 - 3x + 1)?",
    "Answer": "C",
    "Explanation": "To add polynomials, combine like terms. Here, (3x^2 + 4x^2) gives 7x^2, (2x - 3x) gives -1x, and (5 + 1) gives 6. Thus, the result is 7x^2 - x + 6.",
    "PictureURL": "",
    "OptionA": "7x^2 + x + 6",
    "OptionB": "7x^2 - 2x + 5",
    "OptionC": "7x^2 - x + 6",
    "OptionD": "7x^2 - x + 5",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Polynomials Practice Test",
    "Content Type": "Mathematics",
    "Title": "Adding Polynomials",
    "Item": 1,
    "Type": "multiple choice",
    "Path": "polynomials/adding"
  },
  {
    "Question": "What is the result of subtracting the polynomial (2x^2 + 3x - 4) from (5x^2 - x + 2)?",
    "Answer": "B",
    "Explanation": "To subtract polynomials, distribute the negative sign and combine like terms. (5x^2 - 2x^2) gives 3x^2, (-x - 3x) gives -4x, and (2 + 4) gives 6. Thus, the result is 3x^2 - 4x + 6.",
    "PictureURL": "",
    "OptionA": "3x^2 + 2x + 6",
    "OptionB": "3x^2 - 4x + 6",
    "OptionC": "3x^2 - 4x - 6",
    "OptionD": "3x^2 + 4x + 6",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Polynomials Practice Test",
    "Content Type": "Mathematics",
    "Title": "Subtracting Polynomials",
    "Item": 2,
    "Type": "multiple choice",
    "Path": "polynomials/subtracting"
  },
  {
    "Question": "What is the product of the polynomials (x + 2) and (x - 3)?",
    "Answer": "A",
    "Explanation": "To multiply polynomials, use the distributive property (FOIL method). (x)(x) gives x^2, (x)(-3) gives -3x, (2)(x) gives 2x, and (2)(-3) gives -6. Combining these gives x^2 - x - 6.",
    "PictureURL": "",
    "OptionA": "x^2 - x - 6",
    "OptionB": "x^2 + x - 6",
    "OptionC": "x^2 - x + 6",
    "OptionD": "x^2 + x + 6",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Polynomials Practice Test",
    "Content Type": "Mathematics",
    "Title": "Multiplying Polynomials",
    "Item": 3,
    "Type": "multiple choice",
    "Path": "polynomials/multiplying"
  },
  {
    "Question": "What is the factored form of the polynomial x^2 - 9?",
    "Answer": "D",
    "Explanation": "The expression x^2 - 9 is a difference of squares, which factors as (x + 3)(x - 3).",
    "PictureURL": "",
    "OptionA": "(x + 9)(x - 1)",
    "OptionB": "(x - 3)(x - 3)",
    "OptionC": "(x + 3)(x + 3)",
    "OptionD": "(x + 3)(x - 3)",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Polynomials Practice Test",
    "Content Type": "Mathematics",
    "Title": "Factoring Difference of Squares",
    "Item": 4,
    "Type": "multiple choice",
    "Path": "polynomials/factoring"
  },
  {
    "Question": "What is the GCF of the polynomials 12x^3 and 8x^2?",
    "Answer": "C",
    "Explanation": "The GCF of the coefficients 12 and 8 is 4, and the lowest power of x is x^2. Thus, the GCF is 4x^2.",
    "PictureURL": "",
    "OptionA": "2x^2",
    "OptionB": "8x^2",
    "OptionC": "4x^2",
    "OptionD": "12x^2",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Polynomials Practice Test",
    "Content Type": "Mathematics",
    "Title": "Finding GCF",
    "Item": 5,
    "Type": "multiple choice",
    "Path": "polynomials/gcf"
  },
  {
    "Question": "What is the factored form of the trinomial x^2 + 5x + 6?",
    "Answer": "A",
    "Explanation": "To factor the trinomial, find two numbers that multiply to 6 and add to 5. The numbers 2 and 3 work, so the factored form is (x + 2)(x + 3).",
    "PictureURL": "",
    "OptionA": "(x + 2)(x + 3)",
    "OptionB": "(x + 1)(x + 6)",
    "OptionC": "(x - 2)(x - 3)",
    "OptionD": "(x + 4)(x + 1)",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Polynomials Practice Test",
    "Content Type": "Mathematics",
    "Title": "Factoring Trinomials",
    "Item": 6,
    "Type": "multiple choice",
    "Path": "polynomials/factoring_trinomials"
  },
  {
    "Question": "What is the result of multiplying the polynomials (2x + 3) and (x + 4)?",
    "Answer": "B",
    "Explanation": "Using the distributive property, (2x)(x) gives 2x^2, (2x)(4) gives 8x, (3)(x) gives 3x, and (3)(4) gives 12. Combining these gives 2x^2 + 11x + 12.",
    "PictureURL": "",
    "OptionA": "2x^2 + 7x + 12",
    "OptionB": "2x^2 + 11x + 12",
    "OptionC": "2x^2 + 11x + 10",
    "OptionD": "2x^2 + 8x + 12",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Polynomials Practice Test",
    "Content Type": "Mathematics",
    "Title": "Multiplying Polynomials",
    "Item": 7,
    "Type": "multiple choice",
    "Path": "polynomials/multiplying"
  },
  {
    "Question": "What is the result of (x + 5)(x - 5)?",
    "Answer": "C",
    "Explanation": "This is another example of the difference of squares. The result is x^2 - 25.",
    "PictureURL": "",
    "OptionA": "x^2 + 25",
    "OptionB": "x^2 - 10",
    "OptionC": "x^2 - 25",
    "OptionD": "x^2 + 10",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Polynomials Practice Test",
    "Content Type": "Mathematics",
    "Title": "Difference of Squares",
    "Item": 8,
    "Type": "multiple choice",
    "Path": "polynomials/difference_of_squares"
  },
  {
    "Question": "What is the sum of the polynomials (x^2 + 4x) and (2x^2 - 3x + 1)?",
    "Answer": "A",
    "Explanation": "Combining like terms gives (1x^2 + 2x^2) = 3x^2, (4x - 3x) = 1x, and the constant term is +1. Thus, the result is 3x^2 + x + 1.",
    "PictureURL": "",
    "OptionA": "3x^2 + x + 1",
    "OptionB": "3x^2 + 7x + 1",
    "OptionC": "3x^2 - x + 1",
    "OptionD": "3x^2 + 4x + 1",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Polynomials Practice Test",
    "Content Type": "Mathematics",
    "Title": "Adding Polynomials",
    "Item": 9,
    "Type": "multiple choice",
    "Path": "polynomials/adding"
  },
  {
    "Question": "What is the factored form of the polynomial 2x^2 + 8x?",
    "Answer": "B",
    "Explanation": "The GCF of the terms is 2x, so factoring it out gives 2x(x + 4).",
    "PictureURL": "",
    "OptionA": "2(x + 4)(x + 2)",
    "OptionB": "2x(x + 4)",
    "OptionC": "2(x + 2)(x + 4)",
    "OptionD": "2x(x + 2)",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Polynomials Practice Test",
    "Content Type": "Mathematics",
    "Title": "Factoring GCF",
    "Item": 10,
    "Type": "multiple choice",
    "Path": "polynomials/factoring_gcf"
  },
  {
    "Question": "What is the result of subtracting (3x^2 - 2x + 1) from (4x^2 + x - 5)?",
    "Answer": "D",
    "Explanation": "Distributing the negative sign gives (4x^2 - 3x^2) + (x + 2x) + (-5 - 1). This results in x^2 + 3x - 6.",
    "PictureURL": "",
    "OptionA": "x^2 + 2x - 6",
    "OptionB": "x^2 + 3x + 6",
    "OptionC": "x^2 - 3x - 6",
    "OptionD": "x^2 + 3x - 6",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Polynomials Practice Test",
    "Content Type": "Mathematics",
    "Title": "Subtracting Polynomials",
    "Item": 11,
    "Type": "multiple choice",
    "Path": "polynomials/subtracting"
  },
  {
    "Question": "What is the product of (x + 1)(x + 1)?",
    "Answer": "C",
    "Explanation": "Using the distributive property, this is (x^2 + 1x + 1x + 1) which simplifies to x^2 + 2x + 1.",
    "PictureURL": "",
    "OptionA": "x^2 + x + 1",
    "OptionB": "x^2 + 3x + 1",
    "OptionC": "x^2 + 2x + 1",
    "OptionD": "x^2 + 2x - 1",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Polynomials Practice Test",
    "Content Type": "Mathematics",
    "Title": "Multiplying Polynomials",
    "Item": 12,
    "Type": "multiple choice",
    "Path": "polynomials/multiplying"
  },
  {
    "Question": "What is the factored form of the polynomial x^2 + 7x + 10?",
    "Answer": "A",
    "Explanation": "The numbers that multiply to 10 and add to 7 are 2 and 5, so the factored form is (x + 2)(x + 5).",
    "PictureURL": "",
    "OptionA": "(x + 2)(x + 5)",
    "OptionB": "(x + 1)(x + 10)",
    "OptionC": "(x - 2)(x - 5)",
    "OptionD": "(x + 3)(x + 4)",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Polynomials Practice Test",
    "Content Type": "Mathematics",
    "Title": "Factoring Trinomials",
    "Item": 13,
    "Type": "multiple choice",
    "Path": "polynomials/factoring_trinomials"
  },
  {
    "Question": "What is the result of (2x + 3)(x - 4)?",
    "Answer": "B",
    "Explanation": "Using the distributive property, (2x)(x) gives 2x^2, (2x)(-4) gives -8x, (3)(x) gives 3x, and (3)(-4) gives -12. Combining these gives 2x^2 - 5x - 12.",
    "PictureURL": "",
    "OptionA": "2x^2 - 7x - 12",
    "OptionB": "2x^2 - 5x - 12",
    "OptionC": "2x^2 + 5x - 12",
    "OptionD": "2x^2 - 5x + 12",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Polynomials Practice Test",
    "Content Type": "Mathematics",
    "Title": "Multiplying Polynomials",
    "Item": 14,
    "Type": "multiple choice",
    "Path": "polynomials/multiplying"
  },
  {
    "Question": "What is the GCF of 15x^2y and 25xy^2?",
    "Answer": "A",
    "Explanation": "The GCF of the coefficients 15 and 25 is 5, and the lowest power of x is x, and the lowest power of y is y. Thus, the GCF is 5xy.",
    "PictureURL": "",
    "OptionA": "5xy",
    "OptionB": "15xy",
    "OptionC": "25xy",
    "OptionD": "5x^2y^2",
    "OptionE": "",
    "OptionF": "",
    "OptionG": "",
    "TestName": "Polynomials Practice Test",
    "Content Type": "Mathematics",
    "Title": "Finding GCF",
    "Item": 15,
    "Type": "multiple choice",
    "Path": "polynomials/gcf"
  }
]