document.write( "Question 927459: A vendor sells hot dogs, bags of potato chips, and soft drinks. A customer buys 5 hot dogs, 2 bags of potato chips, and 4 soft drinks for $16.50. The price of a hot dog is $2.00 more than the price of a bag of potato chips. The cost of a soft drink is $4.25 less than the price of two hot dogs. Find the cost of each item. \n" ); document.write( "
Algebra.Com's Answer #562972 by TimothyLamb(4379)![]() ![]() You can put this solution on YOUR website! x = $/dog \n" ); document.write( "y = $/chip \n" ); document.write( "z = $/drink \n" ); document.write( "--- \n" ); document.write( "5x + 2y + 4z = 16.50 \n" ); document.write( "x = y + 2 \n" ); document.write( "z = 2x - 4.25 \n" ); document.write( "--- \n" ); document.write( "put the system of linear equations into standard form \n" ); document.write( "--- \n" ); document.write( "5x + 2y + 4z = 16.50 \n" ); document.write( "x - y = 2 \n" ); document.write( "2x - z = 4.25 \n" ); document.write( "--- \n" ); document.write( "copy and paste the above standard form linear equations in to this solver: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( "--- \n" ); document.write( "solution: \n" ); document.write( "x = $/dog = 2.50 \n" ); document.write( "y = $/chip = 0.50 \n" ); document.write( "z = $/drink = 0.75 \n" ); document.write( "--- \n" ); document.write( "Solve and graph linear equations: \n" ); document.write( "https://sooeet.com/math/linear-equation-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve quadratic equations, quadratic formula: \n" ); document.write( "https://sooeet.com/math/quadratic-formula-solver.php \n" ); document.write( "--- \n" ); document.write( "Solve systems of linear equations up to 6-equations 6-variables: \n" ); document.write( "https://sooeet.com/math/system-of-linear-equations-solver.php \n" ); document.write( " |