document.write( "Question 394527: A can of cashews mixed with almonds cost $24.60. Cashews cost $4.25/lb and almonds cost $3.80/lb. There are twice as many cashews as almonds in the can. How many pounds of each type are in the can? \n" ); document.write( "
Algebra.Com's Answer #279948 by robertb(5830)![]() ![]() You can put this solution on YOUR website! I will assume that, by twice as many, you meant \"twice as heavy\"\r \n" ); document.write( "\n" ); document.write( "let x = # lbs of almonds \n" ); document.write( "==> 2x = # lbs of cashews.\r \n" ); document.write( "\n" ); document.write( "4.25(2x) + 3.80x = 24.60 \n" ); document.write( "12.3x = 24.6 \n" ); document.write( "x = 2 lbs of almonds, \n" ); document.write( "2x = 4 lbs of cashew nuts. \n" ); document.write( " |