Difference between revisions of "2014 AIME I Problems/Problem 2"
(→Solution) |
(→Problem 2) |
||
Line 1: | Line 1: | ||
== Problem 2 == | == Problem 2 == | ||
+ | |||
+ | An urn contains <math>4</math> green balls and <math>6</math> blue balls. A second urn contains <math>16</math> green balls and <math>N</math> blue balls. A single ball is drawn at random from each urn. The probability that both balls are of the same color is 0.58. Find <math>N</math>. | ||
== Solution == | == Solution == | ||
First, we find the probability both are blue, then the probability both are green, and add the two probabilities which equaling <math>0.58</math>. The probability both are blue is <math>\frac{4}{10}\cdot\frac{16}{16+N}</math>, and the probability both are green is <math>\frac{6}{10}\cdot\frac{N}{16+N}</math>, so <cmath> \frac{4}{10}\cdot\frac{16}{16+N}+\frac{6}{10}\cdot\frac{N}{16+N}=\frac{29}{50}. </cmath> Solving this equation, we get <math>N=144</math>. | First, we find the probability both are blue, then the probability both are green, and add the two probabilities which equaling <math>0.58</math>. The probability both are blue is <math>\frac{4}{10}\cdot\frac{16}{16+N}</math>, and the probability both are green is <math>\frac{6}{10}\cdot\frac{N}{16+N}</math>, so <cmath> \frac{4}{10}\cdot\frac{16}{16+N}+\frac{6}{10}\cdot\frac{N}{16+N}=\frac{29}{50}. </cmath> Solving this equation, we get <math>N=144</math>. |
Revision as of 15:56, 14 March 2014
Problem 2
An urn contains green balls and blue balls. A second urn contains green balls and blue balls. A single ball is drawn at random from each urn. The probability that both balls are of the same color is 0.58. Find .
Solution
First, we find the probability both are blue, then the probability both are green, and add the two probabilities which equaling . The probability both are blue is , and the probability both are green is , so Solving this equation, we get .