2006 AMC 12B Problems/Problem 8: Difference between revisions
No edit summary |
|||
| Line 1: | Line 1: | ||
== Problem == | == Problem == | ||
The lines <math>x = \frac 14y + a</math> and <math>y = \frac 14x + b</math> intersect at the point <math>(1,2)</math>. What is <math>a + b</math>? | |||
<math> | |||
\text {(A) } 0 \qquad \text {(B) } \frac 34 \qquad \text {(C) } 1 \qquad \text {(D) } 2 \qquad \text {(E) } \frac 94 | |||
</math> | |||
== Solution == | == Solution == | ||
<math>4x-4a=y</math> | |||
<math>4x-4a=\frac{1}{4}x+b</math> | |||
<math>4*1-4a=\frac{1}{4}*1+b=2</math> | |||
<math>a=\frac{1}{2}</math> | |||
<math>b=\frac{7}{4}</math> | |||
<math>a+b=\frac{9}{4} \Rightarrow \text{(E)}</math> | |||
== See also == | == See also == | ||
* [[2006 AMC 12B Problems]] | * [[2006 AMC 12B Problems]] | ||