document.write( "Question 152170: a grocer needs to mix raisins at $2.00 per lbs with granola @ $3.25 per lbs to obtain 10 lbs of mixture that cost $2.50 per lb. how many pounds of each must be used? \n" ); document.write( "
Algebra.Com's Answer #111841 by nerdybill(7384)![]() ![]() You can put this solution on YOUR website! a grocer needs to mix raisins at $2.00 per lbs with granola @ $3.25 per lbs to obtain 10 lbs of mixture that cost $2.50 per lb. how many pounds of each must be used? \n" ); document.write( ". \n" ); document.write( "Let x = lbs of raisins \n" ); document.write( "10-x = lbs of granola \n" ); document.write( ". \n" ); document.write( "2x + 3.25(10-x) = 2.50(10) \n" ); document.write( "2x + 32.5 - 3.25x = 25 \n" ); document.write( "32.5 - 1.25x = 25 \n" ); document.write( "32.5 = 25 + 1.25x \n" ); document.write( "7.5 = 1.25x \n" ); document.write( "6 lbs = x (raisins) \n" ); document.write( ". \n" ); document.write( "10-x = 10-6 = 4 lbs (granola) \n" ); document.write( " \n" ); document.write( " |