document.write( "Question 468381: a storekeeper has cashew nuts that sell for $130 per kilogram and peanuts that sell for $60 per kilogram. He wishes to make a mixture of 50kg of the two kinds of nuts so that he can sell it for $78 per kilogram. how many kilograms of each will he have to put into the mixture? \n" ); document.write( "
Algebra.Com's Answer #321427 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
a storekeeper has cashew nuts that sell for $130 per kilogram and peanuts that sell for $60 per kilogram. He wishes to make a mixture of 50kg of the two kinds of nuts so that he can sell it for $78 per kilogram. how many kilograms of each will he have to put into the mixture?
\n" ); document.write( "..
\n" ); document.write( "let x=kg of cashew nuts
\n" ); document.write( "50-x= kg of peanuts
\n" ); document.write( "..
\n" ); document.write( "130x+60(50-x)=78(50)
\n" ); document.write( "130x+3000-60x=3900
\n" ); document.write( "70x=900
\n" ); document.write( "x=12.86
\n" ); document.write( "50-x=50-12.86=37.14
\n" ); document.write( "ans:
\n" ); document.write( "mixture:
\n" ); document.write( "12.86 kg of cashew nuts
\n" ); document.write( "37.14 kg of peanuts
\n" ); document.write( "
\n" );