document.write( "Question 69180: your faimly likes to go to baseball games. at one game your faimly bought 5 soft drinks and 5 hot dogs for $22.25. at the next game your faimly attended the bought 4 soft drinks and 3 hot dogs for $14.50. what is the cost of one soft drink and one hot dog?\r
\n" );
document.write( "\n" );
document.write( "let s = the cost of one soft drink
\n" );
document.write( "let h = the cost of one hot dog\r
\n" );
document.write( "\n" );
document.write( "a. write a system of equations modeling the situation described above.
\n" );
document.write( "b. solve the system for the cost of one soft drnik + one hot dog. \n" );
document.write( "
Algebra.Com's Answer #49292 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Your family bought 5 soft drinks and 5 hot dogs for $22.25. At the next game your family attended, they bought 4 soft drinks, and 3 hot dogs for $14.50. What is the cost of one soft drink and one hot dog? \n" ); document.write( ": \n" ); document.write( "let s = the cost of one soft drink \n" ); document.write( "let h = the cost of one hot dog \n" ); document.write( ": \n" ); document.write( "a. write a system of equations modeling the situation described above. \n" ); document.write( " 5s + 5h = 22.25 \n" ); document.write( " 4s + 3h = 14.50 \n" ); document.write( ": \n" ); document.write( "b. solve the system for the cost of one soft drink + one hot dog. \n" ); document.write( "Multiply the 1st equation by 3 and the 2nd equation by 5, resulting in: \n" ); document.write( ": \n" ); document.write( "15s + 15h = 66.75 \n" ); document.write( "20s + 15h = 72.50 \n" ); document.write( "--------------------subtracting eliminates h: \n" ); document.write( "-5s + 0h = -5.75 \n" ); document.write( "-5s = -5.75 \n" ); document.write( "s = -5.75/5 \n" ); document.write( "s = $1.15 ea for soft drinks \n" ); document.write( ": \n" ); document.write( "Find h using the 1st equation, substitute 1.15 for s \n" ); document.write( "5s + 5h = 22.25 \n" ); document.write( "5(1.15) + 5h = 22.25 \n" ); document.write( "5.75 + 5h = 22.25 \n" ); document.write( "5h = 22.25 - 5.75 \n" ); document.write( "5h = 16.5 \n" ); document.write( "h = 16.5/5 \n" ); document.write( "h = $3.30 ea for hot-dogs \n" ); document.write( ": \n" ); document.write( ": \n" ); document.write( "Check solution in 2nd equation: \n" ); document.write( "4(1.15) + 3(3.30) = \n" ); document.write( "4.60 + 9.90 = 14.50 \n" ); document.write( ": \n" ); document.write( "They want the cost of 1 hot-dog and 1 drink, I'll let you figure that out \n" ); document.write( "Does this make sense to you? Any questions? \n" ); document.write( " |