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 #6606 by akmb1215(68)![]() ![]() ![]() You can put this solution on YOUR website! You should set up a system of equations to solve this problem. You know that some books are marked $2, and some are marked $3. You should assign variables to each kind of book...I am going to use C (for cheap - the $2 ones) and E (for expensive - the $3 ones). \r \n" ); document.write( "\n" ); document.write( "For the first equation, add the number of books together, and you get 100 (because that is how many books the problem tells you they have to sell). So, the first equation is \n" ); document.write( "\n" ); document.write( "For the second equation, you need to add the prices together. Each cheap book, C, costs $2...and each expensive book, E, costs $3. Added together, you know the prices will be $245 (because that is what the problem tells you). So, the second equation is \n" ); document.write( "\n" ); document.write( "To solve the system of equations by substitution, you need to solve the first equation for the variable C. To do this, move the E to the other side by subtracting it from both sides of the equation. You end up with \n" ); document.write( "\n" ); document.write( " Now, you can plug 45 into the first original equation to solve for C. \n" ); document.write( "\n" ); document.write( "They will need to price 45 books at $3 each..and 55 books at $2 each. \n" ); document.write( " |