document.write( "Question 133754: The Paperback Trader is a book store that takes in used paperbacks for 20% of their cover price and sells them for 50% of their cover price. Pat brings in a stack of 13 paperback books to trade and gets $13.72 credit. Some of the books had a cover price of $5.97, the rest $4.97. She wants to get some Tom Clancy books having a cover price of $5.97. How many $5.97 books did she bring in and how many Clancy books can she get without paying any additional cash?
\n" );
document.write( "
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #97876 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! The Paperback Trader is a book store that takes in used paperbacks for 20% of their cover price and sells them for 50% of their cover price. Pat brings in a stack of 13 paperback books to trade and gets $13.72 credit. Some of the books had a cover price of $5.97, the rest $4.97. She wants to get some Tom Clancy books having a cover price of $5.97. How many $5.97 books did she bring in and how many Clancy books can she get without paying any additional cash? \n" ); document.write( ": \n" ); document.write( "let x = no. of 5.97 books brought in \n" ); document.write( "then \n" ); document.write( "(13-x) = no. of 4.97 books brought in \n" ); document.write( ": \n" ); document.write( "Price of 5.97 books brought in: .2 * 5.97 = $1.194 \n" ); document.write( "Price of 4.97 books brought in: .2 * 4.97 = $.994 \n" ); document.write( ": \n" ); document.write( "An equation from this information: \n" ); document.write( "1.194x + .994(13-x) = 13.72 \n" ); document.write( "1.194x + 12.922 - .994x = 13.72 \n" ); document.write( "1.194 - .994x = 13.72 - 12.922 \n" ); document.write( ".2x = .798 \n" ); document.write( "x = .798/.2 \n" ); document.write( "x = 3.99 ~ 4 ea 5.97 books, she brought in \n" ); document.write( ": \n" ); document.write( "Price of 5.97 books sold: .5 * 5.87 = $2.985 \n" ); document.write( "No of 5.97 books: \n" ); document.write( " \n" ); document.write( " |