document.write( "Question 295595: I cannot do this im stuck...\r
\n" );
document.write( "\n" );
document.write( "Cashews sell for $8 a pound,and peanuts for $3 a pound. A store wants to make 20 pounds of mixed nuts which they will sell for $6 a pound. How many pounds of cashews and how many pounds of peanuts should they use? \n" );
document.write( "
Algebra.Com's Answer #213009 by mananth(16946)![]() ![]() You can put this solution on YOUR website! let the quantity of cashews added be x\r \n" ); document.write( "\n" ); document.write( "the quantity of peanuts to be added will be 20-x\r \n" ); document.write( "\n" ); document.write( "the value of each added = the value of total\r \n" ); document.write( "\n" ); document.write( "3*(20-x)+8x=20*6\r \n" ); document.write( "\n" ); document.write( "60-3x+8x=120\r \n" ); document.write( "\n" ); document.write( "5x=60\r \n" ); document.write( "\n" ); document.write( "x=12 lbs cashews\r \n" ); document.write( "\n" ); document.write( "y=8 lbs peanuts \n" ); document.write( " \n" ); document.write( " |