document.write( "Question 907979: A store is having a sale on almonds and jelly beans. For 5 pounds of almonds and
\n" );
document.write( "2 pounds of jelly beans, the total cost is $12
\n" );
document.write( " . For 3 pounds of almonds and 8 pounds of jelly beans, the total cost is $31
\n" );
document.write( " . Find the cost for each pound of almonds and each pound of jelly beans. \n" );
document.write( "
Algebra.Com's Answer #550735 by richwmiller(17219)![]() ![]() You can put this solution on YOUR website! 5x+2y=12 \n" ); document.write( "3x+8y=31 \n" ); document.write( "x=$1 y=$3.50 \n" ); document.write( " |