document.write( "Question 13174: The Regal Book Store has 100 overstocked books to sell. The manager is going to mark some of the books $2 each and the remaining books $3 each. How many books must be priced at each price to recieve $245? \n" ); document.write( "
Algebra.Com's Answer #7603 by kunal_122(19)\"\" \"About 
You can put this solution on YOUR website!
Let the number of books sold that $3 be x \r
\n" ); document.write( "\n" ); document.write( "and books sold at $2 be 100-x.\r
\n" ); document.write( "\n" ); document.write( "3x+2(100-x)=245\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "3x+200-2x=245
\n" ); document.write( "x=45
\n" ); document.write( "
\n" );