12 multiple-choice questions, progressively harder.
Let a⋆b=2a+b−1a \star b = 2a + b - 1a⋆b=2a+b−1. Solve x⋆4=13x \star 4 = 13x⋆4=13 for xxx.
Solution
Correct answer: C
Substitute to get an ordinary equation, then solve.
2x+4−1=13 ⟹ 2x+3=13 ⟹ 2x=10 ⟹ x=52x + 4 - 1 = 13 \;\Longrightarrow\; 2x + 3 = 13 \;\Longrightarrow\; 2x = 10 \;\Longrightarrow\; x = 52x+4−1=13⟹2x+3=13⟹2x=10⟹x=5
Let a⊕b=a+b+aba \oplus b = a + b + aba⊕b=a+b+ab. Which statement is true?
Correct answer: A
Evaluate both orders.
3⊕5=3+5+15=23,5⊕3=5+3+15=233 \oplus 5 = 3 + 5 + 15 = 23, \qquad 5 \oplus 3 = 5 + 3 + 15 = 233⊕5=3+5+15=23,5⊕3=5+3+15=23
Both give 232323, so 3⊕5=5⊕33 \oplus 5 = 5 \oplus 33⊕5=5⊕3. This rule is symmetric in aaa and bbb, so it is commutative.
Let a⋆b=2a+b−1a \star b = 2a + b - 1a⋆b=2a+b−1. Solve 3⋆x=123 \star x = 123⋆x=12 for xxx.
Correct answer: B
The unknown is the second input, so substitute a=3a = 3a=3 and b=xb = xb=x.
2(3)+x−1=12 ⟹ x+5=12 ⟹ x=72(3) + x - 1 = 12 \;\Longrightarrow\; x + 5 = 12 \;\Longrightarrow\; x = 72(3)+x−1=12⟹x+5=12⟹x=7
Let a⋄b=a2−ba \diamond b = a^2 - ba⋄b=a2−b. Solve 5⋄x=205 \diamond x = 205⋄x=20 for xxx.
The unknown is the second input, so substitute a=5a = 5a=5 and b=xb = xb=x.
52−x=20 ⟹ 25−x=20 ⟹ x=55^2 - x = 20 \;\Longrightarrow\; 25 - x = 20 \;\Longrightarrow\; x = 552−x=20⟹25−x=20⟹x=5
Let a⊗b=a+b2a \otimes b = \dfrac{a + b}{2}a⊗b=2a+b (the average of the inputs). Which statement is true?
Correct answer: D
The average does not depend on the order of the two numbers.
6⊗10=6+102=8,10⊗6=10+62=86 \otimes 10 = \frac{6 + 10}{2} = 8, \qquad 10 \otimes 6 = \frac{10 + 6}{2} = 86⊗10=26+10=8,10⊗6=210+6=8
Both give 888, so 6⊗10=10⊗66 \otimes 10 = 10 \otimes 66⊗10=10⊗6 and the operation is commutative.
Let a⋆b=2a+b−1a \star b = 2a + b - 1a⋆b=2a+b−1. Simplify 2⋆y2 \star y2⋆y.
Substitute a=2a = 2a=2 and b=yb = yb=y.
2⋆y=2(2)+y−1=y+32 \star y = 2(2) + y - 1 = y + 32⋆y=2(2)+y−1=y+3
Let a△b=3a−2ba \triangle b = 3a - 2ba△b=3a−2b. Solve x△2=11x \triangle 2 = 11x△2=11 for xxx.
Substitute a=xa = xa=x and b=2b = 2b=2, then solve.
3x−2(2)=11 ⟹ 3x−4=11 ⟹ 3x=15 ⟹ x=53x - 2(2) = 11 \;\Longrightarrow\; 3x - 4 = 11 \;\Longrightarrow\; 3x = 15 \;\Longrightarrow\; x = 53x−2(2)=11⟹3x−4=11⟹3x=15⟹x=5
Let a⋆b=2a+b−1a \star b = 2a + b - 1a⋆b=2a+b−1. Which is larger, 5⋆85 \star 85⋆8 or 8⋆58 \star 58⋆5?
5⋆8=10+8−1=17,8⋆5=16+5−1=205 \star 8 = 10 + 8 - 1 = 17, \qquad 8 \star 5 = 16 + 5 - 1 = 205⋆8=10+8−1=17,8⋆5=16+5−1=20
Since 20>1720 > 1720>17, the value 8⋆58 \star 58⋆5 is larger. The rule doubles the first input, so a larger first input wins.
Let a⊕b=a+b+aba \oplus b = a + b + aba⊕b=a+b+ab. Simplify x⊕2x \oplus 2x⊕2.
Substitute a=xa = xa=x and b=2b = 2b=2, then combine like terms.
x⊕2=x+2+2x=3x+2x \oplus 2 = x + 2 + 2x = 3x + 2x⊕2=x+2+2x=3x+2
Let a⊕b=a+b+aba \oplus b = a + b + aba⊕b=a+b+ab. Solve x⊕1=9x \oplus 1 = 9x⊕1=9 for xxx.
Substitute b=1b = 1b=1 and simplify first.
x⊕1=x+1+x=2x+1x \oplus 1 = x + 1 + x = 2x + 1x⊕1=x+1+x=2x+1
Then solve 2x+1=92x + 1 = 92x+1=9, giving 2x=82x = 82x=8 and x=4x = 4x=4.
Let a⋄b=a2−ba \diamond b = a^2 - ba⋄b=a2−b. Is this operation commutative?
Test a pair, such as 222 and 555.
2⋄5=4−5=−1,5⋄2=25−2=232 \diamond 5 = 4 - 5 = -1, \qquad 5 \diamond 2 = 25 - 2 = 232⋄5=4−5=−1,5⋄2=25−2=23
The two orders differ, so ⋄\diamond⋄ is not commutative. Only the first input is squared, so the slots are not interchangeable.
Let a△b=3a−2ba \triangle b = 3a - 2ba△b=3a−2b. Solve 6△x=86 \triangle x = 86△x=8 for xxx.
The unknown is the second input, so substitute a=6a = 6a=6 and b=xb = xb=x.
3(6)−2x=8 ⟹ 18−2x=8 ⟹ −2x=−10 ⟹ x=53(6) - 2x = 8 \;\Longrightarrow\; 18 - 2x = 8 \;\Longrightarrow\; -2x = -10 \;\Longrightarrow\; x = 53(6)−2x=8⟹18−2x=8⟹−2x=−10⟹x=5
Reset this practice set?
This clears every answer you have given and starts the set again from question 1.