document.write( "Question 920071: A vendor sells hot dogs and bags of potato chips. A customer buys5 hot dogs and 2 bags of potato chips for $11.50. Another customer buys 3 hot dogs and 5 bags of potato chips for $9.75. Find the cost of each item.
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #558149 by ewatrrr(24785)![]() ![]() You can put this solution on YOUR website! -3(5d +2c = 11.50) \n" ); document.write( "5(3d + 5c = 9.75) \n" ); document.write( " 19c = 5(9.75) - 3(11.50) = 14.25 \n" ); document.write( "c = $0.75, cost of chips. HotDog is $2.00 \n" ); document.write( " \n" ); document.write( " |