document.write( "Question 1184588: A store is having a sale on jelly beans and almonds. For 8 pounds of jelly beans and 4 pounds of almonds, the total cost is $33. For 3 pounds of jelly beans and 2 pounds of almonds, the total cost is $14. Find the cost for each pound of jelly beans and each pound of almonds. \n" ); document.write( "
Algebra.Com's Answer #815226 by greenestamps(13215)\"\" \"About 
You can put this solution on YOUR website!


\n" ); document.write( "Informally, using logical reasoning....

\n" ); document.write( "(1) Double the second purchase to 6 pounds of jelly beans and 4 pounds of almonds for $28.
\n" ); document.write( "(2) Compare that to the first purchase of 8 pounds of jelly beans and 4 pounds of almonds for $33.
\n" ); document.write( "(3) The difference is 2 more pounds of jelly beans for $5 more, so the cost of each pound of jelly beans is $2.50.
\n" ); document.write( "(4) Plug that into either original purchase to find the cost of each pound of almonds is $3.25.

\n" ); document.write( "The exact same calculations, using formal algebra....

\n" ); document.write( "8j+4a=33 [1]
\n" ); document.write( "3j+2a=14 [2]

\n" ); document.write( "Double the second equation

\n" ); document.write( "6j+4a=28 [3]

\n" ); document.write( "Subtract [3] from [1]

\n" ); document.write( "2j=5 [4]
\n" ); document.write( "j=2.5

\n" ); document.write( "Substitute j-2.5 in [1]

\n" ); document.write( "8(2.5)+4a=33
\n" ); document.write( "20+4a=33
\n" ); document.write( "4a=13
\n" ); document.write( "a=13/4=3.25

\n" ); document.write( "
\n" ); document.write( "
\n" );