document.write( "Question 100218: One cow is tied per tree and three cow's are left and if two cow's are tied per tree then four trees are left. How many trees and cow's are there in total. \n" ); document.write( "
Algebra.Com's Answer #72986 by edjones(8007)\"\" \"About 
You can put this solution on YOUR website!
let c=number of cows, t= number of trees
\n" ); document.write( "there are 3 more cows than trees: c=t+3
\n" ); document.write( "when we effectively cut the number of cows in half by tying 2 to a tree we have 4 more trees than cows : c/2+4=t
\n" ); document.write( ".
\n" ); document.write( "c=t+3
\n" ); document.write( "c/2+4=t
\n" ); document.write( ".
\n" ); document.write( "multiply 2 times the 2nd equation: c+8=2t
\n" ); document.write( "replace c with t+3 in the second equation: t+3+8=2t
\n" ); document.write( "subtract t from both sides: t=11 Ans.
\n" ); document.write( "therefore c=14 Ans
\n" ); document.write( "Ed
\n" ); document.write( "
\n" );