document.write( "Question 1204137: A printing press can produce 1,000 books per day. Each day, the number of books produced decreases by half of the previous day's production, minus half a book. At the end of 1 week (7 days), how many books will the printing press have produced? \n" ); document.write( "
Algebra.Com's Answer #840194 by math_tutor2020(3817)\"\" \"About 
You can put this solution on YOUR website!

\n" ); document.write( "\n" ); document.write( "\n" ); document.write( "
day# of books
11000
2499.5
3249.25
4124.125
561.5625
630.28125
714.640625
Total1979.359375

\n" ); document.write( "Note: The recursive formula is \"next+=+previous%2F2+-+1%2F2\" which can be rewritten as \"next+=+%28previous-1%29%2F2\"\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Answer: 1979 books
\n" ); document.write( "

\n" ); document.write( "
\n" ); document.write( "
\n" );