document.write( "Question 1205783: A lawn-care technician wants to spread a 200-lb seed mixture that is 50% bluegrass. If the technician
\n" ); document.write( "has on hand a mixture that is 75% bluegrass and a mixture that is 10% bluegrass, how many pounds of
\n" ); document.write( "each mixture are needed to make 200 lb of the 50% mixture? Round to the nearest whole pound.
\n" ); document.write( "

Algebra.Com's Answer #842814 by Edwin McCravy(20056)\"\" \"About 
You can put this solution on YOUR website!
A lawn-care technician wants to spread a 200-lb seed mixture
\n" ); document.write( "that is 50% bluegrass. If the technician has on hand a mixture
\n" ); document.write( "that is 75% bluegrass and a mixture that is 10% bluegrass, how
\n" ); document.write( "many pounds of each mixture are needed to make 200 lb of the
\n" ); document.write( "50% mixture? Round to the nearest whole pound.
\n" ); document.write( "
\r\n" );
document.write( "                      lbs of      part     lbs of bluegrass\r\n" );
document.write( "                      mixture   bluegrass    in mixture\r\n" );
document.write( "stronger mixture         x         0.75         0.75x\r\n" );
document.write( "weaker mixture           y         0.10         0.10y\r\n" );
document.write( "final medium mixture    200        0.50         0.50(200)=100\r\n" );
document.write( "\r\n" );
document.write( "The equations come from the first and last columns:\r\n" );
document.write( "\r\n" );
document.write( "\"system%28x%2By=200%2C0.75x%2B0.10y=100%29\"\r\n" );
document.write( "\r\n" );
document.write( "Simplify the second equation by clearing the decimals by multiplying\r\n" );
document.write( "through by 100\r\n" );
document.write( "\"system%28x%2By=200%2C75x%2B10y=10000%29\"\r\n" );
document.write( "\r\n" );
document.write( "You can solve this simpler by elimination:\r\n" );
document.write( "\r\n" );
document.write( "Multiply the first equation by -10 to make the y's cancel:\r\n" );
document.write( "\r\n" );
document.write( "\"system%28-10x-10y=-2000%2C75x%2B10y=10000%29\"\r\n" );
document.write( "\r\n" );
document.write( "Add the two equations term by term\r\n" );
document.write( "\r\n" );
document.write( "65x = 8000\r\n" );
document.write( "  x = 123.0769231 round to 123 of the stronger mixture\r\n" );
document.write( "\r\n" );
document.write( "Since that's not easy to substitute, go back and\r\n" );
document.write( "multiply the first equation by -75 to make the y's cancel:\r\n" );
document.write( "\r\n" );
document.write( "\"system%28-75x-75y=-15000%2C75x%2B10y=10000%29\"\r\n" );
document.write( "\r\n" );
document.write( "Add the two equations term by term\r\n" );
document.write( "\r\n" );
document.write( "-65y = -5000\r\n" );
document.write( "  y = 76.92307692 round to 77 pounds of the weaker.\r\n" );
document.write( "\r\n" );
document.write( "As a partial mental check, think of the fact that it is logical\r\n" );
document.write( "that you would use more of the stronger and less of the weaker, \r\n" );
document.write( "because 50% is closer to 75% than it is to 10%.  That's not a\r\n" );
document.write( "perfect check, but if we had gotten less stronger than weaker, \r\n" );
document.write( "we would known such an answer would be wrong.\r\n" );
document.write( "\r\n" );
document.write( "Edwin
\r
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );