document.write( "Question 606882: 2 m³ of soil containing 35% sand was mixed
\n" );
document.write( "into 6 m³ of soil containing 15% sand. What
\n" );
document.write( "is the sand content of the mixture? \n" );
document.write( "
Algebra.Com's Answer #382312 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! 2 m³ of soil containing 35% sand was mixed \n" ); document.write( "into 6 m³ of soil containing 15% sand. What \n" ); document.write( "is the sand content of the mixture? \n" ); document.write( "--------------- \n" ); document.write( "s = sand content of the mix \n" ); document.write( "2*35 + 6*15 = s*(35 + 15) \n" ); document.write( " \n" ); document.write( " |