Difference between revisions of "2021 Fall AMC 12B Problems/Problem 7"
Line 14: | Line 14: | ||
<math>\textbf{(E)} \: x+y+z=1</math> | <math>\textbf{(E)} \: x+y+z=1</math> | ||
− | ==Solution 1 | + | ==Solution 1 (Bash) == |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
Just plug in all these options one by one, and one sees that all but <math>D</math> fails to satisfy the equation. | Just plug in all these options one by one, and one sees that all but <math>D</math> fails to satisfy the equation. | ||
Line 35: | Line 25: | ||
~Wilhelm Z | ~Wilhelm Z | ||
+ | |||
+ | ==Solution 2== | ||
+ | Plugging in every choice, we see that choice <math>\textbf{(D)}</math> works. | ||
+ | |||
+ | |||
+ | We have <math>y=x+1, z=x</math>, so | ||
+ | <cmath>x(x-y)+y(y-z)+z(z-x)=x(x-(x+1))+(x+1)((x+1)-x)+x(x-x)=x(-1)+(x+1)(1)=1.</cmath> | ||
+ | Our answer is <math>\textbf{(D)}</math>. | ||
+ | |||
+ | ~kingofpineapplz |
Revision as of 00:28, 24 November 2021
- The following problem is from both the 2021 Fall AMC 10B #12 and 2021 Fall AMC 12B #7, so both problems redirect to this page.
Problem
Which of the following conditions is sufficient to guarantee that integers , , and satisfy the equation
and
and
and
and
Solution 1 (Bash)
Just plug in all these options one by one, and one sees that all but fails to satisfy the equation.
For , substitute and :
Hence the answer is
~Wilhelm Z
Solution 2
Plugging in every choice, we see that choice works.
We have , so
Our answer is .
~kingofpineapplz