document.write( "Question 30348: Sharon works in a bookstore where she has been alotted $25,000 to puchase either hardcover books at $12 each, or softcover books at $3 each, or some combination or both. If Sharon decides to buy 4,500 softcover books, how many hardcover books can she afford. \n" ); document.write( "
Algebra.Com's Answer #17015 by mukhopadhyay(490) ![]() You can put this solution on YOUR website! Cost of 4,500 softcover books = 3*4500 = $13,500\r \n" ); document.write( "\n" ); document.write( "Remaining money is Total alotted - Cost of 4,500 softcover books \n" ); document.write( "= 25,000 - 13,500 = $11,500\r \n" ); document.write( "\n" ); document.write( "Total Remaining / Cost of each hardcover book = 11,500/12 = 958.333\r \n" ); document.write( "\n" ); document.write( "So, Sharon can afford 958 hardcover books (958.33 is rounded down because the number of books must be in integers) \n" ); document.write( " |