document.write( "Question 107160: A rancher bought some calves for $170 dollars each Some one stole 6 of them. The rancher sold the remaining calves for 240 each. He paid a feed bill of 400 dollars and still made a profit of $4110. How many claves did he buy? \n" ); document.write( "
Algebra.Com's Answer #78026 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=\"calves bought\" ... profit=sales-cost-expenses\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "4110=((x-6)240)-((x)170)-(400) \n" ); document.write( " |