Math needs one agreed-upon order, or the same expression gives different people different answers. PEMDAS is that shared rulebook: Parentheses, Exponents, Multiply/Divide (left to right), Add/Subtract (left to right). It's like getting dressed — socks before shoes.Las matemáticas necesitan un orden acordado, o la misma expresión da respuestas distintas a cada persona. PEMDAS es ese manual compartido: Paréntesis, Exponentes, Multiplicar/Dividir (izq. a der.), Sumar/Restar (izq. a der.). Es como vestirse — calcetines antes que zapatos.
2 + 3(4 − 1)²Evalúa 2 + 3(4 − 1)²| 2 + 3(4 − 1)² | StartInicio |
| 2 + 3(3)² | Parentheses first: 4 − 1 = 3Paréntesis primero: 4 − 1 = 3 |
| 2 + 3(9) | Exponent: 3² = 9Exponente: 3² = 9 |
| 2 + 27 | Multiply: 3 × 9 = 27Multiplica: 3 × 9 = 27 |
| 29 | Add: 2 + 27 = 29Suma: 2 + 27 = 29 |
Evaluate 8 + 2 × (6 − 4)Evalúa 8 + 2 × (6 − 4)
Hint: Parentheses first, then multiply, then add.Pista: Primero paréntesis, luego multiplica, luego suma.
| 8 + 2 × 2 | Parentheses: 6 − 4 = 2Paréntesis: 6 − 4 = 2 |
| 8 + 4 | MultiplyMultiplica |
| 12 | AddSuma |
Check: Comprobación: = 12 ✓= 12 ✓
Solve all 10 on paper. The first two are started for you; #9–10 are a challenge.Resuelve los 10 en papel. Los dos primeros están iniciados; #9–10 son un reto.
Picture a number line, or money you owe. Adding moves right; subtracting moves left. A negative times a negative flips back to positive — like turning around twice and facing forward again.Imagina una recta numérica, o dinero que debes. Sumar mueve a la derecha; restar mueve a la izquierda. Un negativo por un negativo vuelve a positivo — como girar dos veces y quedar mirando al frente.
−6 − (−2) + (−3)Evalúa −6 − (−2) + (−3)| −6 − (−2) + (−3) | StartInicio |
| −6 + 2 + (−3) | Subtracting a negative becomes adding: −(−2) = +2Restar un negativo se vuelve sumar: −(−2) = +2 |
| −4 + (−3) | −6 + 2 = −4−6 + 2 = −4 |
| −7 | −4 + (−3) = −7−4 + (−3) = −7 |
Evaluate −5 + (−4) − (−2)Evalúa −5 + (−4) − (−2)
Hint: Rewrite − (−2) as + 2 first.Pista: Reescribe − (−2) como + 2 primero.
| −5 − 4 + 2 | − (−2) becomes + 2− (−2) se vuelve + 2 |
| −9 + 2 | −5 − 4 = −9−5 − 4 = −9 |
| −7 | = −7= −7 |
Check: Comprobación: = −7 ✓= −7 ✓
Solve all 10 on paper. The first two are started for you; #9–10 are a challenge.Resuelve los 10 en papel. Los dos primeros están iniciados; #9–10 son un reto.
A variable is a placeholder — a mystery box waiting for a number. "Evaluating" just means putting the number back in the box and simplifying. The one rule: drop the value in inside parentheses, so the signs stay honest.Una variable es un marcador — una caja misteriosa que espera un número. «Evaluar» solo significa poner el número en la caja y simplificar. La única regla: coloca el valor entre paréntesis, para que los signos queden bien.
3x² − 2y + 7 when x = −2, y = 5Evalúa 3x² − 2y + 7 cuando x = −2, y = 5| 3x² − 2y + 7 | StartInicio |
| 3(−2)² − 2(5) + 7 | Substitute — each value in parenthesesSustituye — cada valor entre paréntesis |
| 3(4) − 2(5) + 7 | Exponent first: (−2)² = 4Exponente primero: (−2)² = 4 |
| 12 − 10 + 7 | Multiply: 3(4)=12, 2(5)=10Multiplica: 3(4)=12, 2(5)=10 |
| 9 | 12 − 10 + 7 = 912 − 10 + 7 = 9 |
Evaluate 4x − 3 when x = −2Evalúa 4x − 3 cuando x = −2
Hint: Substitute in parentheses: 4(−2) − 3.Pista: Sustituye entre paréntesis: 4(−2) − 3.
| 4(−2) − 3 | SubstituteSustituye |
| −8 − 3 | MultiplyMultiplica |
| −11 | = −11= −11 |
Check: Comprobación: = −11 ✓= −11 ✓
Solve all 10 on paper. The first two are started for you; #9–10 are a challenge.Resuelve los 10 en papel. Los dos primeros están iniciados; #9–10 son un reto.
Think of sorting laundry into bins: all the x-terms in one bin, all the plain numbers in another. Like terms have the exact same variable part — only their coefficients differ. You can only combine what's in the same bin.Piensa en separar la ropa en cestos: todos los términos con x en un cesto, todos los números solos en otro. Los términos semejantes tienen la misma parte variable — solo cambian sus coeficientes. Solo puedes combinar lo que está en el mismo cesto.
3x + 7 + 2x − 4Simplifica 3x + 7 + 2x − 4| 3x + 7 + 2x − 4 | StartInicio |
| (3x + 2x) + (7 − 4) | Group like terms — x's with x's, numbers with numbersAgrupa semejantes — x con x, números con números |
| 5x + 3 | Combine each groupCombina cada grupo |
Simplify 6x − 2 − x + 5Simplifica 6x − 2 − x + 5
Hint: x-terms in one bin, numbers in the other.Pista: Los términos con x en un cesto, los números en otro.
| (6x − x) + (−2 + 5) | Group like termsAgrupa semejantes |
| 5x + 3 | CombineCombina |
Check: Comprobación: = 5x + 3 ✓= 5x + 3 ✓
Solve all 10 on paper. The first two are started for you; #9–10 are a challenge.Resuelve los 10 en papel. Los dos primeros están iniciados; #9–10 son un reto.
Think of the number outside the parentheses as a delivery driver: it must drop a package at every term inside. 3(x + 5) means the 3 is delivered to both the x and the 5. Miss one, and the package is incomplete.Piensa en el número de afuera del paréntesis como un repartidor: debe dejar un paquete en cada término de adentro. 3(x + 5) significa que el 3 se entrega tanto a la x como al 5. Si olvidas uno, el paquete queda incompleto.
3(x + 5)Simplifica 3(x + 5)| 3(x + 5) | StartInicio |
| 3·x + 3·5 | Deliver the 3 to each term insideEntrega el 3 a cada término de adentro |
| 3x + 15 | MultiplyMultiplica |
Simplify −2(x − 4)Simplifica −2(x − 4)
Hint: The −2 hits both terms — watch the signs.Pista: El −2 toca ambos términos — cuida los signos.
| −2·x − 2·(−4) | Deliver the −2 to eachEntrega el −2 a cada uno |
| −2x + 8 | Multiply (− × − = +)Multiplica (− × − = +) |
Check: Comprobación: = −2x + 8 ✓= −2x + 8 ✓
Solve all 10 on paper. The first two are started for you; #9–10 are a challenge.Resuelve los 10 en papel. Los dos primeros están iniciados; #9–10 son un reto.