Difference between revisions of "2006 AMC 12B Problems/Problem 8"

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]]

Revision as of 09:38, 14 November 2007

Problem

The lines $x = \frac 14y + a$ and $y = \frac 14x + b$ intersect at the point $(1,2)$. What is $a + b$?

$\text {(A) } 0 \qquad \text {(B) } \frac 34 \qquad \text {(C) } 1 \qquad \text {(D) } 2 \qquad \text {(E) } \frac 94$

Solution

$4x-4a=y$

$4x-4a=\frac{1}{4}x+b$

$4*1-4a=\frac{1}{4}*1+b=2$

$a=\frac{1}{2}$

$b=\frac{7}{4}$

$a+b=\frac{9}{4} \Rightarrow \text{(E)}$

See also