document.write( "Question 1085277: One farmer says to another farmer: “Give me one of your cows, and then I will have twice as many cows as you have.” The second farmer replies: “Why don’t you just give me one of your cows, and then we will both have the same number of cows?” How many cows does each farmer have? \n" ); document.write( "
Algebra.Com's Answer #699338 by emathwiz(15)\"\" \"About 
You can put this solution on YOUR website!
Let the first farmer be x and second be y.\r
\n" ); document.write( "\n" ); document.write( "x+1 = 2(y-1) \r
\n" ); document.write( "\n" ); document.write( "y+1 = x-1 \r
\n" ); document.write( "\n" ); document.write( "x = 2y-3 \r
\n" ); document.write( "\n" ); document.write( "y+1= 2y-3-1 \r
\n" ); document.write( "\n" ); document.write( "y=5 The second farmer has 5 cows \r
\n" ); document.write( "\n" ); document.write( "x+1=8 \r
\n" ); document.write( "\n" ); document.write( "x=7 The first farmer has 7 cows
\n" ); document.write( "
\n" );