Mission progress0 / 10
Defined Operations · Lesson 25.1

Decode a Defined Operation and Substitute in Order

A new symbol is a tiny rule machine. Pin the current definition, send the left input to a, send the right input to b, and only then use ordinary arithmetic.

Rule cardsLeft and right inputsDomain checksWorked example 1
Saved in this browser only.

Decode in five moves

1 · Read the domain2 · Pin the definition3 · Label left and right4 · Substitute5 · Calculate normally

A symbol such as , , or * does not bring its own arithmetic meaning. The current problem supplies that meaning.

original focus. This lesson rebuilds Chapter 25’s opening definition and Example 1, then uses the chapter’s first guided practice, its order-sensitive exercise, and one related Practice transfer.

original rule

a △ b = a × b − a − b
12 △ 4 = 12 × 4 − 12 − 4 = 32

The triangle means only this rule in this problem. Another problem may define the same-looking symbol differently.

1
Meaning comes from the rule

A symbol is not a definition

Not complete

A symbol can also work on one input

The worked example introduces the factorial sign: 3! means 1 × 2 × 3 = 6, and 5! means 1 × 2 × 3 × 4 × 5 = 120. It is an instruction, not punctuation. For a positive whole number n, n! multiplies the whole numbers from 1 through n. A custom two-input symbol is also an instruction: read its current rule before calculating.

All three cards use the symbol . Click a card and notice that the same inputs, 4 and 7, produce different outputs because the rules differ.

Current card: replace 4★7 by (7+4)×7.
Checkpoint. What gives the symbol its meaning, and what are the three displayed outputs in card order?
Need a hint?

Read the rule on each card. The symbol alone does not determine an output.

2
Left input → a · right input → b

Map the inputs before calculating

Not complete
For this laboratory, allow integer inputs a and b, including zero and negative integers. Use the rule a△b=a×b−a−b.
left input fills a12
right input fills b4
output32
12△4 = 12×4−12−4 = 32
Important: mapping the inputs and being allowed to swap them are different ideas. Always map left to a and right to b. Only the formula can tell you whether swapping happens to preserve the answer.
Checkpoint. For 7△3, which values replace a and b, and what is the result?
Need a hint?

The left written input fills a and the right input fills b, even if a swapped calculation happens to agree.

3
Worked example 1

Substitute first, then use ordinary order of operations

Not complete

Rebuild the worked example one line at a time. The custom symbol disappears as soon as the definition is substituted.

1
Label. a=12, b=4
2
Replace. 12△4=12×4−12−4
3
Multiply. 12×4=48
4
Subtract. 48−12−4=32
Complete the calculation ledger.
Need a hint?

Replace the triangle first, then multiply before subtracting.

4
original Guided Practice 1

Let one output become the next left input

Not complete
a*b=(b+a)×b

The expression is (2*3)*5. Parentheses require the first operation to finish before the second begins.

Stage 1

2*3=(3+2)×3

15first output
Stage 2

15*5=(5+15)×5

100final output
The first output, 15, becomes the left input of the second operation. Lesson 25.2 will build larger operation trees.
Complete both stages.
Need a hint?

Finish 2*3. Use that entire result as the next left input.

5
Rule reset laboratory

Read the definition again whenever the problem changes

Not complete
Rule cardSubstitutionOutputWhat changed?
Reset habit: cover the old rule, read the new definition, and rebuild the substitution. Never carry a star’s meaning from one question into the next.
For the fixed inputs a=4 and b=7, enter the four outputs in table order, regardless of the current laboratory settings.
Need a hint?

Reset the definition on every row; do not reuse the previous output formula.

6
Order-sensitive practice problem

Test whether swapping the inputs changes the answer

Not complete
a*b=3a+2b−2
a*b503×10+2×11−2
versus
b*a513×11+2×10−2
a*b−b*a=a−b. Therefore the two orders agree only when a=b. “Commutative” means swapping the two inputs preserves the output for every allowed pair. This operation is not commutative in general; one unequal pair is enough to show that.

original comparison

10*11=50, while 11*10=51.

Positive-integer minimum

Because a,b≥1, the least inputs are a=b=1:

3(1)+2(1)−2=3
Complete the practice problem.
Need a hint?

Compare 3a+2b−2 with 3b+2a−2. For the minimum choose the least legal inputs.

7
Domain gate

Check which inputs are allowed

Not complete

Enter both inputs before testing a domain. An empty box is not zero. A natural-number convention can vary between books, so these activities explicitly distinguish positive integers from nonnegative whole numbers.

Positive integers1,2,3,…

Zero and negative values are excluded.

Nonnegative whole numbers0,1,2,3,…

Zero is allowed; negatives are excluded.

Integers…,−2,−1,0,1,2,…

All whole-number values are allowed.

The worked example alternates among natural numbers, nonzero natural numbers, positive integers, and integers. Read the domain stated in the current problem. Whenever zero matters in this lesson, the page states its status directly.
The pair (0, 3) is not allowed in the positive integers.

The sample rule is a*b=3a+2b−2. The operation is evaluated only after both inputs pass the domain gate.

Domain checkpoint.
Need a hint?

Check whether zero and negative values belong to the named domain. A blank is not zero.

8
Practice transfer

Use input order to recover an unknown value

Not complete
a*b=a×b+a

The test states that x*5 is 100 greater than 5*x. The operation is simple to decode, but the input order changes which value is added.

30x*5=6x
305*x=5x+5
0difference
not yet100 greater?
6x−(5x+5)=100, so x−5=100.
Complete the transfer.
Need a hint?

In ab+a, the extra term is the left input. Write both x*5 and 5*x before subtracting.

9
Independent practice

Defined-operation decoding workshop

Not complete

Fresh practice: half of the right input

For this question only, a★b = 3a − b/2. Find 10★6. First multiply the left input by 3, halve the right input, then subtract.

Complete the fresh practice and all eight workshop questions to finish this checkpoint.

Need a hint?

Answers: 7;28;27;24;27;45;3;yes. For Question3, 1*2=6, then 6*3=27. For the last question, ab−a−b=ba−b−a, so swapping inputs preserves the result for every allowed pair.

10
Five-question check

Exit ticket and certificate

Not complete
Need a hint?

Answers: definition;32;100;not equal;105. Substitute each stated rule. For the last question, x*5=6x and5*x=5x+5, so their difference is x−5=100. Check x=105:630−530=100.

This response is saved but does not affect mission completion.
Chapter 25 Achievement

Defined-Operation Decoder

This certifies that the learner can read a custom rule, map left and right inputs, substitute in order, respect the domain, and test whether input order matters.

Lesson 25.1 complete