document.write( "Question 21742: You need to buy 8 packages of meat. A package of hotdogs costs $1.89 and package
\n" );
document.write( "of hamburgers costs $5.19. You spend a total of $31.62.
\n" );
document.write( "a) Let x represent the number of packages of hotdogs bought and let y represent
\n" );
document.write( "the number of packages of hamburgers bought. Write a system of equations you
\n" );
document.write( "could solve to find the number of packages of each type of meat bought.
\n" );
document.write( "b) solve the system \n" );
document.write( "
Algebra.Com's Answer #10485 by Paul(988)![]() ![]() ![]() You can put this solution on YOUR website! 189x+519(8-x)=3162 \n" ); document.write( "189x+4152-519x=3162 \n" ); document.write( "-330x=-990 \n" ); document.write( "x=3 \n" ); document.write( "8-3 = 5 \n" ); document.write( "Hence, for hotdogs you need 3 packages of meat and for hamburgers you need 5 packages of meat \n" ); document.write( " |