document.write( "Question 1035192: what is the answer to A grocer has two kinds of nuts. one costs $5/kg another costs $4.20/kg how many kilograms of each type should be mixed in order to get 60 kg of a mixture worth $4.80 \n" ); document.write( "
Algebra.Com's Answer #649843 by addingup(3677)![]() ![]() You can put this solution on YOUR website! let nuts at 5 be x and nuts at 4.20 be y \n" ); document.write( "x+y = 60 subtract x on both sides \n" ); document.write( "x-x+y = 60-x \n" ); document.write( "y = 60-x We'll use this value for y next \n" ); document.write( "````````````````````````````````````` \n" ); document.write( "5x+4.20y = 4.80(60) substitute for y: \n" ); document.write( "5x+4.20(60-x) = 4.80(60) \n" ); document.write( "5x+252-4.20x = 288 \n" ); document.write( "0.80x = 36 \n" ); document.write( "x = 45 \n" ); document.write( "You need 45kg of $5 nuts and 60-45 = 15kg of $4.20 nuts \n" ); document.write( "John \n" ); document.write( " |