freeCodeCamp/math-challenges/32-linear-equations/quadratic-expressions.json

84 lines
1.4 KiB
JSON

{
"name": "Quadratic Expressions",
"order": 22,
"challenges": [
{
"id": "59a5801209a6acac5983b466",
"title": "Factor Quadratics with a Leading Coefficient of 1",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a028",
"title": "Factor Quadratic Expressions with Negative Coefficients",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a029",
"title": "Factor Quadratics",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a030",
"title": "Factor by Grouping",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a031",
"title": "Zero Product Principle",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac5983a032",
"title": "Applications of Factoring",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
}
]
}