document.write( "Question 164101: A grocer has 2 kinds of nuts, one that costs $5 per kilogram and another that costs $5.40 per kilogram. How many kilograms of each type o fnut should be mixed in order to have 40 kg of a mixture worth $5.25 per kilogram? \n" ); document.write( "
Algebra.Com's Answer #120925 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! 5.40x+5(40-x)=40*5.25 \n" ); document.write( "5.40x+200-5x=210 \n" ); document.write( ".4x=210-200 \n" ); document.write( ".4x=10 \n" ); document.write( "x=10/.4 \n" ); document.write( "x=25 kg of $5.40 nuts are needed. \n" ); document.write( "40-25=15 kg of $ 5.00 nuts are needed. \n" ); document.write( "Proof \n" ); document.write( "5.40*25+5(40-25)=40*5.25 \n" ); document.write( "135+5*15=210 \n" ); document.write( "135+75=210 \n" ); document.write( "210=210 \n" ); document.write( " \n" ); document.write( " |