document.write( "Question 748648: Hello, \r
\n" );
document.write( "\n" );
document.write( "What would be the answer to the question below and how would I put the word problem including the answers into a linear equation? Would there be any way at all that you could please break it down step by step so that I can understand it better? Thank you\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "A mom bought 28 packages of Reese’s Cups with 88 total cups. Each king size package holds 4 cups. Each regular size package holds two cups. How many of each size did she buy?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #455572 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! we are given the following problem:\r \n" ); document.write( "\n" ); document.write( "A mom bought 28 packages of Reese’s Cups with 88 total cups. Each king size package holds 4 cups. Each regular size package holds two cups. How many of each size did she buy?\r \n" ); document.write( "\n" ); document.write( "let x be the number of king size packages and y be the number of regular size packages, then we have\r \n" ); document.write( "\n" ); document.write( "x+y=28 \n" ); document.write( "4x+2y=88\r \n" ); document.write( "\n" ); document.write( "solve the first equation for x, \n" ); document.write( "x=28-y \n" ); document.write( "then substitute for x in the second equation \n" ); document.write( "4*(28-y)+2y=88 \n" ); document.write( "112-4y+2y=88 \n" ); document.write( "-2y=-24 \n" ); document.write( "y=12 and x = 16\r \n" ); document.write( "\n" ); document.write( "she bought 16 king size packages and 12 regular size packages \n" ); document.write( " \n" ); document.write( " |