document.write( "Question 586782: How many lbs of cat food A, containing 11% protein, need to be blended with cat food B, containin 16% protein, to obtain 500 lbs of a blend with 13% protein?
\n" );
document.write( "What I have so far:
\n" );
document.write( "1st mixture + 2nd mixture=total mixture
\n" );
document.write( "x(.11)+x(.16)= 2x(.13)
\n" );
document.write( "I am not sure where to go from here! Thank you for any help. \n" );
document.write( "
Algebra.Com's Answer #373889 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! your equation makes the implicit assumption that the amounts of both mixtures are equal (you used the same quantity, x) \n" ); document.write( "___ this is not necessarily true\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "try this ___ x(.11) + (500 - x)(.16) = (500)(.13) \n" ); document.write( " |