Gmat_mission wrote:For any real number x, the operator & is defined as: $$\&(x)=x(1−x)\ .$$ If p + 1 = &(p + 1), then p =
A. −1
B. 0
C. 1
D. 2
E. 3
[spoiler]OA=A[/spoiler].
How can I solve this PS question? Should I try option by option? Or there is an algebraic way? Thanks in advanced.
Quite often on this type of problem, testing the answer choices is a good option. The other posters have all given you the (identical) algebraic solution, so here's what answer testing would look like:
A. p = −1
p + 1 =
-1 + 1 =
0
&(p + 1) = (p + 1)(1 - (p + 1)) --> (
-1 + 1)(1 - (
-1 + 1)) --> (0)(1) =
0
p + 1 = &(p + 1) ?
Yes!
B. p = 0
p + 1 =
0 + 1 =
1
&(p + 1) = (p + 1)(1 - (p + 1)) --> (
0 + 1)(1 - (
0 + 1)) --> (1)(0) =
0
p + 1 = &(p + 1) ?
No.
C. p = 1
p + 1 =
1 + 1 =
2
&(p + 1) = (p + 1)(1 - (p + 1)) --> (
1 + 1)(1 - (
1 + 1)) --> (2)(-1) =
-2
p + 1 = &(p + 1) ?
No.
D. p = 2
p + 1 =
2 + 1 =
3
&(p + 1) = (p + 1)(1 - (p + 1)) --> (
2 + 1)(1 - (
2 + 1)) --> (3)(-2) =
-6
p + 1 = &(p + 1) ?
No.
E. p = 3
p + 1 =
3 + 1 =
4
&(p + 1) = (p + 1)(1 - (p + 1)) --> (
3 + 1)(1 - (
3 + 1)) --> (4)(-3) =
-12
p + 1 = &(p + 1) ?
No.
The answer is
A.
Doing all of the arithmetic on each answer choice took slightly longer than the algebra on this problem, but of course we could have stopped after answer choice A and not tested the others. The question structure implies that there is only one value of p for which this will be true, so we can stop as soon as we hit that answer (I just wrote out the others to demonstrate the process).
As you're practicing, trying solving the problem BOTH ways, to develop the instinct of whether number testing or algebra will be faster on a given problem.