document.write( "Question 849945: The owner of a candy store wants to mix some peanuts worth $4 per pound, some cashews worth $8 per pound, and some Brazil nuts worth $7 per pound to get 50 pounds of a mixture that will sell for $6.10 per pound. She uses 5 fewer pounds of cashews than peanuts. How many pounds of each did she use? \n" ); document.write( "
Algebra.Com's Answer #511843 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 4p+8c+7b=50*6.10, \n" ); document.write( "p+c+b=50, \n" ); document.write( "c=p-5\r \n" ); document.write( "\n" ); document.write( "b = 15, c = 15, p = 20 \n" ); document.write( " |