document.write( "Question 1164906: At a recent concert, souvenirs were available for the following prices:
\n" );
document.write( "Sweatshirts for $65.00
\n" );
document.write( "Hats for $23.00
\n" );
document.write( "Key Rings for $4.00
\n" );
document.write( "During a recent period, 33 items were sold for $1,149.00. If the number of sweatshirts sold was twice the number of key rings sold, find the number of each item sold.
\n" );
document.write( "Let X represent the number of sweatshirts sold.
\n" );
document.write( "Let Y represent the number of hats sold.
\n" );
document.write( "Let Z represent the number of key rings sold
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #789343 by greenestamps(13216) You can put this solution on YOUR website! \n" ); document.write( "As instructed... \n" ); document.write( "Let X represent the number of sweatshirts sold. \n" ); document.write( "Let Y represent the number of hats sold. \n" ); document.write( "Let Z represent the number of key rings sold. \n" ); document.write( "Given: \n" ); document.write( "(1) x+y+z = 33 \n" ); document.write( "(2) 65x+23y+4z = 1149 \n" ); document.write( "(3) x = 2z \n" ); document.write( "Substitute (3) into (1) and (2) and simplify: \n" ); document.write( "2z+y+z = 33 \n" ); document.write( "(4) y+3z = 33 \n" ); document.write( "65(2z)+23y+4z = 1149 \n" ); document.write( "(5) 23y+134z = 1149 \n" ); document.write( "Multiply (4) by 23 and compare to (5): \n" ); document.write( "23y+69z = 759 \n" ); document.write( "23y+134z = 1149 \n" ); document.write( "65y = 390 \n" ); document.write( "You can finish from there: \n" ); document.write( "solve the last equation for y \n" ); document.write( "substitute into (4) to solve for z \n" ); document.write( "substitute into (3) to solve for x \n" ); document.write( " \n" ); document.write( " |