If the operation * is defined by a * b = (a × b) + b, what is the value of 5 *…
2018
If the operation * is defined by a * b = (a × b) + b, what is the value of 5 * 7?
- A.
35
- B.
42
- C.
12
- D.
59
Attempted by 2 students.
Show answer & explanation
Correct answer: B
Concept
A custom binary operation must be evaluated using its stated definition, not the ordinary meaning of its symbol.
Substitute the first operand for a and the second operand for b, then follow the indicated order of operations.
Application
Substitute a = 5 and b = 7: 5 * 7 = (5 × 7) + 7.
Multiply first: (5 × 7) + 7 = 35 + 7.
Add the remaining terms: 35 + 7 = 42.
Cross-check
The definition can also be written as a * b = b(a + 1). Substituting a = 5 and b = 7 gives 7(5 + 1) = 7 × 6 = 42, which agrees with the direct calculation.
Therefore, 5 * 7 = 42.
Loading lesson…