document.write( "Question 206580: On the first day, Nabil put $1 in a big box. Then, each succeeding day, he added to the box exactly twice as many dollars as he did on the previous day. On which day will Nabil have more than $1000 in his box for the first time?\r
\n" );
document.write( "\n" );
document.write( "(A) 8th day (B) 9th day (C) 10th day (D) 11th day (E) 1000th day \n" );
document.write( "
Algebra.Com's Answer #156150 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! On the first day, Nabil put $1 in a big box. Then, each succeeding day, he added to the box exactly twice as many dollars as he did on the previous day. On which day will Nabil have more than $1000 in his box for the first time? \n" ); document.write( "----------- \n" ); document.write( "Day Total \n" ); document.write( "1 $1 \n" ); document.write( "2 $3 \n" ); document.write( "3 $7 \n" ); document.write( "4 $15 \n" ); document.write( "5 $31\r \n" ); document.write( "\n" ); document.write( "The total is 2^d - 1 \n" ); document.write( "--------- \n" ); document.write( "On day #10, this is $1023, which is more than $1000. \n" ); document.write( " \n" ); document.write( " |