document.write( "Question 1204487: Miguel spends $100 on books, five of which are hardcover and the remaining four are paperback. The prices at the bookstore are based on whether the book is hardcover or paperback. It charges $2 less for paperback books than for hardcover books. What is the price for hardcover books? \n" ); document.write( "
Algebra.Com's Answer #840764 by mananth(16946)![]() ![]() You can put this solution on YOUR website! Miguel spends $100 on books, five of which are hardcover and the remaining four are paperback. The prices at the bookstore are based on whether the book is hardcover or paperback. It charges $2 less for paperback books than for hardcover books. What is the price for hardcover books?\r \n" ); document.write( "\n" ); document.write( "let price of hardcover book be $x Number of books purchased = 5\r \n" ); document.write( " \n" ); document.write( "\n" ); document.write( "Price for paperback will be$ (x-2) Number of books purchased = 4\r \n" ); document.write( "\n" ); document.write( "Miguel spends $100 on book\r \n" ); document.write( "\n" ); document.write( "5x+4(x-2) =100\r \n" ); document.write( "\n" ); document.write( "5x+4x-8=100\r \n" ); document.write( "\n" ); document.write( "9x = 108\r \n" ); document.write( "\n" ); document.write( "x= 12\r \n" ); document.write( "\n" ); document.write( "The price of a hardcover book is $12.\r \n" ); document.write( " \n" ); document.write( " \n" ); document.write( "\n" ); document.write( " \n" ); document.write( " |