document.write( "Question 992861: A bag of peanuts is worth $0.26 less than the same size bag of cashews. Equal amounts of peanuts and cashews are used to make 30 bags of a mixture that sells for $1.40 per bag. How much is a bag of cashews worth? (Give your answer to the nearest cent.)
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #612335 by lwsshak3(11628)![]() ![]() ![]() You can put this solution on YOUR website! A bag of peanuts is worth $0.26 less than the same size bag of cashews. Equal amounts of peanuts and cashews are used to make 30 bags of a mixture that sells for $1.40 per bag. How much is a bag of cashews worth? (Give your answer to the nearest cent.)\r \n" ); document.write( "\n" ); document.write( "let x=price of bag of cashews \n" ); document.write( "x-.26=price of bag ofpeanuts \n" ); document.write( "30x+30(x-26)=1.40 \n" ); document.write( "30x+30x-7.8=1.40 \n" ); document.write( "60x=1.40+7.80x==147.80 \n" ); document.write( "x=2.46 \n" ); document.write( " How much is a bag of cashews worth? $2.46 \n" ); document.write( " |