document.write( "Question 916689: A store is having a sale on almonds and jelly beans. For 6 pounds of almonds and 5
\n" );
document.write( "pounds of jelly beans, the total cost is $34. For 2 pounds of almonds and 3 pounds of jelly beans, the total cost is $16. Find the cost for each pound of almonds and each pound of jelly beans. \n" );
document.write( "
Algebra.Com's Answer #556290 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! 6a + 5b = $34 \n" ); document.write( "2a + 3b = $16 \n" ); document.write( "...Solving by elimination \n" ); document.write( "6a + 5b = 34 \n" ); document.write( "-3(2a + 3b = 16) \n" ); document.write( "-4b = -14 \n" ); document.write( "b = 14/4 0r $3.50, cost of each pound of jelly beans. \n" ); document.write( "a,cost of each pound of almonds = $2.75 \n" ); document.write( "...checking Using: \n" ); document.write( "2a + 3b = $16 \n" ); document.write( "$5.50 + $10.50 = $16 \n" ); document.write( " \n" ); document.write( " |