document.write( "Question 256635: A farmer grows only sunflowers and flax on his 240 acre farm. This year he wants to plant 80 more acres of sunflowers than flax. How many acres of each crop does the farmer need to plant? \n" ); document.write( "
Algebra.Com's Answer #188786 by richwmiller(17219)\"\" \"About 
You can put this solution on YOUR website!
s+f=240
\n" ); document.write( "s=f+80
\n" ); document.write( "s+f=240
\n" ); document.write( "s-f=80
\n" ); document.write( "2s=320
\n" ); document.write( "s=160
\n" ); document.write( "f=80
\n" ); document.write( "
\n" );