Solution
The first step to solving x # (y # z) is to solve inside the parenthesis (y # z). After we have solved what is in the parenthesis, the second step is to do x # (what is in the parenthesis). The third step is to solve the equation using the symbol.
Step 1: (solve the parenthesis: y # z)
1a) if x # y = xy - x (as stated in the question stem)
1b) then y # z = yz - y ( you get this by substituting y for x and z for y)
Step 2: (insert the parenthesis value)
The original question asks x # (y # z), we have already solved y # z, which according to 1b) above
y # z = yz - y
So, in the original equation x # (y # z), substitute yz - y for y # z:
Now, x # (y # z) = x # (yz - y)
(NOTE: Remember order of operations when doing these.)
So, we are now dealing with:
x # (yz - y)
Step 3: (apply the # to the final equation)
The # symbol means x # y = xy - x.
(Essentially, take the first number--here x--, multiply it by the second number--here y--and then subtract the first number.
Let's apply that to the equation at the end of step 2:
x # (yz - y) = x(yz - y) - x
then factor out the x's:
= xyz - xy - x
= x(yz - y - 1)
Help, I still don't get it!
To play with this question, try inserting numbers such as 1 and 3 for x and y to see how
x # y = xy - x
or
1 # 3 = 1(3)- 1
1 # 3 = 2
So now look at
x # (y # z) =
1. Set x = 1 , y = 3, z = 2 and plug them in:
1 # (3 # 2)
2. Do the parenthesis first (as is the rule always). To make a problem less intimidating, break it into smaller component parts:
(3 # 2) = (3)(2) - (3)
3 # 2 = 6 - 3
3 # 2 = 3
3. Go back to the original question and plug in the value you solved for the parenthesis.
1 # (3 # 2), plug in the value for (3 # 2) to get:
1 # (3) = (1)(3) - (1)
So, 1 # (3) = 2
4. Now that you have applied the function, you have the result:
x # (y # z) = 1 # (3
# 2) = 2
5. Set x = 1 , y = 3, z = 2 and plug them in and the result is 2.
Now, for fun, look at the answer we came up with before
x # (y # z) = x(yz - y - 1)
Now, plug in x = 1, y = 3, z = 2 for x(yz - y - 1), what do you get?
1 [(3)(2) - 3 - 1] = 2, so we can infer that we got the right answer.
|