document.write( "Question 254281: Lemon drops and jelly beans are mixed to make a 100 pound mix. If the lemon drops cost $1.90 per pound and jelly beans cost $1.20 per pound, how many pounds of lemon drops are needed to make the mix cost $1.48 per pound? \n" ); document.write( "
Algebra.Com's Answer #186623 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! l=lemon drops \n" ); document.write( "j=jelly beans\r \n" ); document.write( "\n" ); document.write( "l+j=100 \n" ); document.write( "l*1.90+j*1.20=100*148 \n" ); document.write( "j=60 and l=40 \n" ); document.write( " |