document.write( "Question 1167121: Mary bought 10 gift cards in The denominations of $20, $50,$100. She spent $370. She has twice as many $20 gift cards as $50 gift cards. How many of each
\n" );
document.write( "denomination of gift card did she buy? \n" );
document.write( "
Algebra.Com's Answer #791713 by ikleyn(52867) You can put this solution on YOUR website! . \n" ); document.write( "Mary bought 10 gift cards in The denominations of $20, $50,$100. She spent $370. \n" ); document.write( "She has twice as many $20 gift cards as $50 gift cards. How many of each denomination of gift card did she buy? \n" ); document.write( "~~~~~~~~~~~~~\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \r\n" ); document.write( "Let x be the number of $50 cards.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Then the number of the $20 cards is 2x, and the number of the $100 cards is (10-x-2x) = (10-3x).\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Now you can write the money equation\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " 50x + 20*(2x) + 100*(10-3x) = 370 dollars.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "Simplify and solve\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( " 50x + 40x + 1000 - 300x = 370\r\n" ); document.write( "\r\n" ); document.write( " 1000 - 370 = 300x - 50x - 40x\r\n" ); document.write( "\r\n" ); document.write( " 630 = 210x\r\n" ); document.write( "\r\n" ); document.write( " x = 630/210 = 3.\r\n" ); document.write( "\r\n" ); document.write( "\r\n" ); document.write( "ANSWER. 3 $50-cards; 3*2 = 6 $20-cards and the rest 10- 3 - 6 = 1 $100-card. \r\n" ); document.write( "\r \n" ); document.write( "\n" ); document.write( "Solved // using only one equation in one unknown.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |