Question - A company produces a certain toy in only 2 sizes, small or large, and in only 2 colors, red or
green. If, for each size, there are equal numbers of red and green toys in a certain
production lot, what fraction of the total number of green toys is large?
1. In the production lot, 400 of the small toys are green.
2. In the production lot, of the toys produced are small.
ANSWER: We need to find \(\frac{Total number of Large}{Total number of green}\)Use a Table to ease things:1) 400 are small green, so input the same:
| SMALL | LARGE | TOTAL |
| RED | | | |
| GREEN | 400 | | |
| TOTAL | | | |
not enough information to answer the rest. INSUFFICIENT
2) 2/3 of toys produced are small.
From this statement, we can express the total number of Large toys and the overall total number of toys through algebraic expressions. Let total number of toys be N so:
| SMALL | LARGE | TOTAL |
| RED | | | |
| GREEN | | | |
| TOTAL | 2N/3 | N/3 | N |
Since the question says that for each size, there are equal numbers of red and green toys, we can determine the expressions for the other spaces in the table, so it will be as follows:
| SMALL | LARGE | TOTAL |
| RED | N/3 | 0.5N/3 | 1.5N/3 |
| GREEN | N/3 | 0.5N/3 | 1.5N/3 |
| TOTAL | 2N/3 | N/3 | N |
So to answer the original question, regarding the fraction:
\(\frac{Total number of large}{total number of green}\) = N/3 divided by 1.5N/3
Using basic arithmetic, the N will be cancelled out, leaving a fraction in its place. Thus it is SUFFICIENT
ANSWER: BNote: I realize that it seems like a lot of steps to do in the test environment. The only reason I put a long explanation here is to help people understand the logic of how to approach this question. Some replies I have seen just skip directly to the answer with a very rushed explanation on how to do it. I wanted to highlight all the steps here. Thanks.