freeCodeCamp/curriculum/math-challenges/31-algebra/simplifying-expressions.json

58 lines
1.1 KiB
JSON

{
"name": "Simplifying Expressions",
"order": 31,
"challenges": [
{
"id": "59a5801209a6acac5983b441",
"title": "Simplify Variable Expressions Involving Addition and Subtraction",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac59836477",
"title": "Simplify Variable Expressions Involving Multiplication and Division",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac59836478",
"title": "Simplify Variable Expressions Involving Multiple Operations",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
},
{
"id": "59a5801209a6acac59836479",
"title": "Simplify Algebraic Expressions",
"description": [
""
],
"challengeSeed": [
""
],
"tests": [
""
]
}
]
}