document.write( "Question 104161: The Quick Mart has two kinds of nuts. Pecans sell for $1.55 per pound and walnuts sell for $1.95 per pound. How many pounds of walnuts must be added to 15 pounds of pecans to make a mixture that sells for $1.75 per pound? \n" ); document.write( "
Algebra.Com's Answer #75832 by scott8148(6628)![]() ![]() You can put this solution on YOUR website! let x=(pounds of walnuts)\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "15(155)+x(195)=(15+x)(175) \n" ); document.write( " |