document.write( "Question 915572: Garland put 2b + 3 dollars in the bank in the first week. The following week he doubled the first week's savings and put that in the bank. The next week he doubled what was in the bank and put that amount in the bank. If he now has $477 in the bank, how much did he put in the bank the first week.
\n" );
document.write( "I have got week DISABLED_event_one= 2b +3
\n" );
document.write( "I have got week two = 2 (2b+3)
\n" );
document.write( "I am stuck with the third week. Where am I going wrong? I thought maybe 8b+12 = 477 but that does not come out right.
\n" );
document.write( "Please help!
\n" );
document.write( "Eric \n" );
document.write( "
Algebra.Com's Answer #555675 by rothauserc(4718)![]() ![]() You can put this solution on YOUR website! week DISABLED_event_one= 2b +3 \n" ); document.write( "week two = 2(2b+3) = 4b+6 \n" ); document.write( "week three = 4(2b+3) = 8b+12, therefore \n" ); document.write( "477 = 2b+3 +4b+6 +8b+12 \n" ); document.write( "477 = 14b +21 \n" ); document.write( "14b = 456 \n" ); document.write( "b = 32.57 \n" ); document.write( "week one he put in 2*32.57 + 3 = $68.14 \n" ); document.write( "check this \n" ); document.write( "68.14+(2×68.14)+(4×68.14) = $476.98 is approx $477 \n" ); document.write( " |