Skip to main content
VirginiaMathsSyllabus dot point

How do you simplify numerical and algebraic expressions in one variable using the order of operations and the properties of real numbers?

Apply the order of operations and the properties of real numbers (commutative, associative, distributive, identity, and inverse) to simplify and evaluate numerical and algebraic expressions in one variable (A.EO.1).

A Virginia SOL Algebra I answer on A.EO.1: the order of operations, the commutative, associative, distributive, identity, and inverse properties, combining like terms, and evaluating expressions in one variable.

Generated by Claude Opus 4.89 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this topic is asking
  2. The order of operations
  3. The properties of real numbers
  4. Simplifying an algebraic expression
  5. Evaluating an expression
  6. Why the distributive property is the workhorse
  7. How the SOL examines this topic
  8. Try this

What this topic is asking

A.EO.1 asks you to simplify and evaluate expressions in one variable by applying the order of operations and the properties of real numbers. On the Virginia Algebra I SOL these are foundational Expressions and Operations items: simplify a multi-step expression, name the property that justifies a step, or substitute a value and evaluate. They appear as multiple choice, fill-in-the-blank, and drag-and-drop (ordering the steps).

The order of operations

A numerical or algebraic expression is simplified in one fixed order, often remembered as PEMDAS:

  1. Parentheses and other grouping symbols (brackets, the bar of a fraction, inside a radical).
  2. Exponents.
  3. Multiplication and division, left to right, as they appear.
  4. Addition and subtraction, left to right.

The pairs matter: multiplication and division share a rank (do them left to right, not all multiplication first), and so do addition and subtraction. For example 206÷23=2033=209=1120 - 6 \div 2 \cdot 3 = 20 - 3 \cdot 3 = 20 - 9 = 11, working the division and multiplication left to right before the subtraction.

The properties of real numbers

The properties are the rules that let you rewrite an expression without changing its value. Each has a precise name the SOL may ask you to identify.

  • Commutative property. Order does not matter for addition or multiplication: a+b=b+aa + b = b + a and ab=baab = ba. (Subtraction and division are not commutative.)
  • Associative property. Grouping does not matter for addition or multiplication: (a+b)+c=a+(b+c)(a + b) + c = a + (b + c) and (ab)c=a(bc)(ab)c = a(bc).
  • Distributive property. Multiplication distributes over addition: a(b+c)=ab+aca(b + c) = ab + ac. This is the bridge between factored and expanded form.
  • Identity property. Adding 00 leaves a number unchanged (a+0=aa + 0 = a); multiplying by 11 leaves it unchanged (a1=aa \cdot 1 = a).
  • Inverse property. A number plus its additive inverse (opposite) is 00: a+(a)=0a + (-a) = 0. A nonzero number times its multiplicative inverse (reciprocal) is 11: a1a=1a \cdot \frac{1}{a} = 1.

Simplifying an algebraic expression

To simplify, clear parentheses with the distributive property, then combine like terms. The order of operations still governs which step comes first.

Evaluating an expression

To evaluate, substitute the given value for the variable and simplify using the order of operations. Use parentheses around the substituted value so signs and exponents stay correct. For x2+4x-x^2 + 4x at x=3x = -3: write (3)2+4(3)=(9)12=21-(-3)^2 + 4(-3) = -(9) - 12 = -21. The exponent applies to 3-3 inside the parentheses (giving 99), and the leading minus then makes it 9-9; dropping the parentheses and writing 32-3^2 as 99 is the usual error.

Why the distributive property is the workhorse

The distributive property is the one rule that connects the two ways an expression can look. Read left to right, a(b+c)=ab+aca(b + c) = ab + ac expands a product into a sum, which is exactly what "simplify" usually wants. Read right to left, ab+ac=a(b+c)ab + ac = a(b + c) factors a sum into a product, which is what later topics (factoring, solving quadratics) need. Every time you remove parentheses to combine like terms, and every time you pull out a common factor, you are using the same property in one direction or the other. That is why a sign error in distribution (forgetting the factor reaches every term, or mishandling a leading minus) propagates through so much of Algebra I: the move is everywhere.

How the SOL examines this topic

  • Multiple choice. Name the property that justifies a given step, or pick the correctly simplified expression.
  • Fill-in-the-blank. Simplify an expression and type it, or substitute and evaluate to a number.
  • Drag-and-drop. Order the steps of a simplification, or drag the property name to each line of a worked solution.

A clarifying idea: simplifying never changes an expression's value, only its form. Every legal step is one of the named properties or the order of operations, so if you cannot name the rule behind a move, the move is probably wrong.

Try this

Q1. Simplify 5x2(3x7)5x - 2(3x - 7). [2 points]

  • Cue. 5x6x+14=x+145x - 6x + 14 = -x + 14.

Q2. Evaluate 4aa24a - a^2 when a=5a = 5. [1 point]

  • Cue. 4(5)(5)2=2025=54(5) - (5)^2 = 20 - 25 = -5.

Exam-style practice questions

Practice questions written in the style of VDOE exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

SOL (style)2 marksFill in the blank. Simplify 3(2x5)4(x1)3(2x - 5) - 4(x - 1) and type the result in the form ax+bax + b.
Show worked answer →

The simplified expression is 2x112x - 11.

Distribute first: 3(2x5)=6x153(2x - 5) = 6x - 15 and 4(x1)=4x+4-4(x - 1) = -4x + 4. Combine like terms: 6x4x=2x6x - 4x = 2x and 15+4=11-15 + 4 = -11, giving 2x112x - 11. The most common slip is distributing the negative sign to only the first term of (x1)(x - 1), writing 4x4-4x - 4 instead of 4x+4-4x + 4. The minus belongs to the whole 4(x1)4(x - 1).

SOL (style)1 marksMultiple choice. Which property is illustrated by 7+(3+x)=(7+3)+x7 + (3 + x) = (7 + 3) + x? (A) commutative property of addition (B) associative property of addition (C) distributive property (D) additive identity
Show worked answer →

The correct answer is (B).

The numbers stay in the same order (77, 33, xx) but the grouping changes, which is the associative property. The commutative property would change the order (for example 7+3=3+77 + 3 = 3 + 7); the distributive property multiplies across a sum; the additive identity is adding 00. Watch the difference between re-grouping (associative) and re-ordering (commutative).

Related dot points

Sources & how we know this