document.write( "Question 1001161: Jessica has two bags of nuts; one with 76
\n" );
document.write( "% peanuts and the other with 12% peanuts. To make and 11lb bag of 47% peanuts, how much of each should Jessica use.\r
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #618527 by fractalier(6550)![]() ![]() You can put this solution on YOUR website! Call the amount of 76% peanuts, x. \n" ); document.write( "The amount of 12% would then be 11-x. \n" ); document.write( "The setup looks like this \n" ); document.write( "76(x)+12(11-x)= 11(47) \n" ); document.write( "Now solve this. \n" ); document.write( "76x + 132 - 12x = 517 \n" ); document.write( "64x = 385 \n" ); document.write( "x = 6.016 lbs of 76% \n" ); document.write( "11-x = 4.984 lbs of 12% \n" ); document.write( " |