A farmer has an apple orchard consisting of Fuji and Gala

This topic has expert replies
Legendary Member
Posts: 2276
Joined: Sat Oct 14, 2017 6:10 am
Followed by:3 members

Timer

00:00

Your Answer

A

B

C

D

E

Global Stats

A farmer has an apple orchard consisting of Fuji and Gala apple trees. Due to high winds this year 10% of his trees cross-pollinated. The number of his trees that are pure Fuji plus the cross-pollinated ones totals 187, while 3/4 of all his trees are pure Fuji. How many of his trees are pure Gala?

A. 22
B. 33
C. 55
D. 77
E. 88

[spoiler]OA=B[/spoiler]

Source: Manhattan GMAT
Source: — Problem Solving |

GMAT/MBA Expert

User avatar
GMAT Instructor
Posts: 8085
Joined: Sat Apr 25, 2015 10:56 am
Location: Los Angeles, CA
Thanked: 43 times
Followed by:29 members

by Scott@TargetTestPrep » Wed Apr 10, 2019 4:34 pm
VJesus12 wrote:A farmer has an apple orchard consisting of Fuji and Gala apple trees. Due to high winds this year 10% of his trees cross-pollinated. The number of his trees that are pure Fuji plus the cross-pollinated ones totals 187, while 3/4 of all his trees are pure Fuji. How many of his trees are pure Gala?

A. 22
B. 33
C. 55
D. 77
E. 88

[spoiler]OA=B[/spoiler]

Source: Manhattan GMAT
We can let x = total number of trees in the orchard. So 3x/4 = the number of pure Fuji apple trees and x/10 = the number of cross-pollinated trees. We can create the equation:

3x/4 + x/10 = 187

Multiply the equation by 20, we have:

15x + 2x = 187(20)

17x = 187(20)

x = 11(20) = 220

Now let y = the number of pure Gala apple trees, we have:

3x/4 + x/10 + y = x

187 + y = 220

y = 33
Alternate Solution:

Since 3/4 of all trees are pure Fuji and 10% = 1/10 of all trees are cross-pollinated, 3/4 + 1/10 = 34/40 = 17/20 of all trees are either Fuji or cross-pollinated. Thus, the remaining 1 - 17/20 = 3/20 of all trees are pure Gala. If x is the total number of trees, the number of pure Gala trees are 3x/20, which we observe is a multiple of 3 (since the number of any kind or combination of kinds of trees must be an integer). Of the given answer choices, only 33 is a multiple of 3.

Answer: B

Scott Woodbury-Stewart
Founder and CEO
[email protected]

Image

See why Target Test Prep is rated 5 out of 5 stars on BEAT the GMAT. Read our reviews

ImageImage

Legendary Member
Posts: 2214
Joined: Fri Mar 02, 2018 2:22 pm
Followed by:5 members

by deloitte247 » Thu Apr 25, 2019 9:23 pm
Let pure fuji trees = f
Let pure gala trees = g
Let cross pollinate trees = c
Let total numbers of trees = x
$$c=10\%of\ x\ =\frac{10}{100}\cdot x=0.1x$$
$$f=\frac{3}{4}of\ x=0.75x$$
$$f+c=187$$
$$0.75x+0.1x=187$$
$$\frac{0.85x}{0.85}=\frac{187}{0.85}$$
$$x=220trees$$
Total number of trees = pure fuji +pure gala +cross pollinate
$$x=f+g+c\ \ \left(where\ x=220\ and\ f+c=187\right)$$
$$220=187+g$$
$$g=220-187$$
$$g=33trees$$
$$Answer\ is\ Option\ B$$