document.write( "Question 1115760: Two commodities X and Y cost D70.00 and D80.00 person kg respectively. If 34.5kg of X is mixed with 26kg of Y and the mixture is sold at D85.00 person kg, calculate the percentage profit. \n" ); document.write( "
Algebra.Com's Answer #730586 by mananth(16949) You can put this solution on YOUR website! X cost D70.00 -------34.5kg \n" ); document.write( " and and Y D80.00 per kg ------26kg \n" ); document.write( " the mixture is sold at D85.00 per kg, \r \n" ); document.write( "\n" ); document.write( "Cost of X = 70*34.5 =2415 \n" ); document.write( "Cost of y = 80*26 = 2080\r \n" ); document.write( "\n" ); document.write( "Total cost = 4495\r \n" ); document.write( "\n" ); document.write( "Total kg = 60.5 kg \n" ); document.write( "Total sale = 60.5 * 85 =5142.50\r \n" ); document.write( "\n" ); document.write( "Profit = 647.5\r \n" ); document.write( "\n" ); document.write( "Calculate profit perecnt (647.5/4495)*100 = 14.40 \n" ); document.write( " |