document.write( "Question 498898: Okay, the gist of the math problem is.. A farmer wants to mix a bag containing 50% corn and another bag containing 90% corn to get a 30 lbs bag containing 80% corn.\r
\n" );
document.write( "\n" );
document.write( "What I have so far for the equation is.. 0.50x + 0.90x = ???
\n" );
document.write( "I don't know how to 'plug-in' the other 0.80 and the weight of the bag.
\n" );
document.write( "I hope this makes sense!! Thank you!! \n" );
document.write( "
Algebra.Com's Answer #337235 by Earlsdon(6294)![]() ![]() ![]() You can put this solution on YOUR website! Try this! \n" ); document.write( "Let x = the number of pounds of the 50% corn. Then the number of pounds of the 90% corn required to make 30 pounds of 80% corn will be (30-x) and, when added together (x+(30-x) = 30) you will get 30 pounds of corn. So we can write an equation to solve for x: \n" ); document.write( "0.5x+0.9(30-x) = 0.8(30) Simplify and solve for x. \n" ); document.write( "0.5x+27-0.9x = 24 \n" ); document.write( "-0.4x+27 = 24 \n" ); document.write( "-0.4x = -3 \n" ); document.write( "x = 7.5 \n" ); document.write( "The farmer will need to mix 7.5 pounds of the 50% corn with (30-7.5 = 22.5)pounds of the 90% corn to obtain 30 pounds of 80% corn. \n" ); document.write( " |