document.write( "Question 132461: Pizzazz Publications is having some books printed.The printer charges $800 plus $5 per book.How many books can be printed for $4000 \n" ); document.write( "
Algebra.Com's Answer #96808 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Pizzazz Publications is having some books printed.The printer charges $800 plus $5 per book.How many books can be printed for $4000 \n" ); document.write( "------------------------------------------------------ \n" ); document.write( "Let the number of books printed be \"x\": \n" ); document.write( "EQUATION: \n" ); document.write( "Cost = 800 + 5x \n" ); document.write( "You want cost to be less than or equal to $4000 \n" ); document.write( "800+5x <= 4000 \n" ); document.write( "5x <= 3200 \n" ); document.write( "x <= 640 (number of books that can be printed) \n" ); document.write( "============================================= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |