document.write( "Question 1136616: A student has $500. She buys pencil at $50 each and erasers at $20 each. She gets at least 5 of each and the money spent on pencils is over $100 more that that spend on erasers. Find:
\n" );
document.write( "a. How many ways the money can be spent?
\n" );
document.write( "b. The greatest number of pencils that can be bought.
\n" );
document.write( "c. The greatest number of erasers that can be bought. \n" );
document.write( "
Algebra.Com's Answer #754421 by Edwin McCravy(20055)![]() ![]() You can put this solution on YOUR website! A student has $500. She buys pencil at $50 each and erasers at $20 each. ' \n" ); document.write( " \r\n" ); document.write( "Very expensive pencils and erasers!!!\r\n" ); document.write( "\r\n" ); document.write( "Let x = the number of pencils.\r\n" ); document.write( "Let y = the number of erasers. Then:\r\n" ); document.write( "Money spent on pencils = 50x\r\n" ); document.write( "Money spent on erasers = 20y\r\n" ); document.write( "\r\n" ); document.write( "So\r \n" ); document.write( "\n" ); document.write( "She gets at least 5 of each \n" ); document.write( " \r\n" ); document.write( "So \n" ); document.write( "and the money spent on pencils is over $100 more that that spend on erasers. \r\n" ); document.write( "So \n" ); document.write( "Find: \n" ); document.write( "a. How many ways the money can be spent? \r\n" ); document.write( "These are represented by the circled points in or on the \r\n" ); document.write( "feasible region (inside the quadrilateral or on the \r\n" ); document.write( "quadrilateral's solid sides but not on the dotted side):\r\n" ); document.write( "\r\n" ); document.write( "We count the circled points and find there are 12 of them. \r\n" ); document.write( "(x=no. of pencils, y=no. of erasers):\r\n" ); document.write( "\r\n" ); document.write( "(5,5), (5,6), (5,7), (6,5), (6,6), (6,7), \r\n" ); document.write( "(6,8), (6,9), (7,5), (7,6), (7,7), (8,5). \n" ); document.write( "b. The greatest number of pencils that can be bought. \r\n" ); document.write( "That's the greatest x-coordinate, which is 8. \n" ); document.write( "c. The greatest number of erasers that can be bought. \r\n" ); document.write( "That's the greatest y-coordinate, which is 9. \r\n" ); document.write( "\r\n" ); document.write( "Edwin\n" ); document.write( " |