document.write( "Question 1072670: Rice a costs PHP36/kilo and rice B costs PHP32/kilo.How many kilos of each kind must be mixed to produce a 30 kilos mixture which costs PHP33.60/kilo? \n" ); document.write( "
Algebra.Com's Answer #687564 by jorel1380(3719)\"\" \"About 
You can put this solution on YOUR website!
Let n be the amount of rice A, in kilos. Then rice B would be 30-n. So:
\n" ); document.write( "36n+32(30-n)=33.6(30)
\n" ); document.write( "4n+960=1008
\n" ); document.write( "4n=48
\n" ); document.write( "n=12
\n" ); document.write( "You need 12 kilos of rice A; and 18 kilos of rice B for your desired mixture. ☺☺☺☺
\n" ); document.write( "
\n" );