Yep, E. Though I calculated it the other way around. XD
Let n be the acre of navy beans.
Let p be the acre of pinto beans.
(1) n + p = 70 (the acres of both beans added together must be 70)
<=> n = 70 - p
(2) 36p = 2*27n (acres of pinto beans * 36 bushels is twice the acres of navy beans * 27)
I substituted (1) into (2), only because I don't like working with fractions. I then got:
36p = 54 * (70 - p)
Before working it all on paper, I always want to see if it can be simplified to get to an easy answer. So this is how I worked it out:
36p = 54 * (70 - p)
<=> 36p = 54*70 - 54p
<=> 36p + 54p = 54*70
<=> 90p = 54*70
<=> p = 6*7 (see below for how this was gotten)
<=> p = 42
So 42 acres, and thus the answer is E.From 90p = 54*70 to p = 6*7, I noticed that both 90 and 70 was a multiple of 10, so I reduced that to 9 and 7. Then, I just divided 54 by 9 to get 6. I think especially for those who struggles a bit more with quant calculations, always try to make the calculations easier for yourselves, even if it's something like what I did.