document.write( "Question 106223: Mr. Jones sold 2 candies at $1.20 each. based on the cost, his profit on one was 20% and his lost on the other was 20%. On the sale of the candies, he gain or lost by how much? \n" ); document.write( "
Algebra.Com's Answer #77286 by edjones(8007) You can put this solution on YOUR website! let g be the cost of the candy he gained on. \n" ); document.write( "let L be the cost of the candy he lost on. \n" ); document.write( ". \n" ); document.write( "g+.2g=1.20 \n" ); document.write( "1.2g=1.20 \n" ); document.write( "g=1.20/1.2 \n" ); document.write( "g=$1.00 \n" ); document.write( ". \n" ); document.write( "L-.2L=1.20 \n" ); document.write( ".8L=1.20 \n" ); document.write( "L=1.20/.8 \n" ); document.write( "L=$1.50 \n" ); document.write( ". \n" ); document.write( "His cost for the 2 candies was $2.50 and he sold them for $2.40 \n" ); document.write( "His loss was 10 cents on the deal. \n" ); document.write( ". \n" ); document.write( "Ed \n" ); document.write( " |