document.write( "Question 994604: Mani Peanut Company wants to mix 20 kilos of peanuts worth P90 a kilo with cashew nuts worth P150 a kilo in order to make an experimental mix worth P110 a kilo.How many kilos of cashew nuts should be added to the peanuts? \n" ); document.write( "
Algebra.Com's Answer #613642 by lwsshak3(11628)\"\" \"About 
You can put this solution on YOUR website!
Mani Peanut Company wants to mix 20 kilos of peanuts worth P90 a kilo with cashew nuts worth P150 a kilo in order to make an experimental mix worth P110 a kilo.How many kilos of
\n" ); document.write( "let x=amt of cashews to add to the peanuts
\n" ); document.write( "20*p90+x*p150=(x+20)p110
\n" ); document.write( "1800+p150x=1p110x+2200
\n" ); document.write( "40x=400
\n" ); document.write( "x=10
\n" ); document.write( "amt of cashews to add to the peanuts= 10 kilos
\n" ); document.write( "
\n" );