document.write( "Question 185392: A wine merechant buys 50 cases of wine. He pays full price for half of them but gets a 40% discount on the remainder. If he paid a total of $2260, how much was the full price of a single case? \n" ); document.write( "
Algebra.Com's Answer #139088 by vleith(2983)\"\" \"About 
You can put this solution on YOUR website!
Let the full price cost be F
\n" ); document.write( "The merchant pays F for 25 bottles and (1-0.4)=0.6F for the rest
\n" ); document.write( "\"totalCost+=+25%2AF+%2B+25%2A%280.6F%29\"
\n" ); document.write( "\"2260+=+25F+%2B+15F\"
\n" ); document.write( "\"2260+=+40F\"
\n" ); document.write( "\"56.50+=+F\"\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );