document.write( "Question 940986: Dean buys 4 candy bars and a pack of gum for $2.75
\n" );
document.write( "Robin buys 2 candy bars and 3 packs of gums for $2.25. What is the cost of each item? \n" );
document.write( "
Algebra.Com's Answer #573637 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! 4b + g = 2.75 \n" ); document.write( "-2(2b + 3g = 2.25) \n" ); document.write( "-5g = -1.75 \n" ); document.write( "g = $0.35 and b= $0.60 \n" ); document.write( "... \n" ); document.write( "And...checking \n" ); document.write( "2b + 3g = 2.25 \n" ); document.write( "$1.20 + $1.05 = $2.25 \n" ); document.write( " |