document.write( "Question 935428: Rice A is being sold at 22 dollars per kilo while rice B is being sold at 27 dollars per kilo. How many kilograms of rice A should be mixed with rice B to make a new sack of rice that can be at 25 dollars per kilo.\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #568695 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Rice A is being sold at 22 dollars per kilo while rice B is being sold at 27 dollars per kilo. How many kilograms of rice A should be mixed with rice B to make a new sack of rice that can be at 25 dollars per kilo. \n" ); document.write( ": \n" ); document.write( "We need to know how many kilos is the new sack of rice, to do this. \n" ); document.write( ": \n" ); document.write( "Let's assume the resulting $25 sack of rice weighs 100 kilos \n" ); document.write( "let x = amt of $27 rice \n" ); document.write( "then \n" ); document.write( "(100-x) = amt of $22 rice \n" ); document.write( ": \n" ); document.write( "A typical mixture problem \n" ); document.write( "27x + 22(100-x) = 25(100) \n" ); document.write( "27x + 2200 - 22x = 2500 \n" ); document.write( "27x - 22x = 2500 - 2200 \n" ); document.write( "5x = 300 \n" ); document.write( "x = 300/5 \n" ); document.write( "x = 60 kilos of $27 rice (B) \n" ); document.write( "and \n" ); document.write( "100 - 60 = 40 kilos of $22 rice (A) \n" ); document.write( " |