document.write( "Question 1154854: a grocer buys cashews for $9 per kg and peanuts for $4.50 per kg. She wants to sell nuts individually, and she also makes 12 kg of a peanut-cashew mix which costs him $6 per kg. How many kg of nut does the grocer require to make the mix? \n" ); document.write( "
Algebra.Com's Answer #777363 by mananth(16946)![]() ![]() You can put this solution on YOUR website! \n" ); document.write( "let cashews bought be x kg \n" ); document.write( "and nuts bought be y kg \n" ); document.write( "x+y=12...……………….1 \n" ); document.write( "9x+4.5y = 6(x+y) \n" ); document.write( "9x +4.5y = 6x +6y \n" ); document.write( "3x-1.5y =0 \n" ); document.write( "multiply (1) by 1.5 \n" ); document.write( "1.5x+1.5y=18..... (2) \n" ); document.write( "Add (1) & (2) \n" ); document.write( "4.5x =18 \n" ); document.write( "x=4 kg \n" ); document.write( "y= 8 kg \n" ); document.write( " |