document.write( "Question 313732: Type A sugar normally costs 75pesos per kilogram. It is mixed with Type B, which normally costs 80 pesos per kilogram, to form a mixture that costs 78pesos per kilogram. If there are 10 kilograms of the mixture, how many kilograms of Type A were used? \n" ); document.write( "
Algebra.Com's Answer #224323 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let quantity of type A used be x price = 75 pesos \n" ); document.write( "Type B = 10-x kgs. price =80 pesos \n" ); document.write( "total =10 kg. price =78 pesos \n" ); document.write( ".. \n" ); document.write( " equate the value of the sugars \n" ); document.write( "75x+80(10-x)=10*78 \n" ); document.write( "5x+800-80x=780 \n" ); document.write( "-5x=-20 \n" ); document.write( "x=4 kgs - type A \n" ); document.write( " \n" ); document.write( " |